ARM: dts: imx: use generic node name for fixed regulator
The device tree specification recommends that generic name should be used for nodes. So instead of naming those fixed regulator nodes arbitrarily, let's use the generic name 'regulator@num' for those nodes. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Šī revīzija ir iekļauta:
@@ -109,11 +109,14 @@
|
||||
|
||||
regulators {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
reg_usb1_vbus: usb1_vbus {
|
||||
reg_usb1_vbus: regulator@0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&usb_pins_cfa10058>;
|
||||
compatible = "regulator-fixed";
|
||||
reg = <0>;
|
||||
regulator-name = "usb1_vbus";
|
||||
regulator-min-microvolt = <5000000>;
|
||||
regulator-max-microvolt = <5000000>;
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user