ARM: dts: stm32: Add power-supply for RGB panel on stm32429i-eval
Add a fixed regulator and use it as power supply for RBG panel. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
parent
0ff15a86d0
commit
f8849332ae
|
@ -95,6 +95,13 @@
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vdd_panel: vdd-panel {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "vdd_panel";
|
||||||
|
regulator-min-microvolt = <3300000>;
|
||||||
|
regulator-max-microvolt = <3300000>;
|
||||||
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
green {
|
green {
|
||||||
|
@ -138,6 +145,7 @@
|
||||||
|
|
||||||
panel_rgb: panel-rgb {
|
panel_rgb: panel-rgb {
|
||||||
compatible = "ampire,am-480272h3tmqw-t01h";
|
compatible = "ampire,am-480272h3tmqw-t01h";
|
||||||
|
power-supply = <&vdd_panel>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
port {
|
port {
|
||||||
panel_in_rgb: endpoint {
|
panel_in_rgb: endpoint {
|
||||||
|
|
Loading…
Reference in New Issue