Skip to content

Commit

Permalink
ARM: dts: ccgx: fix mmc cd gpio
Browse files Browse the repository at this point in the history
  • Loading branch information
mansr committed Jun 27, 2021
1 parent fa96a0a commit 22539e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/am3517-ccgx.dts
Expand Up @@ -336,7 +336,7 @@
bus-width = <4>;
pinctrl-names = "default";
pinctrl-0 = <&mmc1_pins>;
cd-gpios = <&gpio4 30 GPIO_ACTIVE_HIGH>; /* gpio_126 */
cd-gpios = <&gpio4 30 GPIO_ACTIVE_LOW>; /* gpio_126 */
};

&mmc2 {
Expand Down Expand Up @@ -449,8 +449,8 @@
};

&gpio4 {
gpio-line-names = "hwrev_2", "hwrev_1";
gpio-line-numbers = <0>, <2>;
gpio-line-names = "hwrev_2", "hwrev_1", "mmc_cd";
gpio-line-numbers = <0>, <2>, <30>;
};

&gpio5 {
Expand Down

0 comments on commit 22539e6

Please sign in to comment.