Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

riscv: dts: starfive: jh7110-common: drop no-sdio property from mmc1

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>

authored by

E Shattow and committed by
Conor Dooley
481ee0fc cec6e40a

-1
-1
arch/riscv/boot/dts/starfive/jh7110-common.dtsi
··· 299 299 assigned-clock-rates = <50000000>; 300 300 bus-width = <4>; 301 301 bootph-pre-ram; 302 - no-sdio; 303 302 no-mmc; 304 303 cd-gpios = <&sysgpio 41 GPIO_ACTIVE_LOW>; 305 304 disable-wp;