Message ID | 20240804215458.404085-5-virag.david003@gmail.com |
---|---|
State | Changes Requested |
Headers | show |
Series | Add USB support to Exynos7885 | expand |
On 04/08/2024 23:53, David Virag wrote: > Document Exynos7885 compatible. > Exynos7885 USB PHY has two clocks (ref and phy) like Exynos850, which > are already described in bindings. > > Signed-off-by: David Virag <virag.david003@gmail.com> 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 16321cdd4919..bf993d738bce 100644 --- a/Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml +++ b/Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml @@ -30,6 +30,7 @@ properties: - samsung,exynos5420-usbdrd-phy - samsung,exynos5433-usbdrd-phy - samsung,exynos7-usbdrd-phy + - samsung,exynos7885-usbdrd-phy - samsung,exynos850-usbdrd-phy clocks: @@ -168,6 +169,7 @@ allOf: enum: - samsung,exynos5250-usbdrd-phy - samsung,exynos5420-usbdrd-phy + - samsung,exynos7885-usbdrd-phy - samsung,exynos850-usbdrd-phy then: properties:
Document Exynos7885 compatible. Exynos7885 USB PHY has two clocks (ref and phy) like Exynos850, which are already described in bindings. Signed-off-by: David Virag <virag.david003@gmail.com> --- Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml | 2 ++ 1 file changed, 2 insertions(+)