bcm27xx-userland: update to latest version
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0741-ARM-dts-Enable-firmware-clocks-on-all-Pis.patch
1 From e2882043cba45fd9f027dfc102aaaaf1208a65d0 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Wed, 6 May 2020 17:02:26 +0100
4 Subject: [PATCH] ARM: dts: Enable firmware-clocks on all Pis
5
6 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
7 ---
8 arch/arm/boot/dts/bcm270x.dtsi | 6 ++++++
9 1 file changed, 6 insertions(+)
10
11 --- a/arch/arm/boot/dts/bcm270x.dtsi
12 +++ b/arch/arm/boot/dts/bcm270x.dtsi
13 @@ -7,6 +7,12 @@
14 /delete-property/ stdout-path;
15 };
16
17 + firmware_clocks: firmware-clocks {
18 + compatible = "raspberrypi,firmware-clocks";
19 + raspberrypi,firmware = <&firmware>;
20 + #clock-cells = <1>;
21 + };
22 +
23 soc: soc {
24
25 watchdog: watchdog@7e100000 {