diff options
| -rw-r--r-- | arch/arm/boot/dts/exynos4412-odroidx.dts | 2 | ||||
| -rw-r--r-- | arch/arm/boot/dts/exynos5250-arndale.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts index 348556fcdd9d..a2251581f6b6 100644 --- a/arch/arm/boot/dts/exynos4412-odroidx.dts +++ b/arch/arm/boot/dts/exynos4412-odroidx.dts | |||
| @@ -53,7 +53,7 @@ | |||
| 53 | regulator-name = "p3v3_en"; | 53 | regulator-name = "p3v3_en"; |
| 54 | regulator-min-microvolt = <3300000>; | 54 | regulator-min-microvolt = <3300000>; |
| 55 | regulator-max-microvolt = <3300000>; | 55 | regulator-max-microvolt = <3300000>; |
| 56 | gpio = <&gpa1 1 GPIO_ACTIVE_LOW>; | 56 | gpio = <&gpa1 1 GPIO_ACTIVE_HIGH>; |
| 57 | enable-active-high; | 57 | enable-active-high; |
| 58 | regulator-always-on; | 58 | regulator-always-on; |
| 59 | }; | 59 | }; |
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index 2ca9319f48f2..b44f03ef3b27 100644 --- a/arch/arm/boot/dts/exynos5250-arndale.dts +++ b/arch/arm/boot/dts/exynos5250-arndale.dts | |||
| @@ -100,7 +100,7 @@ | |||
| 100 | regulator-name = "VDD_33ON_2.8V"; | 100 | regulator-name = "VDD_33ON_2.8V"; |
| 101 | regulator-min-microvolt = <2800000>; | 101 | regulator-min-microvolt = <2800000>; |
| 102 | regulator-max-microvolt = <2800000>; | 102 | regulator-max-microvolt = <2800000>; |
| 103 | gpio = <&gpx1 1 GPIO_ACTIVE_LOW>; | 103 | gpio = <&gpx1 1 GPIO_ACTIVE_HIGH>; |
| 104 | enable-active-high; | 104 | enable-active-high; |
| 105 | }; | 105 | }; |
| 106 | 106 | ||
