Commit e70d2839 authored by Jagan Teki's avatar Jagan Teki Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Drop unchanged max-frequency from rk3588 boards



200MHz is the default rk3588 emmc max-frequency added in dtsi, so why
the board DT files are adding the same value explicitly?

Drop that unchanged property value.

Signed-off-by: default avatarJagan Teki <jagan@edgeble.ai>
Link: https://lore.kernel.org/r/20230621064507.479891-1-jagan@edgeble.ai
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 86a0e14a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ &sdhci {
	no-sdio;
	no-sd;
	non-removable;
	max-frequency = <200000000>;
	mmc-hs400-1_8v;
	mmc-hs400-enhanced-strobe;
	status = "okay";
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ &sdhci {
	no-sdio;
	no-sd;
	non-removable;
	max-frequency = <200000000>;
	mmc-hs400-1_8v;
	mmc-hs400-enhanced-strobe;
	status = "okay";
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ &sdhci {
	no-sdio;
	no-sd;
	non-removable;
	max-frequency = <200000000>;
	mmc-hs400-1_8v;
	mmc-hs400-enhanced-strobe;
	status = "okay";
+0 −1
Original line number Diff line number Diff line
@@ -217,7 +217,6 @@ &sdhci {
	no-sdio;
	no-sd;
	non-removable;
	max-frequency = <200000000>;
	mmc-hs400-1_8v;
	mmc-hs400-enhanced-strobe;
	status = "okay";
+0 −2
Original line number Diff line number Diff line
@@ -401,7 +401,6 @@ &sdhci {
	no-sd;
	no-sdio;
	non-removable;
	max-frequency = <200000000>;
	vmmc-supply = <&vcc_3v3_s0>;
	vqmmc-supply = <&vcc_1v8_s3>;
	status = "okay";
@@ -429,7 +428,6 @@ &sdmmc {
	cap-mmc-highspeed;
	cap-sd-highspeed;
	disable-wp;
	max-frequency = <200000000>;
	no-sdio;
	no-mmc;
	sd-uhs-sdr104;
Loading