Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Add compatible for the USB2 phy in the Rockchip RK3588 SoC.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20230522170324.61349-2-sebastian.reichel@collabora.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Sebastian Reichel and committed by
Vinod Koul
cb240921 ebd05f90

+18 -3
+18 -3
Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
··· 20 20 - rockchip,rk3366-usb2phy 21 21 - rockchip,rk3399-usb2phy 22 22 - rockchip,rk3568-usb2phy 23 + - rockchip,rk3588-usb2phy 23 24 - rockchip,rv1108-usb2phy 24 25 25 26 reg: ··· 56 55 interrupts: 57 56 description: Muxed interrupt for both ports 58 57 maxItems: 1 58 + 59 + resets: 60 + maxItems: 2 61 + 62 + reset-names: 63 + items: 64 + - const: phy 65 + - const: apb 59 66 60 67 rockchip,usbgrf: 61 68 $ref: /schemas/types.yaml#/definitions/phandle ··· 129 120 - reg 130 121 - clock-output-names 131 122 - "#clock-cells" 132 - - host-port 133 - - otg-port 123 + 124 + anyOf: 125 + - required: 126 + - otg-port 127 + - required: 128 + - host-port 134 129 135 130 allOf: 136 131 - if: 137 132 properties: 138 133 compatible: 139 134 contains: 140 - const: rockchip,rk3568-usb2phy 135 + enum: 136 + - rockchip,rk3568-usb2phy 137 + - rockchip,rk3588-usb2phy 141 138 142 139 then: 143 140 properties: