diff mbox

[3/3] devicetree: bindings: document lsi,zevio-led

Message ID 1387101253-30804-3-git-send-email-dt.tangr@gmail.com
State Superseded, archived
Headers show

Commit Message

Daniel Tang Dec. 15, 2013, 9:54 a.m. UTC
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 mbox

Patch

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>;
+};
+
+