arm64: dts: uniphier: Add syscon compatible string to soc-glue-debug
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 7 Feb 2023 02:35:13 +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-8-hayashi.kunihiko@socionext.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi

index 45004b0ae3ebd0dee0984cbe5b2739d7ee5e6b2c..7bb36b0714751de4c36beef1c5e10833be689e64 100644 (file)
 
                syscon@5f900000 {
                        compatible = "socionext,uniphier-ld11-soc-glue-debug",
-                                    "simple-mfd";
+                                    "simple-mfd", "syscon";
                        reg = <0x5f900000 0x2000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
index d70929b26a2a4b03b028ec65387bb4dad071f63a..5dace1137cd1cba983910a500d7ee17af0ca1808 100644 (file)
 
                syscon@5f900000 {
                        compatible = "socionext,uniphier-ld20-soc-glue-debug",
-                                    "simple-mfd";
+                                    "simple-mfd", "syscon";
                        reg = <0x5f900000 0x2000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
index 4d200fec23fe50bbef1c5ea7149f5dbf9b9e240d..f62e3048d4dc5714848b0fbf79485e0af98c5fd7 100644 (file)
 
                syscon@5f900000 {
                        compatible = "socionext,uniphier-pxs3-soc-glue-debug",
-                                    "simple-mfd";
+                                    "simple-mfd", "syscon";
                        reg = <0x5f900000 0x2000>;
                        #address-cells = <1>;
                        #size-cells = <1>;