]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: dts: exynos: Fix conflicting fixed-regulator GPIO flags and properties
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 9 Jan 2019 09:48:23 +0000 (10:48 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 10 Jan 2019 20:01:34 +0000 (21:01 +0100)
commit04aacc64ca38ab63863c2798c2fc3fc52718aae6
tree22ecc30e44ec127ad79c44264609ca16781236ed
parent4de3f59c51f990b99691923c9e5c11928aea196d
ARM: dts: exynos: Fix conflicting fixed-regulator GPIO flags and properties

Bindings of the fixed-regulator, which precedes support for GPIO flags
passed via phandle descriptor, introduced its own method annotating
that the given GPIO line is active low or high - by using
'enable-active-high' property. The driver always ignored flags passed
via GPIO descriptor.

Fix the conflicting GPIO flags to match the status forced by the
'enable-active-high' property to avoid future confusion.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos4412-odroidx.dts
arch/arm/boot/dts/exynos5250-arndale.dts