2019-12-02 18:24:22

by Andreas Färber

[permalink] [raw]
Subject: [PATCH 09/14] arm64: dts: realtek: rtd16xx: Add CRT syscon node

Prepare a CRT syscon mfd node.

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

diff --git a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
index 8f8f2b328cd1..776efc10bab2 100644
--- a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
@@ -118,6 +118,15 @@
#size-cells = <1>;
ranges = <0x0 0x98000000 0x200000>;

+ crt: syscon@0 {
+ compatible = "syscon", "simple-mfd";
+ reg = <0x0 0x1000>;
+ reg-io-width = <4>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x0 0x0 0x1000>;
+ };
+
iso: syscon@7000 {
compatible = "syscon", "simple-mfd";
reg = <0x7000 0x1000>;
--
2.16.4


2019-12-30 14:44:11

by James Tai [戴志峰]

[permalink] [raw]
Subject: RE: [PATCH 09/14] arm64: dts: realtek: rtd16xx: Add CRT syscon node

> Prepare a CRT syscon mfd node.
>
> Cc: James Tai <[email protected]>
> Signed-off-by: Andreas Färber <[email protected]>
> ---
> arch/arm64/boot/dts/realtek/rtd16xx.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
> b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
> index 8f8f2b328cd1..776efc10bab2 100644
> --- a/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
> +++ b/arch/arm64/boot/dts/realtek/rtd16xx.dtsi
> @@ -118,6 +118,15 @@
> #size-cells = <1>;
> ranges = <0x0 0x98000000 0x200000>;
>
> + crt: syscon@0 {
> + compatible = "syscon", "simple-mfd";
> + reg = <0x0 0x1000>;
> + reg-io-width = <4>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + ranges = <0x0 0x0 0x1000>;
> + };
> +
> iso: syscon@7000 {
> compatible = "syscon", "simple-mfd";
> reg = <0x7000 0x1000>;
> --
> 2.16.4
>
>

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