Message ID | 20250613055613.866909-2-pritam.sutar@samsung.com |
---|---|
State | New |
Headers | show |
Series | initial usbdrd phy support for Exynosautov920 soc | expand |
On Fri, Jun 13, 2025 at 11:26:05AM GMT, Pritam Manohar Sutar wrote: > Add a dedicated compatible string for USB HS phy found in this SoC. > The devicetree node requires two clocks, named "phy" and "ref" > (same as clocks required by Exynos850). > > Signed-off-by: Pritam Manohar Sutar <pritam.sutar@samsung.com> > --- > 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
On Fri, Jun 13, 2025 at 11:26:05AM GMT, Pritam Manohar Sutar wrote: > Add a dedicated compatible string for USB HS phy found in this SoC. You add HS phy in other commit/patch. This is just confusing. > The devicetree node requires two clocks, named "phy" and "ref" No. Explain the hardware, not the DTS. How many clocks, supplies etc hardware has. 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 cc60d2f6f70e..71db17d93c6a 100644 --- a/Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml +++ b/Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml @@ -33,6 +33,7 @@ properties: - samsung,exynos7-usbdrd-phy - samsung,exynos7870-usbdrd-phy - samsung,exynos850-usbdrd-phy + - samsung,exynosautov920-usbdrd-phy clocks: minItems: 1 @@ -217,6 +218,7 @@ allOf: - samsung,exynos5420-usbdrd-phy - samsung,exynos7870-usbdrd-phy - samsung,exynos850-usbdrd-phy + - samsung,exynosautov920-usbdrd-phy then: properties: clocks:
Add a dedicated compatible string for USB HS phy found in this SoC. The devicetree node requires two clocks, named "phy" and "ref" (same as clocks required by Exynos850). Signed-off-by: Pritam Manohar Sutar <pritam.sutar@samsung.com> --- Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml | 2 ++ 1 file changed, 2 insertions(+)