[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ea1e0d3edab44092a9ecd9d3557bb977@realtek.com>
Date: Mon, 30 Dec 2019 14:45:21 +0000
From: James Tai <james.tai@...ltek.com>
To: Andreas Färber <afaerber@...e.de>,
"linux-realtek-soc@...ts.infradead.org"
<linux-realtek-soc@...ts.infradead.org>
CC: "linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Rob Herring <robh+dt@...nel.org>,
"Mark Rutland" <mark.rutland@....com>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>
Subject: RE: [PATCH 13/14] arm64: dts: realtek: rtd16xx: Add SB2 and SCPU Wrapper syscon nodes
> Add syscon mfd nodes for SB2 and SCPU Wrapper to RTD16xx DT.
>
> Cc: James Tai <james.tai@...ltek.com>
> Signed-off-by: Andreas Färber <afaerber@...e.de>
> ---
> arch/arm64/boot/dts/realtek/rtd16xx.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
> b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
> index 776efc10bab2..bc88cf749f33 100644
> --- a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
> +++ b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
> @@ -136,6 +136,15 @@
> ranges = <0x0 0x7000 0x1000>;
> };
>
> + sb2: syscon@...00 {
> + compatible = "syscon", "simple-mfd";
> + reg = <0x1a000 0x1000>;
> + reg-io-width = <4>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + ranges = <0x0 0x1a000 0x1000>;
> + };
> +
> misc: syscon@...00 {
> compatible = "syscon", "simple-mfd";
> reg = <0x1b000 0x1000>;
> @@ -144,6 +153,15 @@
> #size-cells = <1>;
> ranges = <0x0 0x1b000 0x1000>;
> };
> +
> + scpu_wrapper: syscon@...00 {
> + compatible = "syscon", "simple-mfd";
> + reg = <0x1d000 0x1000>;
> + reg-io-width = <4>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + ranges = <0x0 0x1d000 0x1000>;
> + };
> };
>
> gic: interrupt-controller@...00000 {
> --
> 2.16.4
>
>
Acked-by: James Tai <james.tai@...ltek.com>
Powered by blists - more mailing lists