treewide: Migrate rockchip dts file to use new host type tags

supports-* stuff were used for rockchip platforms to speed up booting
if we know what exactly the host was used for. As we have upstreamed all
these with some very similar ways, now it's the time we migrate our dts
files to use new properties.

They were converted by:

sed -i "s/supports-emmc;/no-sdio;\n\tno-sd;/g" `grep supports-emmc -rl arch/*`
sed -i "s/supports-sd;/no-sdio;\n\tno-mmc;/g" `grep supports-sd -rl arch/*`
sed -i "s/supports-sdio;/no-sd;\n\tno-mmc;/g" `grep supports-sdio -rl arch/*`

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Change-Id: I33e5317ee5c7305803cf18ff4a370658abf555b0
This commit is contained in:
Shawn Lin
2021-04-13 14:40:36 +08:00
parent 34c9946891
commit 78f9ac0daa
103 changed files with 470 additions and 235 deletions

View File

@@ -439,7 +439,8 @@
&sdmmc1 {
max-frequency = <150000000>;
supports-sdio;
no-sd;
no-mmc;
bus-width = <4>;
disable-wp;
cap-sd-highspeed;