Skip to content

Commit c928080

Browse files
keveryangMani-Sadhasivam
authored andcommitted
dt-bindings: PCI: dwc: rockchip: Add rk3562 support
rk3562 is using the same dwc controller as rk3576. Signed-off-by: Kever Yang <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 215113a commit c928080

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ properties:
2222
- const: rockchip,rk3568-pcie
2323
- items:
2424
- enum:
25+
- rockchip,rk3562-pcie
2526
- rockchip,rk3576-pcie
2627
- rockchip,rk3588-pcie
2728
- const: rockchip,rk3568-pcie
@@ -76,7 +77,9 @@ allOf:
7677
properties:
7778
compatible:
7879
contains:
79-
const: rockchip,rk3576-pcie
80+
enum:
81+
- rockchip,rk3562-pcie
82+
- rockchip,rk3576-pcie
8083
then:
8184
required:
8285
- msi-map
@@ -85,7 +88,9 @@ allOf:
8588
properties:
8689
compatible:
8790
contains:
88-
const: rockchip,rk3576-pcie
91+
enum:
92+
- rockchip,rk3562-pcie
93+
- rockchip,rk3576-pcie
8994
then:
9095
properties:
9196
interrupts:

0 commit comments

Comments
 (0)