Commit 9e1faff1 authored by John Clark's avatar John Clark Committed by Heiko Stuebner

arm64: dts: rockchip: nanopc-t6 sdmmc beautification

drop max-frequency = <200000000> as it is already defined in rk3588s.dtsi
order no-sdio & no-mmc properties while we are here
Signed-off-by: default avatarJohn Clark <inindev@gmail.com>
Link: https://lore.kernel.org/r/20231228173011.2863-1-inindev@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 44de8996
......@@ -536,13 +536,12 @@ &sdhci {
};
&sdmmc {
max-frequency = <200000000>;
no-sdio;
no-mmc;
bus-width = <4>;
cap-mmc-highspeed;
cap-sd-highspeed;
disable-wp;
no-mmc;
no-sdio;
sd-uhs-sdr104;
vmmc-supply = <&vcc_3v3_s3>;
vqmmc-supply = <&vccio_sd_s0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment