On Thu, 29 Apr 2021 14:44:09 +0200, Geert Uytterhoeven wrote: > scripts/checkpatch.pl -f drivers/pci/controller/pcie-rcar-host.c: > > WARNING: DT compatible string "renesas,pcie-r8a7779" appears un-documented -- check ./Documentation/devicetree/bindings/ > #853: FILE: drivers/pci/controller/pcie-rcar-host.c:853: > + { .compatible = "renesas,pcie-r8a7779", > > Re-add the compatible value for R-Car H1, which was lost during the > json-schema conversion. Make the "resets" property optional on R-Car > H1, as it is not present yet on R-Car Gen1 SoCs. > > Fixes: 0d69ce3c2c63d4db ("dt-bindings: PCI: rcar-pci-host: Convert bindings to json-schema") > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > This was never enabled in the upstream r8a7779.dtsi, but the Linux > driver does support it. > --- > .../devicetree/bindings/pci/rcar-pci-host.yaml | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > Applied, thanks!