ARM: Kirkwood: Convert GoFlexNet to use regulators
[linux-2.6-microblaze.git] / arch / arm / boot / dts / kirkwood-goflexnet.dts
index 7c8238f..84de887 100644 (file)
                        gpios = <&gpio1 9 0>;
                };
        };
+       regulators {
+               compatible = "simple-bus";
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               usb_power: regulator@1 {
+                       compatible = "regulator-fixed";
+                       reg = <1>;
+                       regulator-name = "USB Power";
+                       regulator-min-microvolt = <5000000>;
+                       regulator-max-microvolt = <5000000>;
+                       enable-active-high;
+                       regulator-always-on;
+                       regulator-boot-on;
+                       gpio = <&gpio0 29 0>;
+               };
+       };
 };