From 39d12b015540b7a7e344b169fcb91c3eb37e65c1 Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Mon, 2 Aug 2021 12:20:46 +0100 Subject: kernel: bump 5.10 to 5.10.55 No deleted or manually refreshed patches. Signed-off-by: Rui Salvaterra --- target/linux/bcm53xx/patches-5.10/905-BCM53573-minor-hacks.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/bcm53xx/patches-5.10/905-BCM53573-minor-hacks.patch') diff --git a/target/linux/bcm53xx/patches-5.10/905-BCM53573-minor-hacks.patch b/target/linux/bcm53xx/patches-5.10/905-BCM53573-minor-hacks.patch index f47ea95c95..a1d27949f0 100644 --- a/target/linux/bcm53xx/patches-5.10/905-BCM53573-minor-hacks.patch +++ b/target/linux/bcm53xx/patches-5.10/905-BCM53573-minor-hacks.patch @@ -61,7 +61,7 @@ Signed-off-by: Rafał Miłecki #include #include #include -@@ -919,6 +920,16 @@ static void arch_timer_of_configure_rate +@@ -934,6 +935,16 @@ static void arch_timer_of_configure_rate if (of_property_read_u32(np, "clock-frequency", &arch_timer_rate)) arch_timer_rate = rate; @@ -76,5 +76,5 @@ Signed-off-by: Rafał Miłecki + } + /* Check the timer frequency. */ - if (arch_timer_rate == 0) + if (validate_timer_rate()) pr_warn("frequency not available\n"); -- cgit v1.2.3