dts:overlay:Modify spi nodes about 'compatible' and 'status'
authorxingyu.wu <xingyu.wu@starfivetech.com>
Wed, 29 Jun 2022 08:08:24 +0000 (16:08 +0800)
committerxingyu.wu <xingyu.wu@starfivetech.com>
Thu, 30 Jun 2022 07:40:04 +0000 (15:40 +0800)
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
arch/riscv/boot/dts/starfive/evb-overlay/jh7110-evb-overlay-spi.dts [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 33af315..58e0deb
@@ -9,6 +9,7 @@
        fragment@0 {
                target-path = "/soc/spi@10060000";
                __overlay__ {
+                       compatible = "starfive-of,pl022";
                        status = "okay";
                };
        };
@@ -17,6 +18,7 @@
        fragment@1 {
                target-path = "/soc/spi@10070000";
                __overlay__ {
+                       compatible = "starfive-of,pl022";
                        status = "okay";
                };
        };
@@ -25,7 +27,8 @@
        fragment@2 {
                target-path = "/soc/spi@10080000";
                __overlay__ {
-                       status = "disabled";
+                       compatible = "starfive-of,pl022";
+                       status = "okay";
                };
        };
 
@@ -33,7 +36,8 @@
        fragment@3 {
                target-path = "/soc/spi@12070000";
                __overlay__ {
-                       status = "disabled";
+                       compatible = "starfive-of,pl022";
+                       status = "okay";
                };
        };
 
@@ -41,7 +45,8 @@
        fragment@4 {
                target-path = "/soc/spi@12080000";
                __overlay__ {
-                       status = "disabled";
+                       compatible = "starfive-of,pl022";
+                       status = "okay";
                };
        };
 
@@ -49,7 +54,8 @@
        fragment@5 {
                target-path = "/soc/spi@12090000";
                __overlay__ {
-                       status = "disabled";
+                       compatible = "starfive-of,pl022";
+                       status = "okay";
                };
        };
 
@@ -57,7 +63,8 @@
        fragment@6 {
                target-path = "/soc/spi@120A0000";
                __overlay__ {
-                       status = "disabled";
+                       compatible = "starfive-of,pl022";
+                       status = "okay";
                };
        };