[PATCH v1 4/6] ARM: dts: imx7s: add node and supplies for vdd1p2
From: festevam@gmail.com (Fabio Estevam)
Date: 2017-12-10 15:20:24
Also in:
linux-devicetree, lkml
From: festevam@gmail.com (Fabio Estevam)
Date: 2017-12-10 15:20:24
Also in:
linux-devicetree, lkml
On Tue, Dec 5, 2017 at 8:27 PM, [off-list ref] wrote:
From: Tyler Baker <redacted> Add the regulator nodes and supplies for vdd1p2. This regulator is used to power the GPC and USB HSIC PHY. Signed-off-by: Tyler Baker <redacted> --- arch/arm/boot/dts/imx7s.dtsi | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-)diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 7b85659..151ab34 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi@@ -522,6 +522,20 @@ anatop-max-voltage = <1200000>; anatop-enable-bit = <0>; }; + + reg_1p2: regulator-vdd1p2 at 220 {
Using a unit address without a corresponding reg would give you a warning with W=1. Please see the patch I sent with Subject: ARM: dts: imx7s: Add unit address and reg for the anatop nodes