firmware-utils: bump to git HEAD
[openwrt/staging/ldir.git] / target / linux / bcm27xx / patches-5.4 / 950-0952-ARM-dts-bcm2708.dtsi-Don-t-delete-the-cpus-node.patch
1 From a32c73cc5a06b0bf7f2b18314b46a052ce6517ee Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Mon, 24 Aug 2020 18:28:52 +0100
4 Subject: [PATCH] ARM: dts: bcm2708.dtsi: Don't delete the cpus node
5
6 The cpus node was originally deleted to match the then downstream
7 version of the BCM2835 DTS files, but doing so doesn't seem to make
8 any material difference. Its presence is necessary for the CPUFREQ_DT
9 support that is planned in the near future, so remove the deletion.
10
11 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
12 ---
13 arch/arm/boot/dts/bcm2708.dtsi | 2 --
14 1 file changed, 2 deletions(-)
15
16 --- a/arch/arm/boot/dts/bcm2708.dtsi
17 +++ b/arch/arm/boot/dts/bcm2708.dtsi
18 @@ -2,8 +2,6 @@
19 #include "bcm270x.dtsi"
20
21 / {
22 - /delete-node/ cpus;
23 -
24 __overrides__ {
25 arm_freq;
26 };