mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm64: dts: rockchip: Remove HS400 support from RK356X platforms
It turns out to be that RK356X platforms is only support to work reliably under HS200 mode. We now officially remove HS400 support from datasheet, as well as dts. Change-Id: Icb7cff46a6d757d1615360c04f4b20b3a5bdd6d2 Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
parent
8dcec60e5c
commit
7b2bd67677
|
|
@ -891,13 +891,11 @@ &saradc {
|
|||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
mmc-hs400-1_8v;
|
||||
supports-emmc;
|
||||
non-removable;
|
||||
keep-power-in-suspend;
|
||||
rockchip,txclk-tapnum = <0xa>;
|
||||
max-frequency = <100000000>;
|
||||
mmc-hs400-enhanced-strobe;
|
||||
rockchip,txclk-tapnum = <0x10>;
|
||||
max-frequency = <200000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1511,12 +1511,11 @@ &sdmmc0 {
|
|||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
mmc-hs400-1_8v;
|
||||
supports-emmc;
|
||||
non-removable;
|
||||
keep-power-in-suspend;
|
||||
rockchip,txclk-tapnum = <0x10>;
|
||||
max-frequency = <200000000>;
|
||||
mmc-hs400-enhanced-strobe;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user