提交 042f6d98 编写于 作者: F Fabio Estevam 提交者: Shawn Guo

ARM: dts: imx53-qsb: Provide the TVE DAC regulators

On imx53-qsb the TVE DAC regulator comes from:

- LDO7 on the board with the Dialog DA9052 PMIC
- VDAC on the board with the MC34708 PMIC

Pass them in the 'dac-supply' node.

While at it, remove the 'regulator-always-on/regulator-boot-on'
properties as the TVE driver will properly handle it.

Tested on a imx53-qsb board with a Dialog DA9052 PMIC.
Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 a4e31f26
...@@ -90,7 +90,6 @@ ...@@ -90,7 +90,6 @@
ldo7_reg: ldo7 { ldo7_reg: ldo7 {
regulator-min-microvolt = <1200000>; regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <3600000>; regulator-max-microvolt = <3600000>;
regulator-always-on;
}; };
ldo8_reg: ldo8 { ldo8_reg: ldo8 {
...@@ -113,3 +112,7 @@ ...@@ -113,3 +112,7 @@
}; };
}; };
}; };
&tve {
dac-supply = <&ldo7_reg>;
};
...@@ -130,8 +130,6 @@ ...@@ -130,8 +130,6 @@
regulator-name = "VDAC"; regulator-name = "VDAC";
regulator-min-microvolt = <2500000>; regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2775000>; regulator-max-microvolt = <2775000>;
regulator-boot-on;
regulator-always-on;
}; };
vgen1_reg: vgen1 { vgen1_reg: vgen1 {
...@@ -152,3 +150,7 @@ ...@@ -152,3 +150,7 @@
}; };
}; };
}; };
&tve {
dac-supply = <&vdac_reg>;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册