This patch enable the AHCI controller. Since this controller need two regulator, this patch add them. Signed-off-by: Icenowy Zheng <icenowy@xxxxxxx> Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx> --- arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 4f3d583183dc..ceb38739f1d8 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 @@ }; }; +&ahci { + vdd1v2-supply = <®_dldo4>; + vdd2v5-supply = <®_eldo3>; + status = "okay"; +}; + &de { status = "okay"; }; @@ -251,6 +257,18 @@ regulator-name = "vcc-wifi"; }; +®_dldo4 { + regulator-min-microvolt = <2500000>; + regulator-max-microvolt = <2500000>; + regulator-name = "vdd2v5-sata"; +}; + +®_eldo3 { + regulator-min-microvolt = <1200000>; + regulator-max-microvolt = <1200000>; + regulator-name = "vdd1v2-sata"; +}; + &tcon_top_hdmi_in_tcon_tv0 { remote-endpoint = <&tcon_tv0_out_tcon_top>; }; -- 2.16.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html