]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: dts: at91: fix the GPIO polarity for onewire
authorEugen Hristev <eugen.hristev@microchip.com>
Wed, 23 Jun 2021 13:13:35 +0000 (16:13 +0300)
committerEugen Hristev <eugen.hristev@microchip.com>
Tue, 6 Jul 2021 12:17:10 +0000 (15:17 +0300)
commit8b95628996d0f27c9986a25c7be14c1f81fdac3d
tree332348bc02da2e47dab3f97f0c42583d1145d2f7
parent98bc3083a013ecf3fdff169b936b7daec75ab808
ARM: dts: at91: fix the GPIO polarity for onewire

The GPIO polarity for onewire must be GPIO_ACTIVE_HIGH.
On previous versions this used to work as it looks like the right flag values
are being passed since :
https://lists.denx.de/pipermail/u-boot/2020-April/407195.html

And that series broke the old functionality for onewire nodes.
Some boards had the correct value for the polarity, but it wasn't clear
so I replaced it with the right macro for the flag, instead of an empty value.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
arch/arm/dts/at91-sama5d27_som1_ek.dts
arch/arm/dts/at91-sama5d27_wlsom1_ek.dts
arch/arm/dts/at91-sama5d2_ptc_ek.dts
arch/arm/dts/at91-sama5d2_xplained.dts
arch/arm/dts/at91-sama5d3_xplained.dts
arch/arm/dts/at91-sama5d4_xplained.dts
arch/arm/dts/sam9x60ek.dts