commit | 7f23184a1a4de850c3d77d2cbbd56ea350eff640 | [log] [tgz] |
---|---|---|
author | Baruch Siach <baruch@tkos.co.il> | Sun Feb 03 15:15:38 2019 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon Feb 11 09:39:12 2019 +0100 |
tree | 01181f148f4619b4c2268c025a4935c0b8e497d4 | |
parent | be0af3e63a832e11bb7d4ce39202a1734d21a2f9 [diff] |
arm: mvebu: mcbin: dts: fix PCIe reset polarity The PCIe slot PERST signal is active low. Fix the gpio signal description in the dts. This happened to work because the pcie_dw_mvebu driver sets the reset gpio level to 1 (high) to release the reset. The following commit will fix that. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>