kernel: bump 5.4 to 5.4.73
[openwrt/staging/ldir.git] / target / linux / bcm27xx / patches-5.4 / 950-0018-Register-the-clocks-early-during-the-boot-process-so.patch
index 322be7bc5cd77b4880070322c4a44c36630ed6ef..64b984802cdb193c1cc313dd1ef3a0ff03308b71 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
-@@ -2265,8 +2265,15 @@ static int bcm2835_clk_probe(struct plat
+@@ -2267,8 +2267,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 = {
-@@ -2292,7 +2299,11 @@ static struct platform_driver bcm2835_cl
+@@ -2294,7 +2301,11 @@ static struct platform_driver bcm2835_cl
        .probe          = bcm2835_clk_probe,
  };