提交 6c90036f 编写于 作者: J Jagan Teki

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

Enable ahci node for BPI-M2-Berry, this would require since
we have DM_SCSI enabled on the respective SoC.

Unable to sync the same node from Linux, since the similar change
is still in Linux ML.
Signed-off-by: NJagan Teki <jagan@amarulasolutions.com>
上级 36b53ab2
......@@ -87,6 +87,12 @@
};
};
&ahci {
phy-supply = <&reg_eldo3>; /* VDD12-SATA */
ahci-supply = <&reg_dldo4>; /* VDD25-SATA */
status = "okay";
};
&ehci1 {
/* Terminus Tech FE 1.1s 4-port USB 2.0 hub here */
status = "okay";
......@@ -152,6 +158,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";
};
&mmc0 {
vmmc-supply = <&reg_dcdc1>;
bus-width = <4>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册