From: Bruno Leite <br...@prevas.dk>

bcm283x-u-boot.dtsi modifies dts nodes that the upstream
rpi5 dts does not have and thus break build. add an empty
dtsi that is more specific to the upstream dts to prevent
u-boot from trying to build that one.

Signed-off-by: Bruno Leite <br...@prevas.dk>
---

 arch/arm/dts/bcm2712-rpi-5-b-u-boot.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 arch/arm/dts/bcm2712-rpi-5-b-u-boot.dtsi

diff --git a/arch/arm/dts/bcm2712-rpi-5-b-u-boot.dtsi 
b/arch/arm/dts/bcm2712-rpi-5-b-u-boot.dtsi
new file mode 100644
index 00000000000..65219f158e4
--- /dev/null
+++ b/arch/arm/dts/bcm2712-rpi-5-b-u-boot.dtsi
@@ -0,0 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+ OR MIT
+/*
+ * Empty device tree for raspberrypi5
+ *
+ */
+
+/ {
+};
-- 
2.45.2

Reply via email to