diff options
| author | Lucas Tanure <lucas.tanure@collabora.com> | 2023-03-14 13:55:53 +0000 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2023-03-31 19:25:37 +0530 |
| commit | 13803c86e24f5a409406cd428ed0aa69cfcf61f0 (patch) | |
| tree | 5f73f116505334ee6c793e49d3c07c8957344179 | |
| parent | 92bd868f529a7771f15a141e8db6b6b62b32310a (diff) | |
dt-bindings: PCI: dwc: Add rk3588 compatible
PCIe for RK3588 is the same as RK3568.
Signed-off-by: Lucas Tanure <lucas.tanure@collabora.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230314135555.44162-2-lucas.tanure@collabora.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml b/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml index 2be72ae1169f..24c88942e59e 100644 --- a/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml +++ b/Documentation/devicetree/bindings/pci/rockchip-dw-pcie.yaml @@ -21,8 +21,12 @@ allOf: properties: compatible: - items: + oneOf: - const: rockchip,rk3568-pcie + - items: + - enum: + - rockchip,rk3588-pcie + - const: rockchip,rk3568-pcie reg: items: |
