[PATCH v5 0/3] Add driver nodes for MT8195 SoC

Tinghan Shen posted 3 patches 1 year, 10 months ago
There is a newer version of this series
.../bindings/pci/mediatek-pcie-gen3.yaml      |  13 +-
arch/arm64/boot/dts/mediatek/mt8195.dtsi      | 174 ++++++++++++++++++
2 files changed, 185 insertions(+), 2 deletions(-)
[PATCH v5 0/3] Add driver nodes for MT8195 SoC
Posted by Tinghan Shen 1 year, 10 months ago
Add pcie and venc nodes for MT8195 SoC.

This series is based on linux-next/next-20221028.
Depends on https://lore.kernel.org/all/20221001030752.14486-1-irui.wang@mediatek.com/ 

v4 -> v5:
- update reset-names of pcie yaml

v3 -> v4:
- update resets of pcie node

v2 -> v3:
- update pcie iommu-map-mask

v1 -> v2:
- remove 8195 example from pcie yaml
- update reset-names of pcie yaml
- add resets and reset-names to pcie node 
- rename venc node

---

Jianjun Wang (1):
  dt-bindings: PCI: mediatek-gen3: Support mt8195

Tinghan Shen (2):
  arm64: dts: mt8195: Add pcie and pcie phy nodes
  arm64: dts: mt8195: Add venc node

 .../bindings/pci/mediatek-pcie-gen3.yaml      |  13 +-
 arch/arm64/boot/dts/mediatek/mt8195.dtsi      | 174 ++++++++++++++++++
 2 files changed, 185 insertions(+), 2 deletions(-)

-- 
2.18.0
Re: (subset) [PATCH v5 0/3] Add driver nodes for MT8195 SoC
Posted by Lorenzo Pieralisi 1 year, 10 months ago
On Thu, 3 Nov 2022 10:56:53 +0800, Tinghan Shen wrote:
> Add pcie and venc nodes for MT8195 SoC.
> 
> This series is based on linux-next/next-20221028.
> Depends on https://lore.kernel.org/all/20221001030752.14486-1-irui.wang@mediatek.com/
> 
> v4 -> v5:
> - update reset-names of pcie yaml
> 
> [...]

Applied to pci/dt (dts updates should go via platform tree), thanks!

[1/3] dt-bindings: PCI: mediatek-gen3: Support mt8195
      https://git.kernel.org/lpieralisi/pci/c/c9bfd858402c

Thanks,
Lorenzo