mbox series

[0/2] PCI: rcar-gen4: Add R-Car V4M support

Message ID 20240822064459.1133748-1-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series PCI: rcar-gen4: Add R-Car V4M support | expand

Message

Yoshihiro Shimoda Aug. 22, 2024, 6:44 a.m. UTC
Now the pcie-rcar-gen4 driver can reuse r8a779h0 (R-Car V4M) without
any driver modification. So, just add compatible to the dt bindings doc.

Yoshihiro Shimoda (2):
  dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible
  dt-bindings: PCI: rcar-gen4-pci-ep: Add R-Car V4M compatible

 Documentation/devicetree/bindings/pci/rcar-gen4-pci-ep.yaml   | 1 +
 Documentation/devicetree/bindings/pci/rcar-gen4-pci-host.yaml | 1 +
 2 files changed, 2 insertions(+)

Comments

Krzysztof WilczyƄski Sept. 1, 2024, 4:51 p.m. UTC | #1
Hello,

> Now the pcie-rcar-gen4 driver can reuse r8a779h0 (R-Car V4M) without
> any driver modification. So, just add compatible to the dt bindings doc.

Applied to dt-bindings, thank you!

[01/02] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4M compatible
        https://git.kernel.org/pci/pci/c/0e3a205c585e

[02/02] dt-bindings: PCI: rcar-gen4-pci-ep: Add R-Car V4M compatible
        https://git.kernel.org/pci/pci/c/6c41bcd64bcd

	Krzysztof