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

dt-bindings: PCI: kirin: Fix compatible string

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 <robh@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/3e3e29a88f8e71eb228edf33d70cbe70db431408.1627965261.git.mchehab+huawei@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Mauro Carvalho Chehab and committed by
Rob Herring
2de207f5 39c6b3a3

+2 -2
+2 -2
Documentation/devicetree/bindings/pci/kirin-pcie.txt
··· 9 9 10 10 Required properties 11 11 - compatible: 12 - "hisilicon,kirin960-pcie" for PCIe of Kirin960 SoC 12 + "hisilicon,kirin960-pcie" 13 13 - reg: Should contain rc_dbi, apb, phy, config registers location and length. 14 14 - reg-names: Must include the following entries: 15 15 "dbi": controller configuration registers; ··· 23 23 Example based on kirin960: 24 24 25 25 pcie@f4000000 { 26 - compatible = "hisilicon,kirin-pcie"; 26 + compatible = "hisilicon,kirin960-pcie"; 27 27 reg = <0x0 0xf4000000 0x0 0x1000>, <0x0 0xff3fe000 0x0 0x1000>, 28 28 <0x0 0xf3f20000 0x0 0x40000>, <0x0 0xF4000000 0 0x2000>; 29 29 reg-names = "dbi","apb","phy", "config";