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

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

View File

@@ -1519,6 +1519,11 @@
#reset-cells = <1>;
};
dispcc_crmc: syscon@af27800 {
compatible = "syscon";
reg = <0x0af27800 0x2000>;
};
dispcc: clock-controller@af00000 {
compatible = "qcom,sun-dispcc", "syscon";
reg = <0xaf00000 0x20000>;
@@ -1533,6 +1538,7 @@
"bi_tcxo_ao",
"sleep_clk",
"iface";
qcom,disp_crm-crmc = <&dispcc_crmc>;
#clock-cells = <1>;
#reset-cells = <1>;
};