Signed-off-by: Antony Pavlov <antonynpav...@gmail.com>
---
 arch/mips/dts/rzx50.dts | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/mips/dts/rzx50.dts b/arch/mips/dts/rzx50.dts
index 360c1bf..7ec3352 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 {
-- 
2.0.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to