From eb3a99bc183e36922b9e8314620e4e64964bcaf0 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Tue, 5 Oct 2021 20:51:18 +0200 Subject: bcm27xx: remove obsolete kernel 5.4 With the upgrade to kernel 5.10 per default the old version is no longer required to be in tree. Signed-off-by: Adrian Schmutzler --- ...0598-dt-Update-v3d-to-use-firmware_clocks.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 target/linux/bcm27xx/patches-5.4/950-0598-dt-Update-v3d-to-use-firmware_clocks.patch (limited to 'target/linux/bcm27xx/patches-5.4/950-0598-dt-Update-v3d-to-use-firmware_clocks.patch') diff --git a/target/linux/bcm27xx/patches-5.4/950-0598-dt-Update-v3d-to-use-firmware_clocks.patch b/target/linux/bcm27xx/patches-5.4/950-0598-dt-Update-v3d-to-use-firmware_clocks.patch deleted file mode 100644 index b67f38782f..0000000000 --- a/target/linux/bcm27xx/patches-5.4/950-0598-dt-Update-v3d-to-use-firmware_clocks.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 310d91d120b672d13d83fd4ab7cfb9cff485a1de Mon Sep 17 00:00:00 2001 -From: Dave Stevenson -Date: Mon, 17 Feb 2020 11:37:21 +0000 -Subject: [PATCH] dt: Update v3d to use firmware_clocks. - -Use the updated DT clock-names property to map the v3d clock -to the firmware_clocks driver, instead of the older clkdev API. - -Signed-off-by: Dave Stevenson ---- - arch/arm/boot/dts/bcm2711-rpi.dtsi | 1 + - 1 file changed, 1 insertion(+) - ---- a/arch/arm/boot/dts/bcm2711-rpi.dtsi -+++ b/arch/arm/boot/dts/bcm2711-rpi.dtsi -@@ -34,6 +34,7 @@ - power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>; - resets = <&pm BCM2835_RESET_V3D>; - clocks = <&firmware_clocks 5>; -+ clocks-names = "v3d"; - interrupts = ; - status = "disabled"; - }; -- cgit v1.2.3