Commit 147299a8 authored by Stefan Agner's avatar Stefan Agner Committed by Shawn Guo

ARM: dts: imx6qdl-apalis/-colibri: disable read-only switch

Use the disable-wp to indicate that Apalis and Colibri iMX6 do not
make use of the native write-protect signal available on the i.MX 6
SoCs. This prevents warnings:
  mmc0: host does not support reading read-only switch, assuming write-enable
Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3b1147a9
......@@ -457,6 +457,7 @@ &usdhc1 {
pinctrl-0 = <&pinctrl_usdhc1_4bit &pinctrl_usdhc1_8bit>;
vqmmc-supply = <&reg_3p3v>;
bus-width = <8>;
disable-wp;
no-1-8-v;
status = "disabled";
};
......@@ -467,6 +468,7 @@ &usdhc2 {
pinctrl-0 = <&pinctrl_usdhc2>;
vqmmc-supply = <&reg_3p3v>;
bus-width = <4>;
disable-wp;
no-1-8-v;
status = "disabled";
};
......
......@@ -387,6 +387,7 @@ &usdhc1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc1 &pinctrl_mmc_cd>;
cd-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; /* MMCD */
disable-wp;
vqmmc-supply = <&reg_3p3v>;
bus-width = <4>;
no-1-8-v;
......
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