diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2018-09-03 06:02:01 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-09-05 03:25:00 -0400 |
commit | 666907a3f9bdd48a3b30f80a2ee2811c625efe22 (patch) | |
tree | f942bc31dac8857598470f3ee541f81532826af1 | |
parent | 41c64d3318aa3fbd3be5f6c35b50a87f050fca0b (diff) |
ARM: dts: sun8i: sun8i-r40-bananapi-m2-ultra: enable AHCI
This patch enable the AHCI controller.
Since this controller need two regulator, this patch add them.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
-rw-r--r-- | arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts b/arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts index a891a387e8f1..438b7b44dab3 100644 --- a/arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts +++ b/arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts | |||
@@ -105,6 +105,12 @@ | |||
105 | }; | 105 | }; |
106 | }; | 106 | }; |
107 | 107 | ||
108 | &ahci { | ||
109 | ahci-supply = <®_dldo4>; | ||
110 | phy-supply = <®_eldo3>; | ||
111 | status = "okay"; | ||
112 | }; | ||
113 | |||
108 | &de { | 114 | &de { |
109 | status = "okay"; | 115 | status = "okay"; |
110 | }; | 116 | }; |
@@ -250,6 +256,18 @@ | |||
250 | regulator-name = "vcc-wifi"; | 256 | regulator-name = "vcc-wifi"; |
251 | }; | 257 | }; |
252 | 258 | ||
259 | ®_dldo4 { | ||
260 | regulator-min-microvolt = <2500000>; | ||
261 | regulator-max-microvolt = <2500000>; | ||
262 | regulator-name = "vdd2v5-sata"; | ||
263 | }; | ||
264 | |||
265 | ®_eldo3 { | ||
266 | regulator-min-microvolt = <1200000>; | ||
267 | regulator-max-microvolt = <1200000>; | ||
268 | regulator-name = "vdd1v2-sata"; | ||
269 | }; | ||
270 | |||
253 | &tcon_tv0 { | 271 | &tcon_tv0 { |
254 | status = "okay"; | 272 | status = "okay"; |
255 | }; | 273 | }; |