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 HS phy compatible

Document support for the USB20 phy found on the ExynosAutov920 SoC. The
USB20 phy is functionally identical to that on the Exynos850 SoC, so no
driver changes are needed to support this phy. However, add a dedicated
compatible string for USB20 phy found in this SoC.

This phy needs 0.75v, 0.18v and 3.3v supplies for its internal
functionally. Power Supply's names are as per phy's User Data-Book.
These names, (dvdd, vdd18 and vdd33), are considered for 0.75v, 1.8v
and 3.3v respectively.

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-2-pritam.sutar@samsung.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Pritam Manohar Sutar and committed by
Vinod Koul
28810c0d 8e98ca1e

+29
+29
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-usbdrd-phy 37 38 38 39 clocks: 39 40 minItems: 1 ··· 110 109 111 110 vddh-usbdp-supply: 112 111 description: VDDh power supply for the USB DP phy. 112 + 113 + dvdd-supply: 114 + description: 0.75V power supply for the USB phy. 115 + 116 + vdd18-supply: 117 + description: 1.8V power supply for the USB phy. 118 + 119 + vdd33-supply: 120 + description: 3.3V power supply for the USB phy. 113 121 114 122 required: 115 123 - compatible ··· 231 221 - samsung,exynos7870-usbdrd-phy 232 222 - samsung,exynos850-usbdrd-phy 233 223 - samsung,exynos990-usbdrd-phy 224 + - samsung,exynosautov920-usbdrd-phy 234 225 then: 235 226 properties: 236 227 clocks: ··· 248 237 249 238 reg-names: 250 239 maxItems: 1 240 + 241 + - if: 242 + properties: 243 + compatible: 244 + contains: 245 + enum: 246 + - samsung,exynosautov920-usbdrd-phy 247 + then: 248 + required: 249 + - dvdd-supply 250 + - vdd18-supply 251 + - vdd33-supply 252 + 253 + else: 254 + properties: 255 + dvdd-supply: false 256 + vdd18-supply: false 257 + vdd33-supply: false 251 258 252 259 unevaluatedProperties: false 253 260