提交 c9171bb5 编写于 作者: S Stefan Agner 提交者: Shawn Guo

ARM: dts: imx7-colibri: remove 1.8V fixed regulator

The ADC is directly supplied by the PMIC 1.8V rail, remove the
superfluous fixed regulator.
Signed-off-by: NStefan Agner <stefan@agner.ch>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 8f4c8bd9
...@@ -60,13 +60,6 @@ ...@@ -60,13 +60,6 @@
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
}; };
reg_vref_1v8: regulator-vref-1v8 {
compatible = "regulator-fixed";
regulator-name = "vref-1v8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
sound { sound {
compatible = "simple-audio-card"; compatible = "simple-audio-card";
simple-audio-card,name = "imx7-sgtl5000"; simple-audio-card,name = "imx7-sgtl5000";
...@@ -85,11 +78,11 @@ ...@@ -85,11 +78,11 @@
}; };
&adc1 { &adc1 {
vref-supply = <&reg_vref_1v8>; vref-supply = <&reg_DCDC3>;
}; };
&adc2 { &adc2 {
vref-supply = <&reg_vref_1v8>; vref-supply = <&reg_DCDC3>;
}; };
&cpu0 { &cpu0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册