diff options
Diffstat (limited to 'sys/gnu/dts/arm/am3517-evm.dts')
-rw-r--r-- | sys/gnu/dts/arm/am3517-evm.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/gnu/dts/arm/am3517-evm.dts b/sys/gnu/dts/arm/am3517-evm.dts index 1d158cfda15f..1e2bb68231ad 100644 --- a/sys/gnu/dts/arm/am3517-evm.dts +++ b/sys/gnu/dts/arm/am3517-evm.dts @@ -9,6 +9,7 @@ #include "am3517.dtsi" #include "am3517-som.dtsi" +#include "am3517-evm-ui.dtsi" #include <dt-bindings/input/input.h> / { @@ -227,7 +228,7 @@ vmmc-supply = <&vmmc_fixed>; bus-width = <4>; wp-gpios = <&gpio4 30 GPIO_ACTIVE_HIGH>; /* gpio_126 */ - cd-gpios = <&gpio4 31 GPIO_ACTIVE_HIGH>; /* gpio_127 */ + cd-gpios = <&gpio4 31 GPIO_ACTIVE_LOW>; /* gpio_127 */ }; &mmc3 { |