From 8c722ff150552ad13fc41d0a9c045d298a65d449 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 6 Jul 2018 19:19:59 +0200 Subject: 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 Acked-by: Marcel Ziswiler --- arch/arm/boot/dts/imx6qdl-colibri.dtsi | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'arch/arm/boot/dts') 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 = <®_3p3v>; VDDIO-supply = <®_3p3v>; - VDDD-supply =<®_1p8v>; + VDDD-supply =<&vgen4_reg>; }; /* STMPE811 touch screen controller */ -- cgit v1.2.3