kernel: bump 5.15 to 5.15.67
[openwrt/staging/dedeckeh.git] / target / linux / bcm27xx / patches-5.15 / 950-0844-clk-Take-into-account-uncached-clocks-in-clk_set_rat.patch
index b5ae00957a78f9d86386ebb090be356750a3a006..8f540b7660d5e99396bfdf5deca2bea0e9221493 100644 (file)
@@ -22,7 +22,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
 
 --- a/drivers/clk/clk.c
 +++ b/drivers/clk/clk.c
-@@ -2366,6 +2366,10 @@ static int clk_set_rate_range_nolock(str
+@@ -2365,6 +2365,10 @@ static int clk_set_rate_range_nolock(str
                goto out;
        }
  
@@ -33,7 +33,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech>
        /*
         * Since the boundaries have been changed, let's give the
         * opportunity to the provider to adjust the clock rate based on
-@@ -2383,7 +2387,7 @@ static int clk_set_rate_range_nolock(str
+@@ -2382,7 +2386,7 @@ static int clk_set_rate_range_nolock(str
         * - the determine_rate() callback does not really check for
         *   this corner case when determining the rate
         */