2019-09-04 17:01:23 +00:00
|
|
|
From 7447e758ddd231dc20c70edf5f2ef1593e91bdbd Mon Sep 17 00:00:00 2001
|
2019-07-09 18:32:28 +00:00
|
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
|
|
Date: Tue, 15 Jan 2019 09:56:41 +0000
|
2019-09-04 17:01:23 +00:00
|
|
|
Subject: [PATCH 294/782] arm64: dts: broadcom: Enable fixups for overlays
|
2019-07-09 18:32:28 +00:00
|
|
|
|
|
|
|
See: https://github.com/raspberrypi/linux/pull/2733
|
|
|
|
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
|
|
|
---
|
|
|
|
arch/arm64/boot/dts/broadcom/Makefile | 5 +++++
|
|
|
|
1 file changed, 5 insertions(+)
|
|
|
|
|
|
|
|
--- a/arch/arm64/boot/dts/broadcom/Makefile
|
|
|
|
+++ b/arch/arm64/boot/dts/broadcom/Makefile
|
|
|
|
@@ -9,3 +9,8 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rp
|
|
|
|
|
|
|
|
subdir-y += northstar2
|
|
|
|
subdir-y += stingray
|
|
|
|
+
|
|
|
|
+# Enable fixups to support overlays on BCM2835 platforms
|
|
|
|
+ifeq ($(CONFIG_ARCH_BCM2835),y)
|
|
|
|
+ DTC_FLAGS ?= -@
|
|
|
|
+endif
|