X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbcm27xx%2Fpatches-5.4%2F950-0442-thermal-brcmstb_thermal-Correct-SoC-name.patch;h=5ba80afd982445459b31a0f7b3d19476fd0efb27;hb=f9f62d43e448f58d25749efa8b2aabc7f2d51e53;hp=7b1fbb0f7010dfc23c539569327b61dab83b1ecd;hpb=e64564920a9fa164e9657942de35333d4299abe0;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/target/linux/bcm27xx/patches-5.4/950-0442-thermal-brcmstb_thermal-Correct-SoC-name.patch b/target/linux/bcm27xx/patches-5.4/950-0442-thermal-brcmstb_thermal-Correct-SoC-name.patch index 7b1fbb0f70..5ba80afd98 100644 --- a/target/linux/bcm27xx/patches-5.4/950-0442-thermal-brcmstb_thermal-Correct-SoC-name.patch +++ b/target/linux/bcm27xx/patches-5.4/950-0442-thermal-brcmstb_thermal-Correct-SoC-name.patch @@ -14,7 +14,7 @@ Signed-off-by: Phil Elwell --- 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 .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 .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 },