Skip to content

Commit 9e1faff

Browse files
inindevmmind
authored andcommitted
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: John Clark <inindev@gmail.com> Link: https://lore.kernel.org/r/20231228173011.2863-1-inindev@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 44de899 commit 9e1faff

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,13 +536,12 @@
536536
};
537537

538538
&sdmmc {
539-
max-frequency = <200000000>;
540-
no-sdio;
541-
no-mmc;
542539
bus-width = <4>;
543540
cap-mmc-highspeed;
544541
cap-sd-highspeed;
545542
disable-wp;
543+
no-mmc;
544+
no-sdio;
546545
sd-uhs-sdr104;
547546
vmmc-supply = <&vcc_3v3_s3>;
548547
vqmmc-supply = <&vccio_sd_s0>;

0 commit comments

Comments
 (0)