Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@
		ranges;

		syscon: syscon@10000000 {
			compatible = "arm,realview-pb1176-syscon", "syscon";
			compatible = "arm,realview-pb1176-syscon", "syscon", "simple-mfd";
			reg = <0x10000000 0x1000>;

			led@08.0 {
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

/ {
	core-module@10000000 {
		compatible = "arm,core-module-integrator", "syscon";
		compatible = "arm,core-module-integrator", "syscon", "simple-mfd";
		reg = <0x10000000 0x200>;

		/* Use core module LED to indicate CPU load */
@@ -95,7 +95,7 @@

		syscon {
			/* Debug registers mapped as syscon */
			compatible = "syscon";
			compatible = "syscon", "simple-mfd";
			reg = <0x1a000000 0x10>;

			led@04.0 {