From: Jianjun Wang <hidden> Date: 2021-08-20 02:35:32
MT8195 is an ARM platform SoC which has the same PCIe IP with MT8192.
Signed-off-by: Jianjun Wang <redacted>
---
Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
From: Rob Herring <robh@kernel.org> Date: 2021-08-24 14:39:09
On Fri, Aug 20, 2021 at 10:35:21AM +0800, Jianjun Wang wrote:
quoted hunk
MT8195 is an ARM platform SoC which has the same PCIe IP with MT8192.
Signed-off-by: Jianjun Wang <redacted>
---
Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
From: Jianjun Wang (王建军) <hidden> Date: 2021-08-25 05:24:10
On Tue, 2021-08-24 at 09:40 -0500, Rob Herring wrote:
On Fri, Aug 20, 2021 at 10:35:21AM +0800, Jianjun Wang wrote:
quoted
MT8195 is an ARM platform SoC which has the same PCIe IP with
MT8192.
If it is the same, then 8192 should be a fallback compatible. 'The
same'
means the current driver for 8192 will work unchanged.
Hi Rob,
Thanks for your review.
Yes, the controller driver works fine in the MT8195 platform without
any change, and we would like to use the compatible string in device
tree as follows:
"mediatek,mt8195-pcie", "mediatek,mt8192-pcie"
Thanks.