diff options
author | Tom Rini <trini@konsulko.com> | 2021-01-06 07:48:19 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-06 07:48:19 -0500 |
commit | b8c725e736cbc9b43c861a0884491df079b3e613 (patch) | |
tree | a1167aaec4adbc6cbd40580003298a8700cca410 | |
parent | c2d80bbde81fbe4e64c55e6053882655e6da2c9f (diff) | |
parent | ec4efd5ae724c51cf40437fa4c6bd758d3816bcd (diff) | |
download | u-boot-b8c725e736cbc9b43c861a0884491df079b3e613.zip u-boot-b8c725e736cbc9b43c861a0884491df079b3e613.tar.gz u-boot-b8c725e736cbc9b43c861a0884491df079b3e613.tar.bz2 |
Merge tag 'u-boot-stm32-20210106' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
- Fix GPIO hog flags on DHCOM boards
-rw-r--r-- | arch/arm/dts/stm32mp15xx-dhcom-drc02.dts | 4 | ||||
-rw-r--r-- | arch/arm/dts/stm32mp15xx-dhcom-picoitx.dts | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/stm32mp15xx-dhcom-drc02.dts b/arch/arm/dts/stm32mp15xx-dhcom-drc02.dts index e8508aa..4948ccd 100644 --- a/arch/arm/dts/stm32mp15xx-dhcom-drc02.dts +++ b/arch/arm/dts/stm32mp15xx-dhcom-drc02.dts @@ -37,7 +37,7 @@ */ usb-hub { gpio-hog; - gpios = <8 GPIO_ACTIVE_HIGH>; + gpios = <8 0>; output-high; line-name = "rs485-rx-en"; }; @@ -65,7 +65,7 @@ */ usb-hub { gpio-hog; - gpios = <2 GPIO_ACTIVE_HIGH>; + gpios = <2 0>; output-high; line-name = "usb-hub-reset"; }; diff --git a/arch/arm/dts/stm32mp15xx-dhcom-picoitx.dts b/arch/arm/dts/stm32mp15xx-dhcom-picoitx.dts index 7f5cff4..59d1371 100644 --- a/arch/arm/dts/stm32mp15xx-dhcom-picoitx.dts +++ b/arch/arm/dts/stm32mp15xx-dhcom-picoitx.dts @@ -37,7 +37,7 @@ */ usb-port-power { gpio-hog; - gpios = <13 GPIO_ACTIVE_LOW>; + gpios = <13 0>; output-low; line-name = "usb-port-power"; }; |