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: samsung,usb3-drd-phy: add ExynosAutov920 combo ssphy

The USBDRD31 5nm controller consists of Synopsys USB20 femptoPhy and
USB31 SSP+ combophy. Document support for the USB31 SSP+ phy found on
combophy of the ExynosAutov920 SoC.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Pritam Manohar Sutar <pritam.sutar@samsung.com>
Link: https://patch.msgid.link/20251124110453.2887437-6-pritam.sutar@samsung.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Pritam Manohar Sutar and committed by
Vinod Koul
05681c9c 22a401c9

+17 -1
+17 -1
Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml
··· 34 34 - samsung,exynos7870-usbdrd-phy 35 35 - samsung,exynos850-usbdrd-phy 36 36 - samsung,exynos990-usbdrd-phy 37 + - samsung,exynosautov920-usb31drd-combo-ssphy 37 38 - samsung,exynosautov920-usbdrd-combo-hsphy 38 39 - samsung,exynosautov920-usbdrd-phy 39 40 ··· 233 232 - samsung,exynos7870-usbdrd-phy 234 233 - samsung,exynos850-usbdrd-phy 235 234 - samsung,exynos990-usbdrd-phy 235 + - samsung,exynosautov920-usb31drd-combo-ssphy 236 236 - samsung,exynosautov920-usbdrd-combo-hsphy 237 237 - samsung,exynosautov920-usbdrd-phy 238 238 then: ··· 258 256 compatible: 259 257 contains: 260 258 enum: 259 + - samsung,exynosautov920-usb31drd-combo-ssphy 261 260 - samsung,exynosautov920-usbdrd-combo-hsphy 262 261 - samsung,exynosautov920-usbdrd-phy 263 262 then: 264 263 required: 265 264 - dvdd-supply 266 265 - vdd18-supply 267 - - vdd33-supply 268 266 269 267 else: 270 268 properties: 271 269 dvdd-supply: false 272 270 vdd18-supply: false 271 + 272 + - if: 273 + properties: 274 + compatible: 275 + contains: 276 + enum: 277 + - samsung,exynosautov920-usbdrd-combo-hsphy 278 + - samsung,exynosautov920-usbdrd-phy 279 + then: 280 + required: 281 + - vdd33-supply 282 + 283 + else: 284 + properties: 273 285 vdd33-supply: false 274 286 275 287 unevaluatedProperties: false