ARM: dts: alt: use correct logic for SD WP pins
The WP pins are ACTIVE_HIGH, fix it in the DTS.
Fixes: 2b41091b89
("ARM: dts: alt: add SDHI0 and 1 support")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Родитель
51be0086e6
Коммит
a2f74d0e65
|
@ -304,7 +304,7 @@
|
||||||
vmmc-supply = <&vcc_sdhi0>;
|
vmmc-supply = <&vcc_sdhi0>;
|
||||||
vqmmc-supply = <&vccq_sdhi0>;
|
vqmmc-supply = <&vccq_sdhi0>;
|
||||||
cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
|
cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
|
||||||
wp-gpios = <&gpio6 7 GPIO_ACTIVE_LOW>;
|
wp-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
|
||||||
sd-uhs-sdr50;
|
sd-uhs-sdr50;
|
||||||
sd-uhs-sdr104;
|
sd-uhs-sdr104;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
@ -318,7 +318,7 @@
|
||||||
vmmc-supply = <&vcc_sdhi1>;
|
vmmc-supply = <&vcc_sdhi1>;
|
||||||
vqmmc-supply = <&vccq_sdhi1>;
|
vqmmc-supply = <&vccq_sdhi1>;
|
||||||
cd-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
|
cd-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
|
||||||
wp-gpios = <&gpio6 15 GPIO_ACTIVE_LOW>;
|
wp-gpios = <&gpio6 15 GPIO_ACTIVE_HIGH>;
|
||||||
sd-uhs-sdr50;
|
sd-uhs-sdr50;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче