]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: exynos7870-a2corelte: add bus-width to mmc0 node
authorKaustabh Chakraborty <kauschluss@disroot.org>
Sun, 28 Sep 2025 16:43:56 +0000 (22:13 +0530)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 13 Oct 2025 00:24:46 +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-a2corelte.dts

index eb7b48593187409ce6653b7d857b63f6946aa4f7..07467158ee6a37e17402fb50554184c4c93f77d5 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>;