Re: [PATCH v6 11/12] PCI: qcom: Add Force GEN1 support

2020-06-11 Thread Stanimir Varbanov
Hi Ansuel, Sorry that I didn't make this comment earlier. The subject and description are misleading. The patch itself is not forcing anything (the DT is filling the gen to 1), so please fix that. On 6/10/20 7:06 PM, Ansuel Smith wrote: > From: Sham Muthayyan > > Add Force GEN1 support needed

[PATCH v6 11/12] PCI: qcom: Add Force GEN1 support

2020-06-10 Thread Ansuel Smith
From: Sham Muthayyan Add Force GEN1 support needed in some ipq8064 board that needs to limit some PCIe line to gen1 for some hardware limitation. This is set by the max-link-speed binding and needed by some soc based on ipq8064. (for example Netgear R7800 router) Signed-off-by: Sham Muthayyan S