Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: uniphier: Add syscon compatible string to soc-glue-debug

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>

authored by

Kunihiko Hayashi and committed by
Arnd Bergmann
76b2cb8a 2d1bf1fc

+5 -5
+1 -1
arch/arm/boot/dts/uniphier-ld4.dtsi
··· 346 346 347 347 syscon@5f900000 { 348 348 compatible = "socionext,uniphier-ld4-soc-glue-debug", 349 - "simple-mfd"; 349 + "simple-mfd", "syscon"; 350 350 reg = <0x5f900000 0x2000>; 351 351 #address-cells = <1>; 352 352 #size-cells = <1>;
+1 -1
arch/arm/boot/dts/uniphier-pro4.dtsi
··· 420 420 421 421 syscon@5f900000 { 422 422 compatible = "socionext,uniphier-pro4-soc-glue-debug", 423 - "simple-mfd"; 423 + "simple-mfd", "syscon"; 424 424 reg = <0x5f900000 0x2000>; 425 425 #address-cells = <1>; 426 426 #size-cells = <1>;
+1 -1
arch/arm/boot/dts/uniphier-pro5.dtsi
··· 385 385 386 386 syscon@5f900000 { 387 387 compatible = "socionext,uniphier-pro5-soc-glue-debug", 388 - "simple-mfd"; 388 + "simple-mfd", "syscon"; 389 389 reg = <0x5f900000 0x2000>; 390 390 #address-cells = <1>; 391 391 #size-cells = <1>;
+1 -1
arch/arm/boot/dts/uniphier-pxs2.dtsi
··· 500 500 501 501 syscon@5f900000 { 502 502 compatible = "socionext,uniphier-pxs2-soc-glue-debug", 503 - "simple-mfd"; 503 + "simple-mfd", "syscon"; 504 504 reg = <0x5f900000 0x2000>; 505 505 #address-cells = <1>; 506 506 #size-cells = <1>;
+1 -1
arch/arm/boot/dts/uniphier-sld8.dtsi
··· 350 350 351 351 syscon@5f900000 { 352 352 compatible = "socionext,uniphier-sld8-soc-glue-debug", 353 - "simple-mfd"; 353 + "simple-mfd", "syscon"; 354 354 reg = <0x5f900000 0x2000>; 355 355 #address-cells = <1>; 356 356 #size-cells = <1>;