Message ID | 20250214-exynos990-dwusb-v1-1-d68282c51ba8@mentallysanemainliners.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | USB PHY support for Exynos990 SoCs | expand |
On 14/02/2025 18:21, Igor Belwon wrote: > Add a compatible for the exynos990-usbdrd-phy. The PHY is compatible > with the older exynos5420 design (two clocks) when running in highspeed mode. > > Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org> > --- > Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml b/Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml index 27295acbba7674f6cdc402f18ff4c505bd8760f6..b9ba92b8975d3e88162b938624558b3fca9f4faf 100644 --- a/Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml +++ b/Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml @@ -31,6 +31,7 @@ properties: - samsung,exynos5433-usbdrd-phy - samsung,exynos7-usbdrd-phy - samsung,exynos850-usbdrd-phy + - samsung,exynos990-usbdrd-phy clocks: minItems: 2 @@ -185,6 +186,7 @@ allOf: - samsung,exynos5250-usbdrd-phy - samsung,exynos5420-usbdrd-phy - samsung,exynos850-usbdrd-phy + - samsung,exynos990-usbdrd-phy then: properties: clocks:
Add a compatible for the exynos990-usbdrd-phy. The PHY is compatible with the older exynos5420 design (two clocks) when running in highspeed mode. Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org> --- Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml | 2 ++ 1 file changed, 2 insertions(+)