18 lines
349 B
Devicetree
18 lines
349 B
Devicetree
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "radxa,rock-5t", "rockchip,rk3588";
|
|
|
|
fragment@0 {
|
|
target-path = "/";
|
|
__overlay__ {
|
|
/* Target the specific regulator node */
|
|
vcc_lcd_mipi1: vcc-lcd-mipi1 {
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
};
|
|
};
|
|
};
|
|
};
|