Message ID | 20230819031731.22618-3-semen.protsenko@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 0b76bdce32300a626dc796f656c085a786c5dab1 |
Headers | show |
Series | arm64: exynos: Enable USB for E850-96 board | expand |
On 19/08/2023 05:17, Sam Protsenko wrote: > Document Exynos850 compatible. USB 2.0 DRD PHY on Exynos850 has two > clocks (ref and phy), which is already described in bindings. > > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > --- > Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml | 1 + > 1 file changed, 1 insertion(+) You should probably split the patchset between separate subsystems, so Greg and Vinod can easily pick up their parts. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 19-08-23, 09:11, Krzysztof Kozlowski wrote: > On 19/08/2023 05:17, Sam Protsenko wrote: > > Document Exynos850 compatible. USB 2.0 DRD PHY on Exynos850 has two > > clocks (ref and phy), which is already described in bindings. > > > > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > > --- > > Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml | 1 + > > 1 file changed, 1 insertion(+) > > You should probably split the patchset between separate subsystems, so > Greg and Vinod can easily pick up their parts. Yes I agree :-) if there is NO dependency pls split them! > > > 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 5ba55f9f20cc..452e584d9812 100644 --- a/Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml +++ b/Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml @@ -29,6 +29,7 @@ properties: - samsung,exynos5420-usbdrd-phy - samsung,exynos5433-usbdrd-phy - samsung,exynos7-usbdrd-phy + - samsung,exynos850-usbdrd-phy clocks: minItems: 2
Document Exynos850 compatible. USB 2.0 DRD PHY on Exynos850 has two clocks (ref and phy), which is already described in bindings. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> --- Documentation/devicetree/bindings/phy/samsung,usb3-drd-phy.yaml | 1 + 1 file changed, 1 insertion(+)