]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: marvell: cn9130-sr-som: add missing properties to emmc
authorJosua Mayer <josua@solid-run.com>
Thu, 11 Sep 2025 18:28:07 +0000 (20:28 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 12 Sep 2025 12:59:19 +0000 (14:59 +0200)
CN9130 System on Module connects an eMMC to ap_sdhci0, but the common
properties indicating eMMC were not added to device-tree.

Add no-sdio and non-removable as applicable to eMMC.

Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/cn9130-sr-som.dtsi

index a997bbabedd8a9679e9d209225666d7696dd7da2..f95202decfceb5cc9dc777ddd1870d5972a1bc54 100644 (file)
@@ -61,6 +61,8 @@
        pinctrl-0 = <&ap_mmc0_pins>;
        pinctrl-names = "default";
        vqmmc-supply = <&v_1_8>;
+       no-sdio;
+       non-removable;
        status = "okay";
 };