commit | cc20028f68e760d6958e892aba1f9bafbce63e22 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Mon Jun 05 13:22:20 2017 -0300 |
committer | Shawn Guo <shawnguo@kernel.org> | Wed Jun 07 11:36:44 2017 +0800 |
tree | fbf1a730a4de94d2845b14a0b90ccc8624575ceb | |
parent | 3229f83bd8baf7bdbe8056e468743fdcba492e28 [diff] |
ARM: dts: imx6: Fix PCI GPIO reset polarity The imx6 PCI driver ignores the GPIO polarity from 'reset-gpio' and considers that the PCI reset is active low, unless the property 'reset-gpio-active-high' is present. Fix the device tree description by explicitly passing the 'GPIO_ACTIVE_LOW' flag to the 'reset-gpio' property. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>