brcm2708: update to latest patches from RPi foundation
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0294-arm64-dts-broadcom-Enable-fixups-for-overlays.patch
1 From 8390a0a036f76ab39bc8f44b6f29dd690318b4bd Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Tue, 15 Jan 2019 09:56:41 +0000
4 Subject: [PATCH 294/773] arm64: dts: broadcom: Enable fixups for overlays
5
6 See: https://github.com/raspberrypi/linux/pull/2733
7
8 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
9 ---
10 arch/arm64/boot/dts/broadcom/Makefile | 5 +++++
11 1 file changed, 5 insertions(+)
12
13 --- a/arch/arm64/boot/dts/broadcom/Makefile
14 +++ b/arch/arm64/boot/dts/broadcom/Makefile
15 @@ -9,3 +9,8 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rp
16
17 subdir-y += northstar2
18 subdir-y += stingray
19 +
20 +# Enable fixups to support overlays on BCM2835 platforms
21 +ifeq ($(CONFIG_ARCH_BCM2835),y)
22 + DTC_FLAGS ?= -@
23 +endif