]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: exynos7870-j6lte: add bus-width to mmc0 node
authorKaustabh Chakraborty <kauschluss@disroot.org>
Sun, 28 Sep 2025 16:43:57 +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-j6lte.dts

index b8ce433b93b1b488da31bbe4846f8092243611ad..eb4701dbafc5d1f30dddbb05d929c722f69a1a93 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>;