kernel: bump 5.4 to 5.4.24
[openwrt/staging/wigyori.git] / target / linux / bcm27xx / patches-5.4 / 950-0442-thermal-brcmstb_thermal-Correct-SoC-name.patch
index 7b1fbb0f7010dfc23c539569327b61dab83b1ecd..5ba80afd982445459b31a0f7b3d19476fd0efb27 100644 (file)
@@ -14,7 +14,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
 
 --- a/drivers/thermal/broadcom/brcmstb_thermal.c
 +++ b/drivers/thermal/broadcom/brcmstb_thermal.c
-@@ -303,7 +303,7 @@ static const struct thermal_zone_of_devi
+@@ -290,7 +290,7 @@ static const struct thermal_zone_of_devi
        .set_trips      = brcmstb_set_trips,
  };
  
@@ -23,7 +23,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
        .get_temp       = brcmstb_get_temp,
  };
  
-@@ -314,8 +314,8 @@ static const struct brcmstb_thermal_of_d
+@@ -301,8 +301,8 @@ static const struct brcmstb_thermal_of_d
        .status_data_shift = 1,
  };
  
@@ -34,7 +34,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
        .status_valid_mask = BIT(10),
        .status_data_mask = GENMASK(9, 0),
        .status_data_shift = 0,
-@@ -324,8 +324,8 @@ static const struct brcmstb_thermal_of_d
+@@ -311,8 +311,8 @@ static const struct brcmstb_thermal_of_d
  static const struct of_device_id brcmstb_thermal_id_table[] = {
        { .compatible = "brcm,avs-tmon",
          .data = &bcm7445_thermal_of_data },