Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: apq8064-ifc6410: add notify led support.

This patch adds notify led support on IFC6410, whose trigger can be
configured from userspace.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>

authored by

Srinivas Kandagatla and committed by
Andy Gross
2630a52f f0b6d950

+21
+21
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
··· 26 26 }; 27 27 }; 28 28 29 + leds { 30 + compatible = "gpio-leds"; 31 + pinctrl-names = "default"; 32 + pinctrl-0 = <&notify_led>; 33 + 34 + led@1 { 35 + label = "apq8064:green:user1"; 36 + gpios = <&pm8921_gpio 18 GPIO_ACTIVE_HIGH>; 37 + default-state = "on"; 38 + }; 39 + }; 40 + 29 41 soc { 30 42 pinctrl@800000 { 31 43 card_detect: card_detect { ··· 237 225 wlan_default_gpios: wlan-gpios { 238 226 pios { 239 227 pins = "gpio43"; 228 + function = "normal"; 229 + bias-disable; 230 + power-source = <PM8921_GPIO_S4>; 231 + }; 232 + }; 233 + 234 + notify_led: nled { 235 + pios { 236 + pins = "gpio18"; 240 237 function = "normal"; 241 238 bias-disable; 242 239 power-source = <PM8921_GPIO_S4>;