kernel: bump 5.15 to 5.15.75
[openwrt/staging/noltari.git] / target / linux / bcm27xx / patches-5.15 / 950-0046-Register-the-clocks-early-during-the-boot-process-so.patch
index 8dd6abdfdb57c3276992baf0f0d1604139c26280..195e25e059cdfa096010d4748b90ee830a42bf30 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
 
 --- a/drivers/clk/bcm/clk-bcm2835.c
 +++ b/drivers/clk/bcm/clk-bcm2835.c
-@@ -2289,8 +2289,15 @@ static int bcm2835_clk_probe(struct plat
+@@ -2320,8 +2320,15 @@ static int bcm2835_clk_probe(struct plat
        if (ret)
                return ret;
  
@@ -30,7 +30,7 @@ Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
  }
  
  static const struct cprman_plat_data cprman_bcm2835_plat_data = {
-@@ -2316,7 +2323,11 @@ static struct platform_driver bcm2835_cl
+@@ -2347,7 +2354,11 @@ static struct platform_driver bcm2835_cl
        .probe          = bcm2835_clk_probe,
  };