iwlwifi: mvm: handle FRAME_RELEASE in MQ code
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / phy3250.dts
index 7d253bb6265ac13e1e478e2f46270f2df1a63b5b..a00d7ce7802b71c7c4c6d22a73262c39771d0941 100644 (file)
                reg = <0x80000000 0x4000000>;
        };
 
+       regulators {
+               backlight_reg: regulator@0 {
+                       compatible = "regulator-fixed";
+                       regulator-name = "backlight_reg";
+                       regulator-min-microvolt = <1800000>;
+                       regulator-max-microvolt = <1800000>;
+                       gpio = <&gpio 5 4 0>;
+                       enable-active-high;
+                       regulator-boot-on;
+               };
+
+               lcd_reg: regulator@1 {
+                       compatible = "regulator-fixed";
+                       regulator-name = "lcd_reg";
+                       regulator-min-microvolt = <1800000>;
+                       regulator-max-microvolt = <1800000>;
+                       gpio = <&gpio 5 0 0>;
+                       enable-active-high;
+                       regulator-boot-on;
+               };
+
+               sd_reg: regulator@2 {
+                       compatible = "regulator-fixed";
+                       regulator-name = "sd_reg";
+                       regulator-min-microvolt = <1800000>;
+                       regulator-max-microvolt = <1800000>;
+                       gpio = <&gpio 5 5 0>;
+                       enable-active-high;
+               };
+       };
+
        ahb {
                mac: ethernet@31060000 {
                        phy-mode = "rmii";
                                cd-gpios = <&gpio 3 1 0>;
                                cd-inverted;
                                bus-width = <4>;
+                               vmmc-supply = <&sd_reg>;
                                status = "okay";
                        };
                };