This commit is contained in:
jurajk
2026-05-28 22:37:51 +02:00
commit 0309021053
2 changed files with 27 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
/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;
};
};
};
};