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:
parent
bf6534a180
commit
5991bbe464
|
@ -80,18 +80,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
regulators {
|
reg_emac_3v3: emac-3v3 {
|
||||||
compatible = "simple-bus";
|
compatible = "regulator-fixed";
|
||||||
|
pinctrl-names = "default";
|
||||||
reg_emac_3v3: emac-3v3 {
|
pinctrl-0 = <&emac_power_pin_a1000>;
|
||||||
compatible = "regulator-fixed";
|
regulator-name = "emac-3v3";
|
||||||
pinctrl-names = "default";
|
regulator-min-microvolt = <3300000>;
|
||||||
pinctrl-0 = <&emac_power_pin_a1000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
regulator-name = "emac-3v3";
|
enable-active-high;
|
||||||
regulator-min-microvolt = <3300000>;
|
gpio = <&pio 7 15 0>;
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
enable-active-high;
|
|
||||||
gpio = <&pio 7 15 0>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -54,16 +54,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
regulators {
|
reg_emac_3v3: emac-3v3 {
|
||||||
compatible = "simple-bus";
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "emac-3v3";
|
||||||
reg_emac_3v3: emac-3v3 {
|
regulator-min-microvolt = <3300000>;
|
||||||
compatible = "regulator-fixed";
|
regulator-max-microvolt = <3300000>;
|
||||||
regulator-name = "emac-3v3";
|
enable-active-high;
|
||||||
regulator-min-microvolt = <3300000>;
|
gpio = <&pio 7 19 0>;
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
enable-active-high;
|
|
||||||
gpio = <&pio 7 19 0>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue