Skip to content

Commit

Permalink
dt-bindings: PCI: kirin: Fix compatible string
Browse files Browse the repository at this point in the history
The pcie-kirin driver doesn't declare a hisilicon,kirin-pcie.
Also, remove the useless comment after the description, as other
compat will be supported by the same driver in the future.

Acked-by: Rob Herring <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Link: https://lore.kernel.org/r/3e3e29a88f8e71eb228edf33d70cbe70db431408.1627965261.git.mchehab+huawei@kernel.org
Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
mchehab authored and robherring committed Aug 15, 2021
1 parent 39c6b3a commit 2de207f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/devicetree/bindings/pci/kirin-pcie.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Additional properties are described here:

Required properties
- compatible:
"hisilicon,kirin960-pcie" for PCIe of Kirin960 SoC
"hisilicon,kirin960-pcie"
- reg: Should contain rc_dbi, apb, phy, config registers location and length.
- reg-names: Must include the following entries:
"dbi": controller configuration registers;
Expand All @@ -23,7 +23,7 @@ Optional properties:
Example based on kirin960:

pcie@f4000000 {
compatible = "hisilicon,kirin-pcie";
compatible = "hisilicon,kirin960-pcie";
reg = <0x0 0xf4000000 0x0 0x1000>, <0x0 0xff3fe000 0x0 0x1000>,
<0x0 0xf3f20000 0x0 0x40000>, <0x0 0xF4000000 0 0x2000>;
reg-names = "dbi","apb","phy", "config";
Expand Down

0 comments on commit 2de207f

Please sign in to comment.