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.html

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Hans de Goede 2014-02-22 16:53:42 +01:00 committed by Maxime Ripard
parent bf6534a180
commit 5991bbe464
2 changed files with 16 additions and 24 deletions

View File

@ -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";
@ -94,4 +91,3 @@
gpio = <&pio 7 15 0>; gpio = <&pio 7 15 0>;
}; };
}; };
};

View File

@ -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";
@ -66,4 +63,3 @@
gpio = <&pio 7 19 0>; gpio = <&pio 7 19 0>;
}; };
}; };
};