提交 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,14 +18,8 @@ ...@@ -18,14 +18,8 @@
reg = <0x80000000 0x80000000>; reg = <0x80000000 0x80000000>;
}; };
regulators { vcc_sd3: regulator-vcc-sd3 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <0>;
vcc_sd3: regulator@0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
reg = <0>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_vcc_sd3>; pinctrl-0 = <&pinctrl_vcc_sd3>;
regulator-name = "VCC_SD3"; regulator-name = "VCC_SD3";
...@@ -34,7 +28,6 @@ ...@@ -34,7 +28,6 @@
gpio = <&gpio2 11 GPIO_ACTIVE_HIGH>; gpio = <&gpio2 11 GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
}; };
};
}; };
&anaclk2 { &anaclk2 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册