@@ -105,6 +105,11 @@
};
};
+&ahci {
+ ahci-supply = <®_dldo4>;
+ status = "okay";
+};
+
&de {
status = "okay";
};
@@ -250,6 +255,22 @@
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";
+};
+
+&sata_phy {
+ phy-supply = <®_eldo3>;
+};
+
&tcon_tv0 {
status = "okay";
};
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> --- arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) -- 2.16.4