mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: clean up emmc_phy
freq-sel, dr-sel and opdelay are obsolete now, so we should remove them from the DT files to prevent the spread of unused code. Change-Id: Ibfa4fa225231a004913aa31aac475eb252e329c6 Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
@@ -238,9 +238,6 @@
|
||||
};
|
||||
|
||||
&emmc_phy {
|
||||
freq-sel = <200000000>;
|
||||
dr-sel = <50>;
|
||||
opdelay = <4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -233,9 +233,6 @@
|
||||
};
|
||||
|
||||
&emmc_phy {
|
||||
freq-sel = <200000000>;
|
||||
dr-sel = <50>;
|
||||
opdelay = <4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -233,9 +233,6 @@
|
||||
};
|
||||
|
||||
&emmc_phy {
|
||||
freq-sel = <200000000>;
|
||||
dr-sel = <50>;
|
||||
opdelay = <4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -288,9 +288,6 @@
|
||||
};
|
||||
|
||||
&emmc_phy {
|
||||
freq-sel = <200000000>;
|
||||
dr-sel = <50>;
|
||||
opdelay = <4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -656,9 +656,6 @@ ap_i2c_audio: &i2c8 {
|
||||
};
|
||||
|
||||
&emmc_phy {
|
||||
freq-sel = <200000000>;
|
||||
dr-sel = <50>;
|
||||
opdelay = <4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -206,9 +206,6 @@
|
||||
};
|
||||
|
||||
&emmc_phy {
|
||||
freq-sel = <200000000>;
|
||||
dr-sel = <50>;
|
||||
opdelay = <4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user