Re: [U-Boot] [PATCH 1/3] arm: mvebu: mcbin: dts: fix PCIe reset polarity

2019-02-11 Thread Stefan Roese
On 03.02.19 14:15, Baruch Siach wrote: 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: Baru

Re: [U-Boot] [PATCH 1/3] arm: mvebu: mcbin: dts: fix PCIe reset polarity

2019-02-11 Thread Stefan Roese
On 03.02.19 14:15, Baruch Siach wrote: 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: Baru

[U-Boot] [PATCH 1/3] arm: mvebu: mcbin: dts: fix PCIe reset polarity

2019-02-03 Thread Baruch Siach
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 --- arch/arm/dts/armada-8040-m