diff options
author | Marek Vasut <marex@denx.de> | 2019-11-26 09:39:12 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-12-06 13:57:42 +0100 |
commit | edaec532120a12facf91d317e8884ec84d22316a (patch) | |
tree | 963bd1b0f92d6106cf6caf0b4b65a1729332e303 /arch/arm | |
parent | b6b6c1d7bdd51ac313831edb7b5cbff3f1b38170 (diff) | |
download | u-boot-edaec532120a12facf91d317e8884ec84d22316a.zip u-boot-edaec532120a12facf91d317e8884ec84d22316a.tar.gz u-boot-edaec532120a12facf91d317e8884ec84d22316a.tar.bz2 |
ARM: imx: vining2000: Repair PCIe support
Ever since the conversion to DM PCI, the board was missing the PCIe DT
nodes, hence the PCI did not really work. Fill in the DT nodes and add
missing PCIe device reset.
Moreover, bring the PCIe power domain up before booting Linux. This is
mandatory to keep old broken vendor kernels working, as they do not do
so and depend on the bootloader to bring the power domain up.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Silvio Fricke <silvio.fricke@softing.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/imx6sx-softing-vining-2000.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6sx-softing-vining-2000.dts b/arch/arm/dts/imx6sx-softing-vining-2000.dts index 371890f..78dd575 100644 --- a/arch/arm/dts/imx6sx-softing-vining-2000.dts +++ b/arch/arm/dts/imx6sx-softing-vining-2000.dts @@ -270,6 +270,17 @@ status = "okay"; }; +®_pcie { + regulator-always-on; +}; + +&pcie { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pcie>; + reset-gpio = <&gpio4 6 GPIO_ACTIVE_HIGH>; + status = "okay"; +}; + &iomuxc { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpios>; @@ -360,6 +371,12 @@ >; }; + pinctrl_pcie: pciegrp { + fsl,pins = < + MX6SX_PAD_NAND_DATA02__GPIO4_IO_6 0x10b0 + >; + }; + pinctrl_pwm1: pwm1grp-1 { fsl,pins = < /* blue LED */ |