diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 942ae0cb..6f6101be 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -201,7 +201,7 @@ tlmm: pinctrl@f000000 { compatible = "qcom,sun-tlmm"; - reg = <0xf000000 0x1000000>; + reg = <0xf000000 0x202000>; interrupts = ; gpio-controller; #gpio-cells = <2>; @@ -638,9 +638,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>; };