Patch "dt-bindings: usb: samsung,exynos-dwc3: fix order of clocks on Exynos5433" has been added to the 6.5-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    dt-bindings: usb: samsung,exynos-dwc3: fix order of clocks on Exynos5433

to the 6.5-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     dt-bindings-usb-samsung-exynos-dwc3-fix-order-of-clo.patch
and it can be found in the queue-6.5 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 05e34ba3304c3ab656a2b1b2f1526f8e5b1439ea
Author: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Date:   Fri Aug 18 12:29:11 2023 +0200

    dt-bindings: usb: samsung,exynos-dwc3: fix order of clocks on Exynos5433
    
    [ Upstream commit 8d4ff1351801bd646c9fed7aedb9705250f2c87b ]
    
    The Exynos5433 DTSI had always different order of DWC USB3 controller
    clocks than the binding.  The order in the binding was introduced in the
    commit 949ea75b7ba4 ("dt-bindings: usb: samsung,exynos-dwc3: convert to
    dtschema") converting to DT schema.  The Linux driver does not care
    about order and was always getting clocks by name.  Therefore assume the
    DTS is the preferred order and correct the binding.
    
    Fixes: 949ea75b7ba4 ("dt-bindings: usb: samsung,exynos-dwc3: convert to dtschema")
    Cc: Sam Protsenko <semen.protsenko@xxxxxxxxxx>
    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
    Acked-by: Rob Herring <robh@xxxxxxxxxx>
    Reviewed-by: Sam Protsenko <semen.protsenko@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/20230818102911.18388-1-krzysztof.kozlowski@xxxxxxxxxx
    Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml b/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml
index 42ceaf13cd5da..e61badb61b35a 100644
--- a/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/samsung,exynos-dwc3.yaml
@@ -82,8 +82,8 @@ allOf:
           items:
             - const: aclk
             - const: susp_clk
-            - const: pipe_pclk
             - const: phyclk
+            - const: pipe_pclk
 
   - if:
       properties:



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux