Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: PCI: rcar: Add device tree support for r8a7744

Add internal PCI bridge support for r8a7744 SoC. The Renesas RZ/G1N
(R8A7744) internal PCI bridge is identical to the R-Car Gen2 family.

This doesn't change the driver, so it does nothing by itself. But it does
mean that checkpatch won't complain about a future patch that adds
"renesas,pci-r8a7744" to a DT, which helps ensure that shipped DTs use
documented compatibility strings.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Biju Das and committed by
Lorenzo Pieralisi
6adb734b 7ae76c4c

+1
+1
Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
··· 7 7 8 8 Required properties: 9 9 - compatible: "renesas,pci-r8a7743" for the R8A7743 SoC; 10 + "renesas,pci-r8a7744" for the R8A7744 SoC; 10 11 "renesas,pci-r8a7745" for the R8A7745 SoC; 11 12 "renesas,pci-r8a7790" for the R8A7790 SoC; 12 13 "renesas,pci-r8a7791" for the R8A7791 SoC;