From: Linus Walleij Date: Thu, 6 Feb 2020 15:33:43 +0000 (+0100) Subject: ARM: dts: Versatile: Use syscon as node name for IB2 X-Git-Tag: v5.7-rc1~97^2~39^2~7 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=53a5927b6514328a0109a0f6a4b5bde55918480b;p=users%2Fjedix%2Flinux-maple.git ARM: dts: Versatile: Use syscon as node name for IB2 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 --- diff --git a/arch/arm/boot/dts/versatile-ab-ib2.dts b/arch/arm/boot/dts/versatile-ab-ib2.dts index 5890cb974f78..c577ff4bb4be 100644 --- a/arch/arm/boot/dts/versatile-ab-ib2.dts +++ b/arch/arm/boot/dts/versatile-ab-ib2.dts @@ -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>;