[PATCH 0/2] Use macros to describe gpios on rockchip platform
From: heiko@sntech.de (Heiko Stuebner)
Date: 2016-12-30 12:31:38
Also in:
linux-devicetree, linux-rockchip, lkml
From: heiko@sntech.de (Heiko Stuebner)
Date: 2016-12-30 12:31:38
Also in:
linux-devicetree, linux-rockchip, lkml
Am Samstag, 22. Oktober 2016, 20:51:46 CET schrieb Andy Yan:
As patch 150696e2e3a4("Add GPIO pin index definition for rockchip pinctrl")
has been applied, now we can use these macros to describe the corresponding
gpio ranther than hard code numbers, this will make the dts easier to read
and write.
Some ideas from Krzysztof's patch on EXYNOS[0].
[0]https://lkml.org/lkml/2016/9/4/71
Andy Yan (2):
ARM: dts: rockchip: use pin constants to describe gpios
ARM64: dts: rockchip: use pin constants to describe gpiosapplied to dts branches for 4.11 I've also adapted the gpio interrupts accordingly inside the patches. Thanks Heiko