2022-04-26 13:43:07

by Frank Wunderlich

[permalink] [raw]
Subject: [RFC/RFT v2 02/11] dt-bindings: soc: grf: add pcie30-{phy,pipe}-grf

From: Frank Wunderlich <[email protected]>

Add compatibles for PCIe v3 General Register Files.

Signed-off-by: Frank Wunderlich <[email protected]>

---
changes in v2:
- add soc-part to pcie3-phy-grf
---
Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
index 3be3cfd52f7b..4564ff0bfd7a 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
@@ -14,6 +14,9 @@ properties:
oneOf:
- items:
- enum:
+ - rockchip,rk3568-pcie3-phy-grf
+ - rockchip,rk3588-pcie3-phy-grf
+ - rockchip,rk3588-pcie3-pipe-grf
- rockchip,rk3288-sgrf
- rockchip,rk3566-pipe-grf
- rockchip,rk3568-usb2phy-grf
--
2.25.1


2022-04-28 09:28:13

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [RFC/RFT v2 02/11] dt-bindings: soc: grf: add pcie30-{phy,pipe}-grf

On 26/04/2022 15:21, Frank Wunderlich wrote:
> From: Frank Wunderlich <[email protected]>
>
> Add compatibles for PCIe v3 General Register Files.
>
> Signed-off-by: Frank Wunderlich <[email protected]>
>
> ---
> changes in v2:
> - add soc-part to pcie3-phy-grf
> ---
> Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
> index 3be3cfd52f7b..4564ff0bfd7a 100644
> --- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
> +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
> @@ -14,6 +14,9 @@ properties:
> oneOf:
> - items:
> - enum:
> + - rockchip,rk3568-pcie3-phy-grf
> + - rockchip,rk3588-pcie3-phy-grf
> + - rockchip,rk3588-pcie3-pipe-grf

Order is now messed up.

> - rockchip,rk3288-sgrf
> - rockchip,rk3566-pipe-grf
> - rockchip,rk3568-usb2phy-grf


Best regards,
Krzysztof