* [PATCH 1/2] dt-bindings: phy: rockchip,inno-usb2phy: add rk3562
@ 2024-12-24 9:42 Kever Yang
2024-12-24 12:27 ` Heiko Stübner
2025-03-11 11:22 ` Vinod Koul
0 siblings, 2 replies; 3+ messages in thread
From: Kever Yang @ 2024-12-24 9:42 UTC (permalink / raw)
To: heiko
Cc: linux-rockchip, Kever Yang, devicetree, Conor Dooley, Rob Herring,
Vinod Koul, linux-kernel, Krzysztof Kozlowski, linux-phy,
Kishon Vijay Abraham I, linux-arm-kernel
Add compatible for the USB2 phy in the Rockchip RK3562 SoC.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---
.../devicetree/bindings/phy/rockchip,inno-usb2phy.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml b/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
index 6a7ef556414c..367297f6f8b5 100644
--- a/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
+++ b/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
@@ -19,6 +19,7 @@ properties:
- rockchip,rk3328-usb2phy
- rockchip,rk3366-usb2phy
- rockchip,rk3399-usb2phy
+ - rockchip,rk3562-usb2phy
- rockchip,rk3568-usb2phy
- rockchip,rk3576-usb2phy
- rockchip,rk3588-usb2phy
@@ -150,7 +151,6 @@ allOf:
enum:
- rockchip,rk3568-usb2phy
- rockchip,rk3588-usb2phy
-
then:
properties:
host-port:
@@ -190,6 +190,7 @@ allOf:
- rockchip,rk3328-usb2phy
- rockchip,rk3366-usb2phy
- rockchip,rk3399-usb2phy
+ - rockchip,rk3562-usb2phy
- rockchip,rk3568-usb2phy
- rockchip,rk3588-usb2phy
- rockchip,rv1108-usb2phy
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/2] dt-bindings: phy: rockchip,inno-usb2phy: add rk3562
2024-12-24 9:42 [PATCH 1/2] dt-bindings: phy: rockchip,inno-usb2phy: add rk3562 Kever Yang
@ 2024-12-24 12:27 ` Heiko Stübner
2025-03-11 11:22 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stübner @ 2024-12-24 12:27 UTC (permalink / raw)
To: Kever Yang
Cc: linux-rockchip, Kever Yang, devicetree, Conor Dooley, Rob Herring,
Vinod Koul, linux-kernel, Krzysztof Kozlowski, linux-phy,
Kishon Vijay Abraham I, linux-arm-kernel
Am Dienstag, 24. Dezember 2024, 10:42:39 CET schrieb Kever Yang:
> Add compatible for the USB2 phy in the Rockchip RK3562 SoC.
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> ---
>
> .../devicetree/bindings/phy/rockchip,inno-usb2phy.yaml | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml b/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
> index 6a7ef556414c..367297f6f8b5 100644
> --- a/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
> +++ b/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
> @@ -19,6 +19,7 @@ properties:
> - rockchip,rk3328-usb2phy
> - rockchip,rk3366-usb2phy
> - rockchip,rk3399-usb2phy
> + - rockchip,rk3562-usb2phy
> - rockchip,rk3568-usb2phy
> - rockchip,rk3576-usb2phy
> - rockchip,rk3588-usb2phy
> @@ -150,7 +151,6 @@ allOf:
> enum:
> - rockchip,rk3568-usb2phy
> - rockchip,rk3588-usb2phy
> -
> then:
> properties:
> host-port:
> @@ -190,6 +190,7 @@ allOf:
> - rockchip,rk3328-usb2phy
> - rockchip,rk3366-usb2phy
> - rockchip,rk3399-usb2phy
> + - rockchip,rk3562-usb2phy
> - rockchip,rk3568-usb2phy
> - rockchip,rk3588-usb2phy
> - rockchip,rv1108-usb2phy
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] dt-bindings: phy: rockchip,inno-usb2phy: add rk3562
2024-12-24 9:42 [PATCH 1/2] dt-bindings: phy: rockchip,inno-usb2phy: add rk3562 Kever Yang
2024-12-24 12:27 ` Heiko Stübner
@ 2025-03-11 11:22 ` Vinod Koul
1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2025-03-11 11:22 UTC (permalink / raw)
To: Kever Yang
Cc: heiko, linux-rockchip, devicetree, Conor Dooley, Rob Herring,
linux-kernel, Krzysztof Kozlowski, linux-phy,
Kishon Vijay Abraham I, linux-arm-kernel
On 24-12-24, 17:42, Kever Yang wrote:
> Add compatible for the USB2 phy in the Rockchip RK3562 SoC.
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>
> .../devicetree/bindings/phy/rockchip,inno-usb2phy.yaml | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml b/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
> index 6a7ef556414c..367297f6f8b5 100644
> --- a/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
> +++ b/Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
> @@ -19,6 +19,7 @@ properties:
> - rockchip,rk3328-usb2phy
> - rockchip,rk3366-usb2phy
> - rockchip,rk3399-usb2phy
> + - rockchip,rk3562-usb2phy
> - rockchip,rk3568-usb2phy
> - rockchip,rk3576-usb2phy
> - rockchip,rk3588-usb2phy
> @@ -150,7 +151,6 @@ allOf:
> enum:
> - rockchip,rk3568-usb2phy
> - rockchip,rk3588-usb2phy
> -
Unrelated change?
> then:
> properties:
> host-port:
> @@ -190,6 +190,7 @@ allOf:
> - rockchip,rk3328-usb2phy
> - rockchip,rk3366-usb2phy
> - rockchip,rk3399-usb2phy
> + - rockchip,rk3562-usb2phy
> - rockchip,rk3568-usb2phy
> - rockchip,rk3588-usb2phy
> - rockchip,rv1108-usb2phy
> --
> 2.25.1
>
>
> --
> linux-phy mailing list
> linux-phy@lists.infradead.org
> https://lists.infradead.org/mailman/listinfo/linux-phy
--
~Vinod
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-11 11:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-24 9:42 [PATCH 1/2] dt-bindings: phy: rockchip,inno-usb2phy: add rk3562 Kever Yang
2024-12-24 12:27 ` Heiko Stübner
2025-03-11 11:22 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox