Skip to content

Commit

Permalink
ARM: dts: stm32: remove cd-inverted for stm32429i-eval
Browse files Browse the repository at this point in the history
As cd-inverted property is no more used by arm_pl180_mmci driver,
remove it. Update cd-gpios active level accordingly.

Reported-by: Tuomas Tynkkynen <[email protected]>
Signed-off-by: Patrice Chotard <[email protected]>
  • Loading branch information
pchotard authored and trini committed Aug 3, 2018
1 parent fa91156 commit 11c1b55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/dts/stm32429i-eval.dts
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@
&sdio {
status = "okay";
vmmc-supply = <&mmc_vcard>;
cd-gpios = <&stmpegpio 15 GPIO_ACTIVE_HIGH>;
cd-inverted;
cd-gpios = <&stmpegpio 15 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "opendrain";
pinctrl-0 = <&sdio_pins>;
pinctrl-1 = <&sdio_pins_od>;
Expand Down

0 comments on commit 11c1b55

Please sign in to comment.