[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1453024955-13570-1-git-send-email-noltari@gmail.com>
Date: Sun, 17 Jan 2016 11:02:34 +0100
From: Álvaro Fernández Rojas
<noltari@...il.com>
To: linux-mips@...ux-mips.org, ralf@...ux-mips.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
f.fainelli@...il.com, jogo@...nwrt.org, cernekee@...il.com
Cc: Álvaro Fernández Rojas
<noltari@...il.com>
Subject: [PATCH 1/2] bmips: improve BCM6328 device tree
Adds bcm6328-leds node to bcm6328.dtsi
Signed-off-by: Álvaro Fernández Rojas <noltari@...il.com>
---
arch/mips/boot/dts/brcm/bcm6328.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/mips/boot/dts/brcm/bcm6328.dtsi b/arch/mips/boot/dts/brcm/bcm6328.dtsi
index 41891c1..d61b161 100644
--- a/arch/mips/boot/dts/brcm/bcm6328.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm6328.dtsi
@@ -31,6 +31,7 @@
};
aliases {
+ leds0 = &leds0;
uart0 = &uart0;
};
@@ -82,5 +83,13 @@
offset = <0x28>;
mask = <0x1>;
};
+
+ leds0: led-controller@...00800 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "brcm,bcm6328-leds";
+ reg = <0x10000800 0x24>;
+ status = "disabled";
+ };
};
};
--
1.9.1
Powered by blists - more mailing lists