]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: imx6q-tbs2910: fix pcie reset polarity
authorSoeren Moch <smoch@web.de>
Tue, 14 Jun 2016 21:08:32 +0000 (23:08 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 16 Jun 2016 01:58:17 +0000 (09:58 +0800)
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>
arch/arm/boot/dts/imx6q-tbs2910.dts

index 1926b1348a6275d811877c127e594c717258973e..d7c8ccb2da953a9d05e8989d3b8926471d16f634 100644 (file)
 &pcie {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_pcie>;
-       reset-gpio = <&gpio7 12 GPIO_ACTIVE_HIGH>;
+       reset-gpio = <&gpio7 12 GPIO_ACTIVE_LOW>;
        status = "okay";
 };