Skip to content

Commit

Permalink
ARM: dts: imx6sx-softing-vining-2000: Enable PCI support
Browse files Browse the repository at this point in the history
Add PCI support.

Since this board has an active high PCI reset line, pass the
'reset-gpio-active-high' property.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Tested-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Mar 10, 2020
1 parent 95d014c commit 8cdff32
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/imx6sx-softing-vining-2000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,12 @@
>;
};

pinctrl_pcie: pciegrp {
fsl,pins = <
MX6SX_PAD_NAND_DATA02__GPIO4_IO_6 0x10b0
>;
};

pinctrl_pwm1: pwm1grp-1 {
fsl,pins = <
/* blue LED */
Expand Down Expand Up @@ -490,6 +496,14 @@
};
};

&pcie {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pcie>;
reset-gpio = <&gpio4 6 GPIO_ACTIVE_HIGH>;
reset-gpio-active-high;
status = "okay";
};

&pwm1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm1>;
Expand Down

0 comments on commit 8cdff32

Please sign in to comment.