Message ID | 20230816201123.3530-1-semen.protsenko@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: usb: samsung,exynos-dwc3: Fix Exynos5433 compatible | expand |
On 16/08/2023 22:11, Sam Protsenko wrote: > The correct compatible for Exynos5433 is "samsung,exynos5433-dwusb3". > Fix the typo in its usage. > > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > Fixes: 949ea75b7ba4 ("dt-bindings: usb: samsung,exynos-dwc3: convert to dtsche Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Greg, I assume this one is for you. Best regards, Krzysztof
On Fri, Aug 18, 2023 at 11:52:15AM +0200, Krzysztof Kozlowski wrote: > On 16/08/2023 22:11, Sam Protsenko wrote: > > The correct compatible for Exynos5433 is "samsung,exynos5433-dwusb3". > > Fix the typo in its usage. > > > > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > > Fixes: 949ea75b7ba4 ("dt-bindings: usb: samsung,exynos-dwc3: convert to dtsche > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > Greg, > I assume this one is for you. Great, I'll take it, thanks. greg k-h
diff --git a/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml b/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml index 42ceaf13cd5d..240f41b7133a 100644 --- a/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml @@ -72,7 +72,7 @@ allOf: properties: compatible: contains: - const: samsung,exynos54333-dwusb3 + const: samsung,exynos5433-dwusb3 then: properties: clocks:
The correct compatible for Exynos5433 is "samsung,exynos5433-dwusb3". Fix the typo in its usage. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Fixes: 949ea75b7ba4 ("dt-bindings: usb: samsung,exynos-dwc3: convert to dtschema") --- Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)