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:
Dongjin Kim
2022-08-17 16:17:55 +09:00
committed by codewalkerster
parent abf29d5072
commit 60ca7ae8de
2 changed files with 14 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# Overlays for the Odroid platform
dtbo-$(CONFIG_ARCH_ROCKCHIP_ODROIDM1) += \
blueled_off.dtbo \
can0.dtbo \
dht11.dtbo \
i2c0.dtbo \

View File

@@ -0,0 +1,13 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&work_led>;
__overlay__ {
linux,default-trigger = "off";
};
};
};