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 da2e3e0ffafdba6795f012b154c134d06be2eaf1..df2de7a40211905a7b456dbcbdb423d57744e729 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 048f4606fbaec0b19ed71157522dcb32d6e05a5a..c28071a08e3ae6736a709106ee5c3e54c9bd0b1d 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 f4c87a100095fbae05f176a14ba809185a3fe78d..a2000cfe92720487a59b43cab76b2c98996f1da5 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 1442320747ec68fdaf2deffaf2b00051b1c7ae9c..55a298552bec7e15051ab2453ad64aaa1b809c3f 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 c79c9bfef3ec9dc92e3f87594e861a5ec43e94ff..27aa55bb7f32cf31149cb197fcf7c830c150d81d 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>;