ODROID-M2: dtbo: add to off the BLUE LED default

Signed-off-by: YoungSoo Shin <bob.shin@hardkernel.com>
Change-Id: I71b417e27d5fef27275ef9163e2e9dcade552c67
This commit is contained in:
2024-07-29 10:30:54 +09:00
committed by codewalkerster
parent 01c964bdaf
commit 26eeaf3ac6
2 changed files with 14 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# Overlays for the Odroid platform
dtbo-y += \
blueled_off.dtbo \
can0.dtbo \
dht11.dtbo \
display_vu8s.dtbo \

View File

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