Commit d68c9edf authored by Wolfram Sang's avatar Wolfram Sang Committed by Geert Uytterhoeven

arm64: dts: renesas: Disable SD functions for plain eMMC

Some SDHI instances are solely used for eMMC. Disable SD and SDIO
for faster initialization.
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Adam Ford <aford173@gmail.com> (beacon)
Link: https://lore.kernel.org/r/20210119133322.87289-1-wsa+renesas@sang-engineering.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 896dd923
...@@ -312,6 +312,8 @@ &sdhi3 { ...@@ -312,6 +312,8 @@ &sdhi3 {
vqmmc-supply = <&reg_1p8v>; vqmmc-supply = <&reg_1p8v>;
bus-width = <8>; bus-width = <8>;
mmc-hs200-1_8v; mmc-hs200-1_8v;
no-sd;
no-sdio;
non-removable; non-removable;
fixed-emmc-driver-type = <1>; fixed-emmc-driver-type = <1>;
status = "okay"; status = "okay";
......
...@@ -328,6 +328,8 @@ &sdhi3 { ...@@ -328,6 +328,8 @@ &sdhi3 {
vqmmc-supply = <&reg_1p8v>; vqmmc-supply = <&reg_1p8v>;
bus-width = <8>; bus-width = <8>;
mmc-hs200-1_8v; mmc-hs200-1_8v;
no-sd;
no-sdio;
non-removable; non-removable;
fixed-emmc-driver-type = <1>; fixed-emmc-driver-type = <1>;
status = "okay"; status = "okay";
......
...@@ -217,6 +217,8 @@ &mmc0 { ...@@ -217,6 +217,8 @@ &mmc0 {
vqmmc-supply = <&vddq_vin01>; vqmmc-supply = <&vddq_vin01>;
mmc-hs200-1_8v; mmc-hs200-1_8v;
bus-width = <8>; bus-width = <8>;
no-sd;
no-sdio;
non-removable; non-removable;
status = "okay"; status = "okay";
}; };
......
...@@ -712,6 +712,8 @@ &sdhi3 { ...@@ -712,6 +712,8 @@ &sdhi3 {
mmc-hs200-1_8v; mmc-hs200-1_8v;
mmc-hs400-1_8v; mmc-hs400-1_8v;
bus-width = <8>; bus-width = <8>;
no-sd;
no-sdio;
non-removable; non-removable;
full-pwr-cycle-in-suspend; full-pwr-cycle-in-suspend;
status = "okay"; status = "okay";
......
...@@ -496,6 +496,8 @@ &sdhi2 { ...@@ -496,6 +496,8 @@ &sdhi2 {
vqmmc-supply = <&reg_1p8v>; vqmmc-supply = <&reg_1p8v>;
bus-width = <8>; bus-width = <8>;
mmc-hs200-1_8v; mmc-hs200-1_8v;
no-sd;
no-sdio;
non-removable; non-removable;
status = "okay"; status = "okay";
}; };
......
...@@ -831,6 +831,8 @@ &sdhi2 { ...@@ -831,6 +831,8 @@ &sdhi2 {
bus-width = <8>; bus-width = <8>;
mmc-hs200-1_8v; mmc-hs200-1_8v;
mmc-hs400-1_8v; mmc-hs400-1_8v;
no-sd;
no-sdio;
non-removable; non-removable;
fixed-emmc-driver-type = <1>; fixed-emmc-driver-type = <1>;
full-pwr-cycle-in-suspend; full-pwr-cycle-in-suspend;
......
...@@ -468,6 +468,8 @@ &sdhi2 { ...@@ -468,6 +468,8 @@ &sdhi2 {
bus-width = <8>; bus-width = <8>;
mmc-hs200-1_8v; mmc-hs200-1_8v;
mmc-hs400-1_8v; mmc-hs400-1_8v;
no-sd;
no-sdio;
non-removable; non-removable;
full-pwr-cycle-in-suspend; full-pwr-cycle-in-suspend;
status = "okay"; status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment