Commit ce8bfba7 authored by Adam Ford's avatar Adam Ford Committed by Tony Lindgren

ARM: dts: logicpd-torpedo-baseboard: Reduce video regulator chatter

The dss driver wants two regulators or it dump some splat while
initializing.  This patch adds a reference to the second regulator
which to avoid the warnings that the regulator is missing.
Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 54ecb8f7
......@@ -108,6 +108,7 @@ &vpll2 {
&dss {
status = "ok";
vdds_dsi-supply = <&vpll2>;
vdda_video-supply = <&vpll2>;
pinctrl-names = "default";
pinctrl-0 = <&dss_dpi_pins1>;
port {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment