diff options
Diffstat (limited to 'arch/arm/boot/dts/exynos5420-arndale-octa.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5420-arndale-octa.dts | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5420-arndale-octa.dts b/arch/arm/boot/dts/exynos5420-arndale-octa.dts index f509e8fc290f..80a3bf4c5986 100644 --- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts +++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | / { | 17 | / { |
18 | model = "Insignal Arndale Octa evaluation board based on EXYNOS5420"; | 18 | model = "Insignal Arndale Octa evaluation board based on EXYNOS5420"; |
19 | compatible = "insignal,arndale-octa", "samsung,exynos5420"; | 19 | compatible = "insignal,arndale-octa", "samsung,exynos5420", "samsung,exynos5"; |
20 | 20 | ||
21 | memory { | 21 | memory { |
22 | reg = <0x20000000 0x80000000>; | 22 | reg = <0x20000000 0x80000000>; |
@@ -113,6 +113,7 @@ | |||
113 | regulator-name = "PVDD_APIO_MMCON_1V8"; | 113 | regulator-name = "PVDD_APIO_MMCON_1V8"; |
114 | regulator-min-microvolt = <1800000>; | 114 | regulator-min-microvolt = <1800000>; |
115 | regulator-max-microvolt = <1800000>; | 115 | regulator-max-microvolt = <1800000>; |
116 | regulator-always-on; | ||
116 | }; | 117 | }; |
117 | 118 | ||
118 | ldo4_reg: LDO4 { | 119 | ldo4_reg: LDO4 { |
@@ -150,6 +151,7 @@ | |||
150 | regulator-name = "PVDD_USB_3V3"; | 151 | regulator-name = "PVDD_USB_3V3"; |
151 | regulator-min-microvolt = <3000000>; | 152 | regulator-min-microvolt = <3000000>; |
152 | regulator-max-microvolt = <3000000>; | 153 | regulator-max-microvolt = <3000000>; |
154 | regulator-always-on; | ||
153 | }; | 155 | }; |
154 | 156 | ||
155 | ldo10_reg: LDO10 { | 157 | ldo10_reg: LDO10 { |
@@ -218,6 +220,7 @@ | |||
218 | regulator-name = "PVDD_MIFS_1V1"; | 220 | regulator-name = "PVDD_MIFS_1V1"; |
219 | regulator-min-microvolt = <1200000>; | 221 | regulator-min-microvolt = <1200000>; |
220 | regulator-max-microvolt = <1200000>; | 222 | regulator-max-microvolt = <1200000>; |
223 | regulator-always-on; | ||
221 | }; | 224 | }; |
222 | 225 | ||
223 | ldo24_reg: LDO24 { | 226 | ldo24_reg: LDO24 { |
@@ -361,4 +364,16 @@ | |||
361 | gpio-key,wakeup; | 364 | gpio-key,wakeup; |
362 | }; | 365 | }; |
363 | }; | 366 | }; |
367 | |||
368 | amba { | ||
369 | mdma1: mdma@11C10000 { | ||
370 | /* | ||
371 | * MDMA1 can support both secure and non-secure | ||
372 | * AXI transactions. When this is enabled in the kernel | ||
373 | * for boards that run in secure mode, we are getting | ||
374 | * imprecise external aborts causing the kernel to oops. | ||
375 | */ | ||
376 | status = "disabled"; | ||
377 | }; | ||
378 | }; | ||
364 | }; | 379 | }; |