提交 5991bbe4 编写于 作者: H Hans de Goede 提交者: Maxime Ripard

ARM: sun4i: dt: Remove grouping + simple-bus compatible for regulators

According to Documentation/devicetree/bindings/regulator/regulator.txt
regulator nodes should not be placed under 'simple-bus'.

Mark Rutland also explains about it at:
http://www.spinics.net/lists/linux-usb/msg101497.htmlSigned-off-by: NHans de Goede <hdegoede@redhat.com>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 bf6534a1
...@@ -80,9 +80,6 @@ ...@@ -80,9 +80,6 @@
}; };
}; };
regulators {
compatible = "simple-bus";
reg_emac_3v3: emac-3v3 { reg_emac_3v3: emac-3v3 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -93,5 +90,4 @@ ...@@ -93,5 +90,4 @@
enable-active-high; enable-active-high;
gpio = <&pio 7 15 0>; gpio = <&pio 7 15 0>;
}; };
};
}; };
...@@ -54,9 +54,6 @@ ...@@ -54,9 +54,6 @@
}; };
}; };
regulators {
compatible = "simple-bus";
reg_emac_3v3: emac-3v3 { reg_emac_3v3: emac-3v3 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "emac-3v3"; regulator-name = "emac-3v3";
...@@ -65,5 +62,4 @@ ...@@ -65,5 +62,4 @@
enable-active-high; enable-active-high;
gpio = <&pio 7 19 0>; gpio = <&pio 7 19 0>;
}; };
};
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册