]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: Move eMMC out of ast2600-facebook-netbmc-common.dtsi
authorTao Ren <rentao.bupt@gmail.com>
Mon, 28 Jul 2025 05:56:06 +0000 (22:56 -0700)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Mon, 11 Aug 2025 00:07:47 +0000 (09:37 +0930)
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>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-elbert.dts
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-fuji.dts
arch/arm/boot/dts/aspeed/ast2600-facebook-netbmc-common.dtsi

index 74f3c67e0effae9d07747297637b206e10224e47..ff1009ea1c49695f545e1e66855bdd62fac81ba6 100644 (file)
                full-duplex;
        };
 };
+
+&emmc_controller {
+       status = "okay";
+};
+
+&emmc {
+       status = "okay";
+
+       non-removable;
+       max-frequency = <25000000>;
+       bus-width = <4>;
+};
index 840d19d6b1d47da4ad9e1b36b71fd01cad6015df..d0331980d082819799008e59c84c2aea2b040021 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_rgmii4_default>;
 };
+
+&emmc_controller {
+       status = "okay";
+};
+
+&emmc {
+       status = "okay";
+
+       non-removable;
+       max-frequency = <25000000>;
+       bus-width = <4>;
+};
index 208cf6567ed443f132f91bcee6f0b3d547bb0ee3..0ef225acddfcf0f375558ba097dfd06c8401afc1 100644 (file)
        status = "okay";
 };
 
-&emmc_controller {
-       status = "okay";
-};
-
-&emmc {
-       status = "okay";
-
-       non-removable;
-       max-frequency = <25000000>;
-       bus-width = <4>;
-};
-
 &rtc {
        status = "okay";
 };