mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-03 23:46:36 +00:00
ARM: dts: qcom: sdx55: Add support for APCS block
The APCS block on SDX55 acts as a mailbox controller and also provides clock output for the Cortex A7 CPU. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20210408170457.91409-3-manivannan.sadhasivam@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
37f0f245f9
commit
8e3d9a7c47
@ -360,6 +360,15 @@
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
apcs: mailbox@17810000 {
|
||||
compatible = "qcom,sdx55-apcs-gcc", "syscon";
|
||||
reg = <0x17810000 0x2000>;
|
||||
#mbox-cells = <1>;
|
||||
clocks = <&rpmhcc RPMH_CXO_CLK>, <&a7pll>, <&gcc GPLL0>;
|
||||
clock-names = "ref", "pll", "aux";
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
watchdog@17817000 {
|
||||
compatible = "qcom,apss-wdt-sdx55", "qcom,kpss-wdt";
|
||||
reg = <0x17817000 0x1000>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user