ARM: dts: uniphier: Add syscon compatible string to soc-glue-debug
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 7 Feb 2023 02:35:09 +0000 (11:35 +0900)
committerArnd Bergmann <arnd@arndb.de>
Thu, 9 Feb 2023 12:58:44 +0000 (13:58 +0100)
Add "syscon" compatible string to the nodes for soc-glue-debug
according to the DT schema.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20230207023514.29783-4-hayashi.kunihiko@socionext.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/uniphier-ld4.dtsi
arch/arm/boot/dts/uniphier-pro4.dtsi
arch/arm/boot/dts/uniphier-pro5.dtsi
arch/arm/boot/dts/uniphier-pxs2.dtsi
arch/arm/boot/dts/uniphier-sld8.dtsi

index da2e3e0..df2de7a 100644 (file)
 
                syscon@5f900000 {
                        compatible = "socionext,uniphier-ld4-soc-glue-debug",
-                                    "simple-mfd";
+                                    "simple-mfd", "syscon";
                        reg = <0x5f900000 0x2000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
index 048f460..c28071a 100644 (file)
 
                syscon@5f900000 {
                        compatible = "socionext,uniphier-pro4-soc-glue-debug",
-                                    "simple-mfd";
+                                    "simple-mfd", "syscon";
                        reg = <0x5f900000 0x2000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
index f4c87a1..a2000cf 100644 (file)
 
                syscon@5f900000 {
                        compatible = "socionext,uniphier-pro5-soc-glue-debug",
-                                    "simple-mfd";
+                                    "simple-mfd", "syscon";
                        reg = <0x5f900000 0x2000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
index 1442320..55a2985 100644 (file)
 
                syscon@5f900000 {
                        compatible = "socionext,uniphier-pxs2-soc-glue-debug",
-                                    "simple-mfd";
+                                    "simple-mfd", "syscon";
                        reg = <0x5f900000 0x2000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
index c79c9bf..27aa55b 100644 (file)
 
                syscon@5f900000 {
                        compatible = "socionext,uniphier-sld8-soc-glue-debug",
-                                    "simple-mfd";
+                                    "simple-mfd", "syscon";
                        reg = <0x5f900000 0x2000>;
                        #address-cells = <1>;
                        #size-cells = <1>;