]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: remove mmc max-frequency for 100ASK DshanPi A1
authorChukun Pan <amadeus@jmu.edu.cn>
Thu, 20 Nov 2025 12:00:07 +0000 (20:00 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 21 Nov 2025 21:39:05 +0000 (22:39 +0100)
The max-frequency property is already defined in the mmc
node of rk3576.dtsi. Remove the redundant definition.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
Link: https://patch.msgid.link/20251120120011.279104-2-amadeus@jmu.edu.cn
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts

index cb04ab96d1e89b747ec1be45a73d6b70dffb7261..f9dc4fa39167cb510868b11e847ee06f5254fe6a 100644 (file)
 &sdhci {
        bus-width = <8>;
        full-pwr-cycle-in-suspend;
-       max-frequency = <200000000>;
        mmc-hs400-1_8v;
        mmc-hs400-enhanced-strobe;
        no-sdio;
        cap-mmc-highspeed;
        cap-sd-highspeed;
        disable-wp;
-       max-frequency = <200000000>;
        sd-uhs-sdr104;
        vmmc-supply = <&vcc_3v3_s0>;
        vqmmc-supply = <&vccio_sd_s0>;