Commit cb240921 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Vinod Koul

dt-bindings: phy: rockchip,inno-usb2phy: add rk3588

Add compatible for the USB2 phy in the Rockchip RK3588 SoC.
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20230522170324.61349-2-sebastian.reichel@collabora.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent ebd05f90
...@@ -20,6 +20,7 @@ properties: ...@@ -20,6 +20,7 @@ properties:
- rockchip,rk3366-usb2phy - rockchip,rk3366-usb2phy
- rockchip,rk3399-usb2phy - rockchip,rk3399-usb2phy
- rockchip,rk3568-usb2phy - rockchip,rk3568-usb2phy
- rockchip,rk3588-usb2phy
- rockchip,rv1108-usb2phy - rockchip,rv1108-usb2phy
reg: reg:
...@@ -56,6 +57,14 @@ properties: ...@@ -56,6 +57,14 @@ properties:
description: Muxed interrupt for both ports description: Muxed interrupt for both ports
maxItems: 1 maxItems: 1
resets:
maxItems: 2
reset-names:
items:
- const: phy
- const: apb
rockchip,usbgrf: rockchip,usbgrf:
$ref: /schemas/types.yaml#/definitions/phandle $ref: /schemas/types.yaml#/definitions/phandle
description: description:
...@@ -120,15 +129,21 @@ required: ...@@ -120,15 +129,21 @@ required:
- reg - reg
- clock-output-names - clock-output-names
- "#clock-cells" - "#clock-cells"
- host-port
- otg-port anyOf:
- required:
- otg-port
- required:
- host-port
allOf: allOf:
- if: - if:
properties: properties:
compatible: compatible:
contains: contains:
const: rockchip,rk3568-usb2phy enum:
- rockchip,rk3568-usb2phy
- rockchip,rk3588-usb2phy
then: then:
properties: properties:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment