ARM: dts: Fix LEDs for igepv5

The LEDs on igepv5 are on the GPIO expander unlike on omap5-uevm.

Configuration copied from git.isee.biz git tree except fixed for
red and blue mapping.

Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Tony Lindgren
2016-09-11 13:50:57 -07:00
szülő b118c6a6ff
commit e7ee0bc6ae
3 fájl változott, egészen pontosan 29 új sor hozzáadva és 10 régi sor törölve

Fájl megtekintése

@@ -30,6 +30,25 @@
gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>;
};
};
leds {
compatible = "gpio-leds";
led@1 {
label = "board:green:usr0";
gpios = <&tca6416 1 0>;
default-state = "off";
};
led@2 {
label = "board:red:usr1";
gpios = <&tca6416 2 0>;
default-state = "off";
};
led@3 {
label = "board:blue:usr1";
gpios = <&tca6416 3 0>;
default-state = "off";
};
};
};
&hdmi {