summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoran Wang <Haoran.Wang@freescale.com>2016-01-05 00:22:31 +0800
committerWang Haoran <Haoran.Wang@freescale.com>2016-09-12 11:15:50 +0800
commit717c85e7263f95ab11df04e468c2ea1d78c0f1b7 (patch)
tree137f114240214b6af654921f4b77e7e9f273b599
parentfc12b437d7d7bf81e1fd43a8212c8e94c7262772 (diff)
downloadimx-v4.1-717c85e7263f95ab11df04e468c2ea1d78c0f1b7.tar.gz
*UPSTREAM: *pico-imx6ul: Modify LED node in DTS
Modify LED name to "led0" for Brillo common lights HAL. Set LED mode to be timer by default.It will blink in 1Hz when kernel boot. Signed-off-by: Haoran Wang <Haoran.Wang@freescale.com> Change-Id: I884e013f7316be9c9ca006949a4b0ea52981f2ed
-rw-r--r--arch/arm/boot/dts/imx6ul-picosom-hobbit.dts7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6ul-picosom-hobbit.dts b/arch/arm/boot/dts/imx6ul-picosom-hobbit.dts
index 22fe0136163b..b3e932b13577 100644
--- a/arch/arm/boot/dts/imx6ul-picosom-hobbit.dts
+++ b/arch/arm/boot/dts/imx6ul-picosom-hobbit.dts
@@ -141,9 +141,10 @@
leds {
compatible = "gpio-leds";
- hobbitled {
- label = "hobbitled";
- gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
+ led0 {
+ label = "led0";
+ gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>;
+ linux,default-trigger = "timer";
};
};
};