diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-02-06 16:33:43 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-03-04 15:30:38 +0100 |
commit | 53a5927b6514328a0109a0f6a4b5bde55918480b (patch) | |
tree | 88deacde0cae239d9387932303a33b88e576b950 /arch/arm/boot/dts/versatile-ab-ib2.dts | |
parent | 40d39c1a7cacd8db29f298f14e4e0617e8ca65bd (diff) | |
download | linux-next-53a5927b6514328a0109a0f6a4b5bde55918480b.tar.gz |
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 <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/versatile-ab-ib2.dts')
-rw-r--r-- | arch/arm/boot/dts/versatile-ab-ib2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |