Skip to content

Commit ae3ac9f

Browse files
glneonmenon
authored andcommitted
arm64: dts: ti: am65x: Add missing power-supply for Rocktech-rk101 panel
Add the 5v0 supply that is provided over the display panel cable and used by the LCD. This is required by "simple panels" or we get the following warning from DTBS_CHECK: k3-am654-gp-evm.dtb: display0: 'power-supply' is a required property Signed-off-by: Andrew Davis <afd@ti.com> Link: https://lore.kernel.org/r/20250421214620.3770172-4-afd@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 4765253 commit ae3ac9f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/ti/k3-am654-base-board-rocktech-rk101-panel.dtso

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,20 @@
1515
#include <dt-bindings/interrupt-controller/irq.h>
1616

1717
&{/} {
18+
vcc_5v0: lcd-regulator {
19+
/* Output of LM5140 */
20+
compatible = "regulator-fixed";
21+
regulator-name = "vcc_5v0";
22+
regulator-min-microvolt = <5000000>;
23+
regulator-max-microvolt = <5000000>;
24+
regulator-always-on;
25+
regulator-boot-on;
26+
vin-supply = <&evm_12v0>;
27+
};
28+
1829
display0 {
1930
compatible = "rocktech,rk101ii01d-ct";
31+
power-supply = <&vcc_5v0>;
2032
backlight = <&lcd_bl>;
2133
enable-gpios = <&pca9555 8 GPIO_ACTIVE_HIGH>;
2234
port {

0 commit comments

Comments
 (0)