summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-07-06 19:19:59 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-12-24 01:27:34 +0100
commit4315d90c5cd56918ba0f589f29fe866ad536dcf4 (patch)
tree8f94afeb1b0a1f8499b90f619cb63a27e419691d
parentb9ea1c9445f313d946a863b31e4c9036f04d555b (diff)
ARM: dts: imx6: remove 1.8V regulator
There is no fixed 1.8V regulator. VDDD is connected to the PMIC. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--arch/arm/boot/dts/imx6qdl-colibri.dtsi12
1 files changed, 2 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-colibri.dtsi b/arch/arm/boot/dts/imx6qdl-colibri.dtsi
index 5ccc10a4be4c..4172f5c68e8d 100644
--- a/arch/arm/boot/dts/imx6qdl-colibri.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-colibri.dtsi
@@ -100,14 +100,6 @@
regulators {
compatible = "simple-bus";
- reg_1p8v: 1p8v {
- compatible = "regulator-fixed";
- regulator-name = "1P8V";
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <1800000>;
- regulator-always-on;
- };
-
reg_2p5v: 2p5v {
compatible = "regulator-fixed";
regulator-name = "2P5V";
@@ -289,7 +281,7 @@
vgen4_reg: vgen4 {
regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <3300000>;
+ regulator-max-microvolt = <1800000>;
regulator-boot-on;
regulator-always-on;
};
@@ -317,7 +309,7 @@
lrclk-strength = <0x3>;
VDDA-supply = <&reg_3p3v>;
VDDIO-supply = <&reg_3p3v>;
- VDDD-supply =<&reg_1p8v>;
+ VDDD-supply =<&vgen4_reg>;
};
/* STMPE811 touch screen controller */