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

Add dispcc crmc node for Sun.

Change-Id: I3d2835d1c7f00d50527cfeb975442e3e9c5eaa32
Signed-off-by: Vivek Aknurwar <quic_viveka@quicinc.com>
This commit is contained in:
Vivek Aknurwar
2023-12-01 07:19:37 -08:00
parent 362840c89a
commit bd2c99f69a

View File

@@ -1432,6 +1432,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>;
@@ -1446,6 +1451,7 @@
"bi_tcxo_ao",
"sleep_clk",
"iface";
qcom,disp_crm-crmc = <&dispcc_crmc>;
#clock-cells = <1>;
#reset-cells = <1>;
};