projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f4c8bd
)
ARM: dts: imx7-colibri: remove 1.8V fixed regulator
author
Stefan Agner
<stefan@agner.ch>
Wed, 29 Mar 2017 23:21:12 +0000
(16:21 -0700)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 10 Apr 2017 08:16:20 +0000
(16:16 +0800)
The ADC is directly supplied by the PMIC 1.8V rail, remove the
superfluous fixed regulator.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7-colibri.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx7-colibri.dtsi
b/arch/arm/boot/dts/imx7-colibri.dtsi
index cbcab937b90578bb36672e8301763ab0005cb4e1..2d87489f9105cf1aa9e3d6f5f2b55bff37551175 100644
(file)
--- a/
arch/arm/boot/dts/imx7-colibri.dtsi
+++ b/
arch/arm/boot/dts/imx7-colibri.dtsi
@@
-60,13
+60,6
@@
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 {
compatible = "simple-audio-card";
simple-audio-card,name = "imx7-sgtl5000";
@@
-85,11
+78,11
@@
};
&adc1 {
- vref-supply = <®_
vref_1v8
>;
+ vref-supply = <®_
DCDC3
>;
};
&adc2 {
- vref-supply = <®_
vref_1v8
>;
+ vref-supply = <®_
DCDC3
>;
};
&cpu0 {