From: Sebastian Hesselbarth Date: Tue, 20 May 2014 19:57:45 +0000 (+0200) Subject: ARM: dts: berlin: Add GPIO leds to Google Chromecast X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=297bb063b614b801bd08f3130b780c2ff2776c47;p=linux-beck.git ARM: dts: berlin: Add GPIO leds to Google Chromecast With GPIO support for Marvell Berlin, now add the two gpio-connected LEDs on Google Chromecast. Signed-off-by: Sebastian Hesselbarth --- diff --git a/arch/arm/boot/dts/berlin2cd-google-chromecast.dts b/arch/arm/boot/dts/berlin2cd-google-chromecast.dts index bcd81ffc495d..0816890a5c0d 100644 --- a/arch/arm/boot/dts/berlin2cd-google-chromecast.dts +++ b/arch/arm/boot/dts/berlin2cd-google-chromecast.dts @@ -11,6 +11,7 @@ /dts-v1/; #include "berlin2cd.dtsi" +#include / { model = "Google Chromecast"; @@ -24,6 +25,22 @@ device_type = "memory"; reg = <0x00000000 0x20000000>; /* 512 MB */ }; + + leds { + compatible = "gpio-leds"; + + white { + label = "white"; + gpios = <&portc 1 GPIO_ACTIVE_HIGH>; + default-state = "keep"; + }; + + red { + label = "red"; + gpios = <&portc 2 GPIO_ACTIVE_HIGH>; + default-state = "keep"; + }; + }; }; &uart0 { status = "okay"; };