mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -344,7 +344,8 @@
|
||||
clock-frequency = <50000000>;
|
||||
clock-freq-min-max = <400000 50000000>;
|
||||
supports-highspeed;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
bootpart-no-access;
|
||||
supports-DDR_MODE;
|
||||
ignore-pm-notify;
|
||||
@@ -624,7 +625,8 @@
|
||||
keep-power-in-suspend;
|
||||
mmc-pwrseq = <&sdio_pwrseq>;
|
||||
non-removable;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
@@ -633,7 +635,8 @@
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
broken-cd;
|
||||
card-detect-delay = <200>;
|
||||
ignore-pm-notify;
|
||||
|
||||
@@ -659,7 +659,8 @@
|
||||
sd-uhs-sdr25;
|
||||
sd-uhs-sdr50;
|
||||
sd-uhs-sdr104;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
|
||||
@@ -281,7 +281,8 @@
|
||||
&emmc {
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -628,7 +629,8 @@
|
||||
|
||||
&sdmmc {
|
||||
cap-mmc-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
@@ -639,7 +641,8 @@
|
||||
&sdio {
|
||||
max-frequency = <50000000>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -180,7 +180,8 @@
|
||||
&emmc {
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -443,7 +444,8 @@
|
||||
|
||||
&sdmmc {
|
||||
cap-mmc-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
broken-cd;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
@@ -454,7 +456,8 @@
|
||||
|
||||
&sdio {
|
||||
cap-mmc-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -233,7 +233,8 @@
|
||||
&emmc {
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
mmc-ddr-1_8v;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
@@ -575,7 +576,8 @@
|
||||
|
||||
&sdmmc {
|
||||
cap-mmc-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
broken-cd;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
@@ -587,7 +589,8 @@
|
||||
&sdio {
|
||||
max-frequency = <50000000>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -125,7 +125,8 @@
|
||||
&emmc {
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -388,7 +389,8 @@
|
||||
|
||||
&sdmmc {
|
||||
cap-mmc-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
broken-cd;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
@@ -399,7 +401,8 @@
|
||||
|
||||
&sdio {
|
||||
cap-mmc-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -282,7 +282,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -538,7 +539,8 @@
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
max-frequency = <37500000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
@@ -552,7 +554,8 @@
|
||||
disable-wp;
|
||||
max-frequency = <50000000>;
|
||||
num-slots = <1>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&spdif {
|
||||
|
||||
@@ -192,7 +192,8 @@
|
||||
disable-wp;
|
||||
max-frequency = <50000000>;
|
||||
num-slots = <1>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4 &sdmmc_cd>;
|
||||
|
||||
@@ -94,7 +94,8 @@
|
||||
broken-cd;
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
|
||||
@@ -171,7 +171,8 @@
|
||||
disable-wp;
|
||||
max-frequency = <50000000>;
|
||||
num-slots = <1>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
@@ -230,7 +230,8 @@
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
|
||||
@@ -193,7 +193,8 @@
|
||||
cap-mmc-highspeed;
|
||||
mmc-ddr-1_8v;
|
||||
non-removable;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -115,7 +115,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -141,7 +142,8 @@
|
||||
disable-wp;
|
||||
max-frequency = <50000000>;
|
||||
num-slots = <1>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&sdio {
|
||||
@@ -153,7 +155,8 @@
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&tsadc {
|
||||
|
||||
@@ -740,11 +740,13 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk &sdio0_int>;
|
||||
sd-uhs-sdr104;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
sd-uhs-sdr12;
|
||||
@@ -760,7 +762,8 @@
|
||||
status = "okay";
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
vqmmc-supply = <&vccio_sd>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&tsadc {
|
||||
|
||||
@@ -486,7 +486,8 @@
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
sd-uhs-sdr12;
|
||||
@@ -501,7 +502,8 @@
|
||||
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>;
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
vqmmc-supply = <&vccio_sd>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -561,7 +561,8 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
|
||||
sd-uhs-sdr104;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&pwm0 {
|
||||
@@ -587,7 +588,8 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>;
|
||||
status = "okay";
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
vmmc-supply = <&vcc33_sd>;
|
||||
vqmmc-supply = <&vccio_sd>;
|
||||
};
|
||||
|
||||
@@ -237,7 +237,8 @@
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
vqmmc-supply = <&vccio_sd>;
|
||||
status = "okay";
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&gmac {
|
||||
|
||||
@@ -231,7 +231,8 @@
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
vqmmc-supply = <&vccio_sd>;
|
||||
status = "okay";
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&gmac {
|
||||
|
||||
@@ -186,7 +186,8 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk &sdio0_int>;
|
||||
sd-uhs-sdr104;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
@@ -536,7 +537,8 @@
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
sd-uhs-sdr12;
|
||||
@@ -552,7 +554,8 @@
|
||||
status = "okay";
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
vqmmc-supply = <&vccio_sd>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
};
|
||||
|
||||
&dsi0 {
|
||||
|
||||
@@ -445,7 +445,8 @@
|
||||
max-frequency = <110000000>;
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -262,7 +262,8 @@
|
||||
max-frequency = <110000000>;
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -274,7 +274,8 @@
|
||||
max-frequency = <110000000>;
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
@@ -287,7 +288,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <300>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@@ -317,7 +317,8 @@
|
||||
max-frequency = <110000000>;
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
@@ -330,7 +331,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <300>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@@ -304,7 +304,8 @@
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
status = "okay";
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
};
|
||||
|
||||
@@ -194,7 +194,8 @@
|
||||
non-removable;
|
||||
mmc-hs200-1_8v;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
/delete-property/ pinctrl-names;
|
||||
/delete-property/ pinctrl-0;
|
||||
status = "okay";
|
||||
@@ -483,7 +484,8 @@
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
status = "okay";
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
};
|
||||
|
||||
@@ -447,7 +447,8 @@
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
status = "okay";
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
};
|
||||
|
||||
@@ -149,7 +149,8 @@
|
||||
non-removable;
|
||||
mmc-hs200-1_8v;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
/delete-property/ pinctrl-names;
|
||||
/delete-property/ pinctrl-0;
|
||||
status = "okay";
|
||||
|
||||
@@ -191,7 +191,8 @@
|
||||
non-removable;
|
||||
mmc-hs200-1_8v;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
/delete-property/ pinctrl-names;
|
||||
/delete-property/ pinctrl-0;
|
||||
status = "okay";
|
||||
@@ -424,7 +425,8 @@
|
||||
cap-sdio-irq;
|
||||
keep-power-in-suspend;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
supports-chip-alive;
|
||||
logic-remove-card;
|
||||
status = "okay";
|
||||
@@ -436,7 +438,8 @@
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
sd-uhs-sdr12;
|
||||
sd-uhs-sdr25;
|
||||
sd-uhs-sdr104;
|
||||
|
||||
@@ -557,7 +557,8 @@
|
||||
non-removable;
|
||||
mmc-hs200-1_8v;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
/delete-property/ pinctrl-names;
|
||||
/delete-property/ pinctrl-0;
|
||||
status = "okay";
|
||||
@@ -1271,7 +1272,8 @@
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
sd-uhs-sdr12;
|
||||
sd-uhs-sdr25;
|
||||
sd-uhs-sdr104;
|
||||
@@ -1289,7 +1291,8 @@
|
||||
non-removable;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
sd-uhs-sdr104;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
mmc-pwrseq = <&sdio_pwrseq>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
non-removable;
|
||||
mmc-hs200-1_8v;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -85,7 +85,8 @@
|
||||
non-removable;
|
||||
mmc-hs200-1_8v;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
/delete-property/ pinctrl-names;
|
||||
/delete-property/ pinctrl-0;
|
||||
status = "okay";
|
||||
|
||||
@@ -109,7 +109,8 @@
|
||||
non-removable;
|
||||
mmc-hs200-1_8v;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
/delete-property/ pinctrl-names;
|
||||
/delete-property/ pinctrl-0;
|
||||
status = "okay";
|
||||
|
||||
@@ -87,7 +87,8 @@
|
||||
non-removable;
|
||||
mmc-hs200-1_8v;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
/delete-property/ pinctrl-names;
|
||||
/delete-property/ pinctrl-0;
|
||||
status = "okay";
|
||||
@@ -457,7 +458,8 @@
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
sd-uhs-sdr12;
|
||||
sd-uhs-sdr25;
|
||||
sd-uhs-sdr104;
|
||||
|
||||
@@ -160,7 +160,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -474,7 +475,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
sd-uhs-sdr12;
|
||||
@@ -489,7 +491,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -146,7 +146,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -415,7 +416,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
sd-uhs-sdr12;
|
||||
@@ -430,7 +432,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -208,7 +208,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -562,7 +563,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -578,7 +580,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -341,7 +341,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -792,7 +793,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -808,7 +810,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -126,7 +126,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -522,7 +523,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -538,7 +540,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -126,7 +126,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -522,7 +523,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -538,7 +540,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -221,7 +221,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -709,7 +710,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -725,7 +727,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -337,7 +337,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -746,7 +747,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -762,7 +764,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -257,7 +257,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -689,7 +690,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
sd-uhs-sdr12;
|
||||
@@ -704,7 +706,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -229,7 +229,8 @@
|
||||
cap-mmc-highspeed;
|
||||
max-frequency = <200000000>;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
status = "okay";
|
||||
@@ -605,7 +606,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
mmc-pwrseq = <&sdio_pwrseq>;
|
||||
@@ -617,7 +619,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <300>;
|
||||
sd-uhs-sdr25;
|
||||
sd-uhs-sdr50;
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
clocks = <&xin24m>, <&xin24m>, <&xin24m>, <&xin24m>;
|
||||
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
num-slots = <1>;
|
||||
status = "okay";
|
||||
};
|
||||
@@ -46,7 +47,8 @@
|
||||
max-frequency = <400000>;
|
||||
clocks = <&xin24m>, <&xin24m>, <&xin24m>, <&xin24m>;
|
||||
clock-names = "biu", "ciu", "ciu-drv", "ciu-sample";
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -218,7 +218,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -645,7 +646,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -283,7 +283,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -686,7 +687,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
@@ -699,7 +701,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <300>;
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
status = "disabled";
|
||||
|
||||
@@ -311,7 +311,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -736,7 +737,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
@@ -749,7 +751,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <300>;
|
||||
sd-uhs-sdr25;
|
||||
sd-uhs-sdr50;
|
||||
|
||||
@@ -43,7 +43,8 @@
|
||||
&emmc {
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
status = "okay";
|
||||
|
||||
@@ -278,7 +278,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -727,7 +728,8 @@
|
||||
&sdmmc {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -298,7 +298,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -730,7 +731,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
sd-uhs-sdr12;
|
||||
@@ -745,7 +747,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -228,7 +228,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
/*mmc-hs200-1_8v;*/
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -716,7 +717,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
sd-uhs-sdr12;
|
||||
@@ -731,7 +733,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -362,7 +362,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -1162,7 +1163,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -1178,7 +1180,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -372,7 +372,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -1183,7 +1184,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -1199,7 +1201,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -362,7 +362,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -1170,7 +1171,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -1186,7 +1188,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -362,7 +362,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -1170,7 +1171,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -1186,7 +1188,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -349,7 +349,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -865,7 +866,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -881,7 +883,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -131,7 +131,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -596,7 +597,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -612,7 +614,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -131,7 +131,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -591,7 +592,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -607,7 +609,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -334,7 +334,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -789,7 +790,8 @@
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
/*cd-gpios = <&gpio2 4 GPIO_ACTIVE_HIGH>; [> CD GPIO <]*/
|
||||
@@ -805,7 +807,8 @@
|
||||
&sdio {
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
non-removable;
|
||||
|
||||
@@ -241,7 +241,8 @@
|
||||
&emmc {
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -529,7 +530,8 @@
|
||||
num-slots = <1>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
sd-uhs-sdr104;
|
||||
status = "okay";
|
||||
};
|
||||
@@ -544,7 +546,8 @@
|
||||
num-slots = <1>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdmmc0ext_clk &sdmmc0ext_cmd &sdmmc0ext_dectn &sdmmc0ext_bus4>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -557,7 +560,8 @@
|
||||
num-slots = <1>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
status = "okay";
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
};
|
||||
|
||||
@@ -176,7 +176,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -586,7 +587,8 @@
|
||||
num-slots = <1>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
sd-uhs-sdr104;
|
||||
status = "okay";
|
||||
};
|
||||
@@ -600,7 +602,8 @@
|
||||
num-slots = <1>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
status = "okay";
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
};
|
||||
|
||||
@@ -125,7 +125,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -493,7 +494,8 @@
|
||||
num-slots = <1>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
status = "okay";
|
||||
vmmc-supply = <&vcc_sd>;
|
||||
};
|
||||
|
||||
@@ -385,7 +385,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -399,7 +400,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
@@ -413,7 +415,8 @@
|
||||
&sdio0 {
|
||||
clock-frequency = <100000000>;
|
||||
clock-freq-min-max = <200000 100000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -278,7 +278,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -294,7 +295,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
@@ -308,7 +310,8 @@
|
||||
&sdio0 {
|
||||
clock-frequency = <50000000>;
|
||||
clock-freq-min-max = <200000 50000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -451,7 +451,8 @@
|
||||
keep-power-in-suspend;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -465,7 +466,8 @@
|
||||
status = "okay";
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
@@ -481,7 +483,8 @@
|
||||
status = "okay";
|
||||
clock-frequency = <50000000>;
|
||||
clock-freq-min-max = <200000 50000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -223,7 +223,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -235,7 +236,8 @@
|
||||
status = "disabled";
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
@@ -357,7 +359,8 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
|
||||
sd-uhs-sdr104;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -246,7 +246,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -258,7 +259,8 @@
|
||||
status = "okay";
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
|
||||
@@ -224,7 +224,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -236,7 +237,8 @@
|
||||
status = "okay";
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
|
||||
@@ -406,7 +406,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -418,7 +419,8 @@
|
||||
status = "disabled";
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
@@ -431,7 +433,8 @@
|
||||
&sdio0 {
|
||||
clock-frequency = <50000000>;
|
||||
clock-freq-min-max = <200000 50000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -372,7 +372,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -1004,7 +1005,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
@@ -1017,7 +1019,8 @@
|
||||
|
||||
&sdio0 {
|
||||
max-frequency = <100000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -316,7 +316,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -330,7 +331,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
@@ -344,7 +346,8 @@
|
||||
&sdio0 {
|
||||
clock-frequency = <100000000>;
|
||||
clock-freq-min-max = <200000 100000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -328,7 +328,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -1008,7 +1009,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
@@ -1022,7 +1024,8 @@
|
||||
|
||||
&sdio0 {
|
||||
max-frequency = <50000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -522,7 +522,8 @@
|
||||
bus-width = <8>;
|
||||
cap-mmc-highspeed;
|
||||
mmc-hs200-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
disable-wp;
|
||||
non-removable;
|
||||
num-slots = <1>;
|
||||
@@ -1267,7 +1268,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <37500000>;
|
||||
clock-freq-min-max = <400000 37500000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
card-detect-delay = <200>;
|
||||
@@ -1281,7 +1283,8 @@
|
||||
|
||||
&sdio0 {
|
||||
max-frequency = <50000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -196,7 +196,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <100000000>;
|
||||
clock-freq-min-max = <100000 100000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -213,7 +214,8 @@
|
||||
&sdio0 {
|
||||
clock-frequency = <100000000>;
|
||||
clock-freq-min-max = <200000 100000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
@@ -235,7 +237,8 @@
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
mmc-hs400-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
mmc-hs400-enhanced-strobe;
|
||||
status = "okay";
|
||||
|
||||
@@ -1118,7 +1118,8 @@
|
||||
&sdio0 {
|
||||
clock-frequency = <150000000>;
|
||||
clock-freq-min-max = <200000 150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
@@ -1136,7 +1137,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <150000000>;
|
||||
clock-freq-min-max = <100000 150000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -1153,7 +1155,8 @@
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
mmc-hs400-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
keep-power-in-suspend;
|
||||
mmc-hs400-enhanced-strobe;
|
||||
|
||||
@@ -301,7 +301,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <150000000>;
|
||||
clock-freq-min-max = <400000 150000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -317,7 +318,8 @@
|
||||
&sdio0 {
|
||||
clock-frequency = <150000000>;
|
||||
clock-freq-min-max = <200000 150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
@@ -370,7 +372,8 @@
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
mmc-hs400-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
keep-power-in-suspend;
|
||||
mmc-hs400-enhanced-strobe;
|
||||
|
||||
@@ -250,7 +250,8 @@
|
||||
|
||||
&sdio0 {
|
||||
max-frequency = <100000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -953,12 +953,14 @@
|
||||
mmc-hs400-enhanced-strobe;
|
||||
non-removable;
|
||||
status = "okay";
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
max-frequency = <150000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -972,7 +974,8 @@
|
||||
|
||||
&sdio0 {
|
||||
max-frequency = <50000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -916,12 +916,14 @@
|
||||
mmc-hs400-enhanced-strobe;
|
||||
non-removable;
|
||||
status = "okay";
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
max-frequency = <150000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -935,7 +937,8 @@
|
||||
|
||||
&sdio0 {
|
||||
max-frequency = <50000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -338,7 +338,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <50000000>;
|
||||
clock-freq-min-max = <400000 150000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -354,7 +355,8 @@
|
||||
&sdio0 {
|
||||
clock-frequency = <150000000>;
|
||||
clock-freq-min-max = <200000 150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
@@ -376,7 +378,8 @@
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
mmc-hs400-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
keep-power-in-suspend;
|
||||
mmc-hs400-enhanced-strobe;
|
||||
|
||||
@@ -192,7 +192,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <100000000>;
|
||||
clock-freq-min-max = <100000 100000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -209,7 +210,8 @@
|
||||
&sdio0 {
|
||||
clock-frequency = <100000000>;
|
||||
clock-freq-min-max = <200000 100000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
@@ -231,7 +233,8 @@
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
mmc-hs400-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
mmc-hs400-enhanced-strobe;
|
||||
status = "okay";
|
||||
|
||||
@@ -932,7 +932,8 @@
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
mmc-hs400-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
keep-power-in-suspend;
|
||||
mmc-hs400-enhanced-strobe;
|
||||
@@ -942,7 +943,8 @@
|
||||
&sdio0 {
|
||||
clock-frequency = <100000000>;
|
||||
clock-freq-min-max = <200000 100000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
@@ -960,7 +962,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <50000000>;
|
||||
clock-freq-min-max = <400000 150000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -907,7 +907,8 @@
|
||||
&sdmmc {
|
||||
clock-frequency = <50000000>;
|
||||
clock-freq-min-max = <400000 150000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -923,7 +924,8 @@
|
||||
&sdio0 {
|
||||
clock-frequency = <150000000>;
|
||||
clock-freq-min-max = <200000 150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
@@ -941,7 +943,8 @@
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
mmc-hs400-1_8v;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
keep-power-in-suspend;
|
||||
mmc-hs400-enhanced-strobe;
|
||||
|
||||
@@ -409,7 +409,8 @@
|
||||
|
||||
&sdmmc0 {
|
||||
max-frequency = <50000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -424,7 +425,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -322,7 +322,8 @@
|
||||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -401,7 +401,8 @@
|
||||
|
||||
&sdmmc2 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -396,7 +396,8 @@
|
||||
|
||||
&sdmmc2 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -532,7 +532,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -439,7 +439,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -1058,7 +1058,8 @@
|
||||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
keep-power-in-suspend;
|
||||
rockchip,txclk-tapnum = <0x8>;
|
||||
@@ -1068,7 +1069,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -887,7 +887,8 @@
|
||||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
keep-power-in-suspend;
|
||||
rockchip,txclk-tapnum = <0x8>;
|
||||
@@ -897,7 +898,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -863,7 +863,8 @@
|
||||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
keep-power-in-suspend;
|
||||
rockchip,txclk-tapnum = <0x8>;
|
||||
@@ -873,7 +874,8 @@
|
||||
|
||||
&sdmmc0 {
|
||||
max-frequency = <50000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -888,7 +890,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -1196,7 +1196,8 @@
|
||||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
rockchip,txclk-tapnum = <0x8>;
|
||||
max-frequency = <200000000>;
|
||||
@@ -1205,7 +1206,8 @@
|
||||
|
||||
&sdmmc0 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -1221,7 +1223,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -1102,7 +1102,8 @@
|
||||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
rockchip,txclk-tapnum = <0x8>;
|
||||
max-frequency = <200000000>;
|
||||
@@ -1111,7 +1112,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -1112,7 +1112,8 @@
|
||||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
rockchip,txclk-tapnum = <0x8>;
|
||||
max-frequency = <200000000>;
|
||||
@@ -1121,7 +1122,8 @@
|
||||
|
||||
&sdmmc0 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -1136,7 +1138,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -1109,7 +1109,8 @@
|
||||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
rockchip,txclk-tapnum = <0x8>;
|
||||
max-frequency = <200000000>;
|
||||
@@ -1118,7 +1119,8 @@
|
||||
|
||||
&sdmmc0 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
@@ -1133,7 +1135,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -1658,7 +1658,8 @@
|
||||
|
||||
&sdhci {
|
||||
bus-width = <8>;
|
||||
supports-emmc;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
non-removable;
|
||||
rockchip,txclk-tapnum = <0x8>;
|
||||
max-frequency = <200000000>;
|
||||
@@ -1667,7 +1668,8 @@
|
||||
|
||||
&sdmmc0 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -431,7 +431,8 @@
|
||||
|
||||
&sdmmc2 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -435,7 +435,8 @@
|
||||
|
||||
&sdmmc1 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
@@ -502,7 +502,8 @@
|
||||
|
||||
&sdmmc2 {
|
||||
max-frequency = <150000000>;
|
||||
supports-sdio;
|
||||
no-sd;
|
||||
no-mmc;
|
||||
bus-width = <4>;
|
||||
disable-wp;
|
||||
cap-sd-highspeed;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user