Merge "ARM: dts: msm: Unstub tcsrcc for Sun"

This commit is contained in:
qctecmdr
2023-09-06 16:31:04 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -201,7 +201,7 @@
tlmm: pinctrl@f000000 {
compatible = "qcom,sun-tlmm";
reg = <0xf000000 0x1000000>;
reg = <0xf000000 0x202000>;
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
#gpio-cells = <2>;
@@ -673,9 +673,10 @@
#reset-cells = <1>;
};
tcsrcc: clock-controller@f100000 {
compatible = "qcom,dummycc";
clock-output-names = "tcsrcc_clocks";
tcsrcc: clock-controller@f204008 {
compatible = "qcom,sun-tcsrcc", "syscon";
reg = <0xf204008 0x3004>;
reg-name = "cc_base";
#clock-cells = <1>;
#reset-cells = <1>;
};