* [PATCH 2/3] arm: nspire: modify device tree to use the LSI Zevio LED driver
[not found] <1387101253-30804-1-git-send-email-dt.tangr@gmail.com>
@ 2013-12-15 9:54 ` dt.tangr
2013-12-15 9:54 ` [PATCH 3/3] devicetree: bindings: document lsi,zevio-led dt.tangr
1 sibling, 0 replies; 2+ messages in thread
From: dt.tangr @ 2013-12-15 9:54 UTC (permalink / raw)
To: linux-leds; +Cc: Daniel Tang, linux-kernel, devicetree, linux-arm-kernel, linux
From: Daniel Tang <dt.tangr@gmail.com>
Signed-off-by: Daniel Tang <dt.tangr@gmail.com>
---
arch/arm/boot/dts/nspire.dtsi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/nspire.dtsi b/arch/arm/boot/dts/nspire.dtsi
index a22ffe6..bb453bb 100644
--- a/arch/arm/boot/dts/nspire.dtsi
+++ b/arch/arm/boot/dts/nspire.dtsi
@@ -167,8 +167,9 @@
reg = <0x900F0000 0x1000>;
};
- led: led@90110000 {
- reg = <0x90110000 0x1000>;
+ led: led@90110B00 {
+ compatible = "lsi,zevio-led";
+ reg = <0x90110B00 0x100>;
};
};
};
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 3/3] devicetree: bindings: document lsi,zevio-led
[not found] <1387101253-30804-1-git-send-email-dt.tangr@gmail.com>
2013-12-15 9:54 ` [PATCH 2/3] arm: nspire: modify device tree to use the LSI Zevio LED driver dt.tangr
@ 2013-12-15 9:54 ` dt.tangr
1 sibling, 0 replies; 2+ messages in thread
From: dt.tangr @ 2013-12-15 9:54 UTC (permalink / raw)
To: linux-leds; +Cc: Daniel Tang, linux-kernel, devicetree, linux-doc
From: Daniel Tang <dt.tangr@gmail.com>
This describes the device tree bindings for the LSI Zevio LED Controller
Signed-off-by: Daniel Tang <dt.tangr@gmail.com>
---
Documentation/devicetree/bindings/leds/leds-zevio.txt | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 Documentation/devicetree/bindings/leds/leds-zevio.txt
diff --git a/Documentation/devicetree/bindings/leds/leds-zevio.txt b/Documentation/devicetree/bindings/leds/leds-zevio.txt
new file mode 100644
index 0000000..44b0d87
--- /dev/null
+++ b/Documentation/devicetree/bindings/leds/leds-zevio.txt
@@ -0,0 +1,13 @@
+LSI Zevio LED controller
+
+Required properties:
+ - compatible : should be "lsi,zevio-led".
+
+Examples:
+
+led {
+ compatible = "lsi,zevio-led";
+ reg = <0x90110B00 0x100>;
+};
+
+
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-15 9:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1387101253-30804-1-git-send-email-dt.tangr@gmail.com>
2013-12-15 9:54 ` [PATCH 2/3] arm: nspire: modify device tree to use the LSI Zevio LED driver dt.tangr
2013-12-15 9:54 ` [PATCH 3/3] devicetree: bindings: document lsi,zevio-led dt.tangr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).