Unverified Commit 666907a3 authored by Corentin Labbe's avatar Corentin Labbe Committed by Maxime Ripard
Browse files

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: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 41c64d33
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -105,6 +105,12 @@
	};
};

&ahci {
	ahci-supply = <&reg_dldo4>;
	phy-supply = <&reg_eldo3>;
	status = "okay";
};

&de {
	status = "okay";
};
@@ -250,6 +256,18 @@
	regulator-name = "vcc-wifi";
};

&reg_dldo4 {
	regulator-min-microvolt = <2500000>;
	regulator-max-microvolt = <2500000>;
	regulator-name = "vdd2v5-sata";
};

&reg_eldo3 {
	regulator-min-microvolt = <1200000>;
	regulator-max-microvolt = <1200000>;
	regulator-name = "vdd1v2-sata";
};

&tcon_tv0 {
	status = "okay";
};