Merge "ARM: dts: msm: Add camcc crmc device for Sun"

This commit is contained in:
qctecmdr
2023-12-15 15:59:09 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1494,6 +1494,11 @@
#reset-cells = <1>;
};
camcc_crmc: syscon@0adcd600 {
compatible = "syscon";
reg = <0x0adcd600 0x2000>;
};
camcc: clock-controller@ade0000 {
compatible = "qcom,sun-camcc", "syscon";
reg = <0xade0000 0x20000>;
@@ -1509,6 +1514,7 @@
"bi_tcxo_ao",
"sleep_clk",
"iface";
qcom,cam_crm-crmc = <&camcc_crmc>;
#clock-cells = <1>;
#reset-cells = <1>;
};