diff options
author | Josua Mayer <josua@solid-run.com> | 2025-09-11 20:28:07 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2025-09-12 14:59:19 +0200 |
commit | 1cc3d6c8640e4a75dab4077121b8cafd15eab8b0 (patch) | |
tree | 72c6551664fc239ef452b9bc8e8c7f9fdcb8db87 | |
parent | 0b738a2901f43980fc2307a50a26457be1c8030b (diff) |
arm64: dts: marvell: cn9130-sr-som: add missing properties to emmc
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>
-rw-r--r-- | arch/arm64/boot/dts/marvell/cn9130-sr-som.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/cn9130-sr-som.dtsi b/arch/arm64/boot/dts/marvell/cn9130-sr-som.dtsi index a997bbabedd8..f95202decfce 100644 --- a/arch/arm64/boot/dts/marvell/cn9130-sr-som.dtsi +++ b/arch/arm64/boot/dts/marvell/cn9130-sr-som.dtsi @@ -61,6 +61,8 @@ pinctrl-0 = <&ap_mmc0_pins>; pinctrl-names = "default"; vqmmc-supply = <&v_1_8>; + no-sdio; + non-removable; status = "okay"; }; |