Commit 480aa74c authored by Linus Walleij's avatar Linus Walleij

ARM: dts: update syscons to use simple-mfd

The Integrators and the RealView use simple MFD devices with register bit
LEDs as subnodes, update these to use the "simple-mfd" compatible property
so that subdevices get spawned from the MFD nexi.

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 22869a9e
...@@ -114,7 +114,7 @@ soc { ...@@ -114,7 +114,7 @@ soc {
ranges; ranges;
syscon: syscon@10000000 { syscon: syscon@10000000 {
compatible = "arm,realview-pb1176-syscon", "syscon"; compatible = "arm,realview-pb1176-syscon", "syscon", "simple-mfd";
reg = <0x10000000 0x1000>; reg = <0x10000000 0x1000>;
led@08.0 { led@08.0 {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
/ { / {
core-module@10000000 { core-module@10000000 {
compatible = "arm,core-module-integrator", "syscon"; compatible = "arm,core-module-integrator", "syscon", "simple-mfd";
reg = <0x10000000 0x200>; reg = <0x10000000 0x200>;
/* Use core module LED to indicate CPU load */ /* Use core module LED to indicate CPU load */
...@@ -95,7 +95,7 @@ kmi@19000000 { ...@@ -95,7 +95,7 @@ kmi@19000000 {
syscon { syscon {
/* Debug registers mapped as syscon */ /* Debug registers mapped as syscon */
compatible = "syscon"; compatible = "syscon", "simple-mfd";
reg = <0x1a000000 0x10>; reg = <0x1a000000 0x10>;
led@04.0 { led@04.0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment