patches: fix DTC compatibility for older kernels (0012)

Removes --no-interrupt-parent flag when using older device tree compilers that don't support this option.

New patch for 24.10.

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-10-19 00:00:00 +02:00
parent a4efe206a4
commit e7b6c64058

View File

@@ -0,0 +1,28 @@
From 1a0d06eb6b01bd86dc31daee491fcd6bb1492937 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Fri, 1 Aug 2025 14:22:02 +0200
Subject: [PATCH 12/55] include/image.mk: older DTC does not know
no-interrupt_provider
Fixes compatibility with older device tree compilers that don't support the --no-interrupt-parent flag.
Signed-off-by: John Crispin <john@phrozen.org>
---
include/image.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/image.mk b/include/image.mk
index e449aaa6ad..5177741049 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -175,7 +175,6 @@ endif
# Disable noisy checks by default as in upstream
DTC_WARN_FLAGS := \
- -Wno-interrupt_provider \
-Wno-unique_unit_address \
-Wno-unit_address_vs_reg \
-Wno-avoid_unnecessary_addr_size \
--
2.34.1