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:
@@ -439,7 +439,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
Reference in New Issue
Block a user