Unverified Commit 78f8e6d9 authored by Pablo Greco's avatar Pablo Greco Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: v40: bananapi-m2-berry: Enable AHCI



Just like the Bananapi M2 Ultra, enable the ahci controller and
the two regulators needed to activate it.

Reviewed-by: default avatarJagan Teki <jagan@amarulasolutions.com>
Signed-off-by: default avatarPablo Greco <pgreco@centosproject.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 4da567ba
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -99,6 +99,12 @@
	};
};

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

&de {
	status = "okay";
};
@@ -233,6 +239,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";
};