opi5/opi5b: Add rk3588-disable-led.dts
This commit is contained in:
parent
080e16a91f
commit
c03d7eda7b
|
|
@ -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) += \
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&leds>;
|
||||
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
|
||||
led@1 {
|
||||
linux,default-trigger = "none";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue