|
|
@@ -13,6 +13,23 @@
|
|
|
reg = <0x40000000 0x08000000>;
|
|
|
};
|
|
|
|
|
|
+ reg_vddio_sd0: regulator-vddio-sd0 {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ regulator-name = "vddio-sd0";
|
|
|
+ regulator-min-microvolt = <3300000>;
|
|
|
+ regulator-max-microvolt = <3300000>;
|
|
|
+ gpio = <&gpio1 29 0>;
|
|
|
+ };
|
|
|
+
|
|
|
+ reg_lcd_3v3: regulator-lcd-3v3 {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ regulator-name = "lcd-3v3";
|
|
|
+ regulator-min-microvolt = <3300000>;
|
|
|
+ regulator-max-microvolt = <3300000>;
|
|
|
+ gpio = <&gpio1 18 0>;
|
|
|
+ enable-active-high;
|
|
|
+ };
|
|
|
+
|
|
|
apb@80000000 {
|
|
|
apbh@80000000 {
|
|
|
gpmi-nand@8000c000 {
|
|
|
@@ -118,31 +135,6 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
- regulators {
|
|
|
- compatible = "simple-bus";
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <0>;
|
|
|
-
|
|
|
- reg_vddio_sd0: regulator@0 {
|
|
|
- compatible = "regulator-fixed";
|
|
|
- reg = <0>;
|
|
|
- regulator-name = "vddio-sd0";
|
|
|
- regulator-min-microvolt = <3300000>;
|
|
|
- regulator-max-microvolt = <3300000>;
|
|
|
- gpio = <&gpio1 29 0>;
|
|
|
- };
|
|
|
-
|
|
|
- reg_lcd_3v3: regulator@1 {
|
|
|
- compatible = "regulator-fixed";
|
|
|
- reg = <1>;
|
|
|
- regulator-name = "lcd-3v3";
|
|
|
- regulator-min-microvolt = <3300000>;
|
|
|
- regulator-max-microvolt = <3300000>;
|
|
|
- gpio = <&gpio1 18 0>;
|
|
|
- enable-active-high;
|
|
|
- };
|
|
|
- };
|
|
|
-
|
|
|
backlight {
|
|
|
compatible = "pwm-backlight";
|
|
|
pwms = <&pwm 2 5000000>;
|