diff options
author | Soeren Moch <smoch@web.de> | 2016-06-15 00:08:32 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-16 04:58:17 +0300 |
commit | 771db6c8ba944dca225e9ef507cc917ace7a87c1 (patch) | |
tree | 828fa1c9c0c7711b9814d8c7c7939da5de915fdc /arch/arm/boot/dts/imx6q-tbs2910.dts | |
parent | 8c4a18e232851dda93e3308c5d69595c18524c89 (diff) | |
download | linux-771db6c8ba944dca225e9ef507cc917ace7a87c1.tar.xz |
ARM: dts: imx6q-tbs2910: fix pcie reset polarity
According to Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt the
polarity of "reset-gpio" is assumed to be active-low unless a separate
property "reset-gpio-active-high" is available. So replace the inconsistent
polarity description to make the correct active-low reset behavior more
obvious.
Signed-off-by: Soeren Moch <smoch@web.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-tbs2910.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-tbs2910.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-tbs2910.dts b/arch/arm/boot/dts/imx6q-tbs2910.dts index 1926b1348a62..d7c8ccb2da95 100644 --- a/arch/arm/boot/dts/imx6q-tbs2910.dts +++ b/arch/arm/boot/dts/imx6q-tbs2910.dts @@ -191,7 +191,7 @@ &pcie { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pcie>; - reset-gpio = <&gpio7 12 GPIO_ACTIVE_HIGH>; + reset-gpio = <&gpio7 12 GPIO_ACTIVE_LOW>; status = "okay"; }; |