opi5/opi5b: Add rk3588-disable-led.dts

This commit is contained in:
orangepi-xunlong 2023-06-01 21:06:48 +08:00 committed by baiywt
parent 080e16a91f
commit c03d7eda7b
2 changed files with 17 additions and 0 deletions

View File

@ -67,6 +67,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rk3588-spi4-m1-cs1-spidev.dtbo \
rk3588-spi4-m1-cs0-cs1-spidev.dtbo \
rk3588-spi4-m2-cs0-spidev.dtbo \
rk3588-disable-led.dtbo \
rk3588-opi5plus-disable-leds.dtbo
scr-$(CONFIG_ARCH_ROCKCHIP) += \

View File

@ -0,0 +1,16 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&leds>;
__overlay__ {
status = "okay";
led@1 {
linux,default-trigger = "none";
};
};
};
};