diff mbox series

[v5,09/17] ARM: dts: hisilicon: fix ststem controller compatible node

Message ID 20200929141454.2312-10-thunder.leizhen@huawei.com
State Superseded
Headers show
Series add support for Hisilicon SD5203 SoC | expand

Commit Message

Zhen Lei Sept. 29, 2020, 2:14 p.m. UTC
The DT binding for Hisilicon system controllers requires to have a
"syscon" compatible string.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>

---
 arch/arm/boot/dts/hi3620.dtsi | 2 +-
 arch/arm/boot/dts/hip04.dtsi  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.8.3

Comments

Wei Xu Sept. 30, 2020, 3:08 a.m. UTC | #1
Hi Zhen Lei,

On 2020/9/29 22:14, Zhen Lei wrote:
> The DT binding for Hisilicon system controllers requires to have a

> "syscon" compatible string.

> 

> Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>


Thanks!
Applied to the hisilicon arm32 dt tree.

Best Regards,
Wei

> ---

>  arch/arm/boot/dts/hi3620.dtsi | 2 +-

>  arch/arm/boot/dts/hip04.dtsi  | 2 +-

>  2 files changed, 2 insertions(+), 2 deletions(-)

> 

> diff --git a/arch/arm/boot/dts/hi3620.dtsi b/arch/arm/boot/dts/hi3620.dtsi

> index 355175b25fd6220..f683440ee5694b4 100644

> --- a/arch/arm/boot/dts/hi3620.dtsi

> +++ b/arch/arm/boot/dts/hi3620.dtsi

> @@ -89,7 +89,7 @@

>  		};

>  

>  		sysctrl: system-controller@802000 {

> -			compatible = "hisilicon,sysctrl";

> +			compatible = "hisilicon,sysctrl", "syscon";

>  			#address-cells = <1>;

>  			#size-cells = <1>;

>  			ranges = <0 0x802000 0x1000>;

> diff --git a/arch/arm/boot/dts/hip04.dtsi b/arch/arm/boot/dts/hip04.dtsi

> index f5871b1d1ec452c..555bc6b6720fc94 100644

> --- a/arch/arm/boot/dts/hip04.dtsi

> +++ b/arch/arm/boot/dts/hip04.dtsi

> @@ -213,7 +213,7 @@

>  		};

>  

>  		sysctrl: sysctrl {

> -			compatible = "hisilicon,sysctrl";

> +			compatible = "hisilicon,sysctrl", "syscon";

>  			reg = <0x3e00000 0x00100000>;

>  		};

>  

>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/hi3620.dtsi b/arch/arm/boot/dts/hi3620.dtsi
index 355175b25fd6220..f683440ee5694b4 100644
--- a/arch/arm/boot/dts/hi3620.dtsi
+++ b/arch/arm/boot/dts/hi3620.dtsi
@@ -89,7 +89,7 @@ 
 		};
 
 		sysctrl: system-controller@802000 {
-			compatible = "hisilicon,sysctrl";
+			compatible = "hisilicon,sysctrl", "syscon";
 			#address-cells = <1>;
 			#size-cells = <1>;
 			ranges = <0 0x802000 0x1000>;
diff --git a/arch/arm/boot/dts/hip04.dtsi b/arch/arm/boot/dts/hip04.dtsi
index f5871b1d1ec452c..555bc6b6720fc94 100644
--- a/arch/arm/boot/dts/hip04.dtsi
+++ b/arch/arm/boot/dts/hip04.dtsi
@@ -213,7 +213,7 @@ 
 		};
 
 		sysctrl: sysctrl {
-			compatible = "hisilicon,sysctrl";
+			compatible = "hisilicon,sysctrl", "syscon";
 			reg = <0x3e00000 0x00100000>;
 		};