diff options
author | Wolfram Sang <[email protected]> | 2017-05-28 11:30:48 +0200 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2017-07-02 18:45:31 -0500 |
commit | a8d992d8f8d4bf6051e7b9df86ffe21d8a78a472 (patch) | |
tree | 143782b433e6f1ce744d30283b46d4552c12f183 | |
parent | 769b461fc0c0451bacf75826d5830fc07c5a57e4 (diff) |
PCI: rcar: Use proper name for the R-Car SoC
It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive
text.
Signed-off-by: Wolfram Sang <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Acked-by: Simon Horman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/pci/rcar-pci.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt index 34712d6fd253..bd27428dda61 100644 --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt @@ -1,4 +1,4 @@ -* Renesas RCar PCIe interface +* Renesas R-Car PCIe interface Required properties: compatible: "renesas,pcie-r8a7779" for the R8A7779 SoC; |