]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
riscv: dts: starfive: jh7110-common: drop no-sdio property from mmc1
authorE Shattow <e@freeshell.de>
Tue, 29 Jul 2025 14:11:35 +0000 (07:11 -0700)
committerConor Dooley <conor.dooley@microchip.com>
Tue, 19 Aug 2025 18:13:54 +0000 (19:13 +0100)
Relax no-sdio restriction on mmc1 for jh7110 boards. Property was
introduced for StarFive VisionFive2 dts to configure mmc1 for SD Card
but this is not necessary, the restriction is only needed to block use of
commands that would cause a device to malfunction.

Signed-off-by: E Shattow <e@freeshell.de>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
arch/riscv/boot/dts/starfive/jh7110-common.dtsi

index 2eaf01775ef57d884b4d662af3caa83da2d2ad48..a315113840e5331d18e471e9362ac829d469d234 100644 (file)
        assigned-clock-rates = <50000000>;
        bus-width = <4>;
        bootph-pre-ram;
-       no-sdio;
        no-mmc;
        cd-gpios = <&sysgpio 41 GPIO_ACTIVE_LOW>;
        disable-wp;