ARM: dts: aspeed: Move eMMC out of ast2600-facebook-netbmc-common.dtsi

Move eMMC entries from ast2600-facebook-netbmc-common.dtsi to each
platform because eMMC is removed from future Meta/Facebook AST2600
Network BMC platforms.

Signed-off-by: Tao Ren <rentao.bupt@gmail.com>
Link: https://patch.msgid.link/20250728055618.61616-5-rentao.bupt@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Tao Ren 2025-07-27 22:56:06 -07:00 committed by Andrew Jeffery
parent dc4717e34f
commit c11f9190f9
3 changed files with 24 additions and 12 deletions

View File

@ -201,3 +201,15 @@ fixed-link {
full-duplex;
};
};
&emmc_controller {
status = "okay";
};
&emmc {
status = "okay";
non-removable;
max-frequency = <25000000>;
bus-width = <4>;
};

View File

@ -1243,3 +1243,15 @@ &mac3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rgmii4_default>;
};
&emmc_controller {
status = "okay";
};
&emmc {
status = "okay";
non-removable;
max-frequency = <25000000>;
bus-width = <4>;
};

View File

@ -156,18 +156,6 @@ &vhub {
status = "okay";
};
&emmc_controller {
status = "okay";
};
&emmc {
status = "okay";
non-removable;
max-frequency = <25000000>;
bus-width = <4>;
};
&rtc {
status = "okay";
};