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

Configure Feed

Select the types of activity you want to include in your feed.

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

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

This change also refactor the clocks list as there are new clocks
adding used for the USB MMU in RK3576 SoC.

Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20241016073713.14133-3-frawang.cn@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Frank Wang and committed by
Vinod Koul
0217f4ae 86e2ed4e

+43 -2
+43 -2
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,rk3576-usb2phy 23 24 - rockchip,rk3588-usb2phy 24 25 - rockchip,rv1108-usb2phy 25 26 ··· 35 34 const: 0 36 35 37 36 clocks: 38 - maxItems: 1 37 + minItems: 1 38 + maxItems: 3 39 39 40 40 clock-names: 41 - const: phyclk 41 + minItems: 1 42 + items: 43 + - const: phyclk 44 + - const: aclk 45 + - const: aclk_slv 42 46 43 47 assigned-clocks: 44 48 description: ··· 177 171 required: 178 172 - interrupts 179 173 - interrupt-names 174 + 175 + - if: 176 + properties: 177 + compatible: 178 + contains: 179 + enum: 180 + - rockchip,px30-usb2phy 181 + - rockchip,rk3128-usb2phy 182 + - rockchip,rk3228-usb2phy 183 + - rockchip,rk3308-usb2phy 184 + - rockchip,rk3328-usb2phy 185 + - rockchip,rk3366-usb2phy 186 + - rockchip,rk3399-usb2phy 187 + - rockchip,rk3568-usb2phy 188 + - rockchip,rk3588-usb2phy 189 + - rockchip,rv1108-usb2phy 190 + then: 191 + properties: 192 + clocks: 193 + maxItems: 1 194 + clock-names: 195 + maxItems: 1 196 + 197 + - if: 198 + properties: 199 + compatible: 200 + contains: 201 + enum: 202 + - rockchip,rk3576-usb2phy 203 + then: 204 + properties: 205 + clocks: 206 + minItems: 3 207 + clock-names: 208 + minItems: 3 180 209 181 210 additionalProperties: false 182 211