]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx6qdl-kontron-samx6i: always enable eMMC
authorMichael Walle <mwalle@kernel.org>
Mon, 17 Jun 2024 09:13:35 +0000 (11:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 27 Jun 2024 07:24:53 +0000 (15:24 +0800)
There are no variants of this module without an eMMC.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi

index 4a6ab7e7908aefe16808b905a6cdb57f20044161..4d3cd338a707306b65eaaf3278ddf6b02bd92fb8 100644 (file)
 
 /* SDMMC */
 &usdhc4 {
-       /* Internal eMMC, optional on some boards */
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_usdhc4>;
        bus-width = <8>;
        non-removable;
        vmmc-supply = <&reg_3p3v_s0>;
        vqmmc-supply = <&reg_1p8v_s0>;
+       status = "okay";
 };
 
 &wdog1 {