]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: remove supports-cqe from rk3588 tiger
authorHeiko Stuebner <heiko.stuebner@cherry.de>
Wed, 19 Feb 2025 09:33:03 +0000 (10:33 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 20 Feb 2025 09:23:17 +0000 (10:23 +0100)
The sdhci controller supports cqe it seems and necessary code also is in
place - in theory.

At this point Jaguar and Tiger are the only boards enabling cqe support
on the rk3588 and we are seeing reliability issues under load.

This can be caused by either a controller-, hw- or driver-issue and
definitly needs more investigation to work properly it seems.

So disable cqe support on Tiger for now.

Fixes: 6173ef24b35b ("arm64: dts: rockchip: add RK3588-Q7 (Tiger) SoM")
Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Link: https://lore.kernel.org/r/20250219093303.2320517-2-heiko@sntech.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-tiger.dtsi

index 81a6a05ce13b68a93e381f7051c1f861c1f11a25..e8fa449517c27c3be48324e91c033865416b2b2a 100644 (file)
        non-removable;
        pinctrl-names = "default";
        pinctrl-0 = <&emmc_bus8 &emmc_cmd &emmc_clk &emmc_data_strobe>;
-       supports-cqe;
        vmmc-supply = <&vcc_3v3_s3>;
        vqmmc-supply = <&vcc_1v8_s3>;
        status = "okay";