mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
ODROID-M1: dtb/dtbo: add to off the blue LED by default
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I65892104e1a4c72692ce41946e108bca3faefbb9
This commit is contained in:
committed by
codewalkerster
parent
abf29d5072
commit
60ca7ae8de
@@ -1,6 +1,7 @@
|
||||
# Overlays for the Odroid platform
|
||||
|
||||
dtbo-$(CONFIG_ARCH_ROCKCHIP_ODROIDM1) += \
|
||||
blueled_off.dtbo \
|
||||
can0.dtbo \
|
||||
dht11.dtbo \
|
||||
i2c0.dtbo \
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&work_led>;
|
||||
|
||||
__overlay__ {
|
||||
linux,default-trigger = "off";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user