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

PCI: rcar: Add device tree support for r8a7793

Add "renesas,pcie-r8a7793" as a compatibility string for
"renesas,pcie-rcar-gen2".

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-r8a7793" to a DT, which helps ensure that shipped DTs use
documented compatibility strings.

[bhelgaas: changelog]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rob Herring <robh@kernel.org>

authored by

Simon Horman and committed by
Bjorn Helgaas
0cf1337e a176cd30

+1
+1
Documentation/devicetree/bindings/pci/rcar-pci.txt
··· 4 4 compatible: "renesas,pcie-r8a7779" for the R8A7779 SoC; 5 5 "renesas,pcie-r8a7790" for the R8A7790 SoC; 6 6 "renesas,pcie-r8a7791" for the R8A7791 SoC; 7 + "renesas,pcie-r8a7793" for the R8A7793 SoC; 7 8 "renesas,pcie-r8a7795" for the R8A7795 SoC; 8 9 "renesas,pcie-rcar-gen2" for a generic R-Car Gen2 compatible device. 9 10