summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-07-30 21:34:32 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-31 08:03:01 +0200
commite9285544124f1b31e5c8e4ce753afba50ac328a9 (patch)
tree972f548ec8372d22baa92487c09b800e476d29ab /arch
parent2fd4f0fbe93ec7e6e10b3475257521dd8418f8e7 (diff)
downloadbarebox-e9285544124f1b31e5c8e4ce753afba50ac328a9.tar.gz
barebox-e9285544124f1b31e5c8e4ce753afba50ac328a9.tar.xz
MIPS: dts: rzx50.dts: add LCD backlight
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/dts/rzx50.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/dts/rzx50.dts b/arch/mips/dts/rzx50.dts
index 360c1bf5de..7ec3352666 100644
--- a/arch/mips/dts/rzx50.dts
+++ b/arch/mips/dts/rzx50.dts
@@ -9,6 +9,16 @@
memory {
reg = <0x00000000 0x4000000>;
};
+
+ gpio-leds {
+ compatible = "gpio-leds";
+
+ lcd-backlight-enable {
+ label = "lcd backlight";
+ gpios = <&gpio4 22 0>;
+ linux,default-trigger = "default-on";
+ };
+ };
};
&serial1 {