2019-12-02 18:24:18

by Andreas Färber

[permalink] [raw]
Subject: [PATCH 12/14] arm64: dts: realtek: rtd139x: Add SB2 and SCPU Wrapper syscon nodes

Add syscon mfd nodes for SB2 and SCPU Wrapper to RTD139x DT.

Cc: James Tai <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
---
arch/arm64/boot/dts/realtek/rtd139x.dtsi | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

diff --git a/arch/arm64/boot/dts/realtek/rtd139x.dtsi b/arch/arm64/boot/dts/realtek/rtd139x.dtsi
index 3a571f3b7e38..a3c10ceeb586 100644
--- a/arch/arm64/boot/dts/realtek/rtd139x.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd139x.dtsi
@@ -79,6 +79,15 @@
ranges = <0x0 0x7000 0x1000>;
};

+ sb2: syscon@1a000 {
+ compatible = "syscon", "simple-mfd";
+ reg = <0x1a000 0x1000>;
+ reg-io-width = <4>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x0 0x1a000 0x1000>;
+ };
+
misc: syscon@1b000 {
compatible = "syscon", "simple-mfd";
reg = <0x1b000 0x1000>;
@@ -87,6 +96,15 @@
#size-cells = <1>;
ranges = <0x0 0x1b000 0x1000>;
};
+
+ scpu_wrapper: syscon@1d000 {
+ compatible = "syscon", "simple-mfd";
+ reg = <0x1d000 0x2000>;
+ reg-io-width = <4>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x0 0x1d000 0x2000>;
+ };
};

gic: interrupt-controller@ff011000 {
--
2.16.4


2019-12-30 14:47:00

by James Tai [戴志峰]

[permalink] [raw]
Subject: RE: [PATCH 12/14] arm64: dts: realtek: rtd139x: Add SB2 and SCPU Wrapper syscon nodes

> Add syscon mfd nodes for SB2 and SCPU Wrapper to RTD139x DT.
>
> Cc: James Tai <[email protected]>
> Signed-off-by: Andreas Färber <[email protected]>
> ---
> arch/arm64/boot/dts/realtek/rtd139x.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/realtek/rtd139x.dtsi
> b/arch/arm64/boot/dts/realtek/rtd139x.dtsi
> index 3a571f3b7e38..a3c10ceeb586 100644
> --- a/arch/arm64/boot/dts/realtek/rtd139x.dtsi
> +++ b/arch/arm64/boot/dts/realtek/rtd139x.dtsi
> @@ -79,6 +79,15 @@
> ranges = <0x0 0x7000 0x1000>;
> };
>
> + sb2: syscon@1a000 {
> + compatible = "syscon", "simple-mfd";
> + reg = <0x1a000 0x1000>;
> + reg-io-width = <4>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + ranges = <0x0 0x1a000 0x1000>;
> + };
> +
> misc: syscon@1b000 {
> compatible = "syscon", "simple-mfd";
> reg = <0x1b000 0x1000>;
> @@ -87,6 +96,15 @@
> #size-cells = <1>;
> ranges = <0x0 0x1b000 0x1000>;
> };
> +
> + scpu_wrapper: syscon@1d000 {
> + compatible = "syscon", "simple-mfd";
> + reg = <0x1d000 0x2000>;
> + reg-io-width = <4>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + ranges = <0x0 0x1d000 0x2000>;
> + };
> };
>
> gic: interrupt-controller@ff011000 {
> --
> 2.16.4
>
>

Acked-by: James Tai <[email protected]>