opi5plus: Add rk3588-opi5plus-disable-leds.dts

This commit is contained in:
orangepi-xunlong 2023-05-29 14:48:29 +08:00 committed by baiywt
parent e7c0620380
commit 080e16a91f
2 changed files with 22 additions and 1 deletions

View File

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

View File

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