diff --git a/scripts/dts/gen_defines.py b/scripts/dts/gen_defines.py index 3161ae0fea6..44812d1b2ca 100755 --- a/scripts/dts/gen_defines.py +++ b/scripts/dts/gen_defines.py @@ -155,7 +155,7 @@ def write_props(dev): continue # Skip properties that we handle elsewhere - if prop.name in {"reg", "interrupts", "compatible"}: + if prop.name in {"reg", "interrupts", "compatible", "interrupt-controller"}: continue if prop.description is not None: