提交 915394db 编写于 作者: S Shawn Guo

ARM: dts: imx6sx-sabreauto: drop 'regulators' container node

Let's drop the 'regulators' container node by giving VCC_SD3 an unique
name and removing 'reg' property, so that the fixed regulator can be
under root node directly.
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 4b976ce8
...@@ -18,22 +18,15 @@ ...@@ -18,22 +18,15 @@
reg = <0x80000000 0x80000000>; reg = <0x80000000 0x80000000>;
}; };
regulators { vcc_sd3: regulator-vcc-sd3 {
compatible = "simple-bus"; compatible = "regulator-fixed";
#address-cells = <1>; pinctrl-names = "default";
#size-cells = <0>; pinctrl-0 = <&pinctrl_vcc_sd3>;
regulator-name = "VCC_SD3";
vcc_sd3: regulator@0 { regulator-min-microvolt = <3000000>;
compatible = "regulator-fixed"; regulator-max-microvolt = <3000000>;
reg = <0>; gpio = <&gpio2 11 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default"; enable-active-high;
pinctrl-0 = <&pinctrl_vcc_sd3>;
regulator-name = "VCC_SD3";
regulator-min-microvolt = <3000000>;
regulator-max-microvolt = <3000000>;
gpio = <&gpio2 11 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册