]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: exynos7870-on7xelte: add bus-width to mmc0 node
authorKaustabh Chakraborty <kauschluss@disroot.org>
Sun, 28 Sep 2025 16:43:58 +0000 (22:13 +0530)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 13 Oct 2025 00:24:51 +0000 (02:24 +0200)
Add the bus-width property in &mmc0 node. The Exynos DWMMC driver
assumes bus width to be 8 if not present in devicetree, so at least with
respect to the Linux kernel, this doesn't introduce any functional
changes. But other drivers referring to it may not. Either way, without
the bus-width property the hardware description remains incomplete.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/exynos7870-on7xelte.dts

index b1d9eff5a82702cd7c9797b2124486207e03ad89..2a3d91d390ec7a6e0c49dde493a99e5b18ea2235 100644 (file)
        vmmc-supply = <&vdd_ldo26>;
        vqmmc-supply = <&vdd_ldo27>;
 
+       bus-width = <8>;
        fifo-depth = <64>;
        samsung,dw-mshc-ciu-div = <3>;
        samsung,dw-mshc-sdr-timing = <0 4>;