ARM: dts: Versatile: Use syscon as node name for IB2
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 6 Feb 2020 15:33:43 +0000 (16:33 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Mar 2020 14:30:38 +0000 (15:30 +0100)
The IB2 syscon should not have any funny names, just call
it syscon@ as per the convention so the schema will apply
properly.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/versatile-ab-ib2.dts

index 5890cb9..c577ff4 100644 (file)
@@ -10,7 +10,7 @@
        model = "ARM Versatile AB + IB2 board";
 
        /* Special IB2 control register */
-       ib2_syscon@27000000 {
+       syscon@27000000 {
                compatible = "arm,versatile-ib2-syscon", "syscon", "simple-mfd";
                reg = <0x27000000 0x4>;