mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
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:
@@ -1,6 +1,7 @@
|
||||
# Overlays for the Odroid platform
|
||||
|
||||
dtbo-y += \
|
||||
blueled_off.dtbo \
|
||||
can0.dtbo \
|
||||
dht11.dtbo \
|
||||
display_vu8s.dtbo \
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&blue_led>;
|
||||
|
||||
__overlay__ {
|
||||
linux,default-trigger = "none";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user