ARM: dts: msm: Unstub tcsrcc for Sun

Unstub tcsrcc for Sun. Also shrink the tlmm
region to avoid overlaps, but that tlmm doesn't
use anything past where we're shrinking it.

Change-Id: Id9f09105ad959ba9c9f44b2cb3912e1f93bba3b3
Signed-off-by: Xubin Bai <quic_xubibai@quicinc.com>
This commit is contained in:
Xubin Bai
2023-08-16 23:55:35 -07:00
parent cab5ca4fbc
commit 9700e0ffe9

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>;
@@ -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>;
};