diff --git a/scripts/dts/gen_defines.py b/scripts/dts/gen_defines.py index 1284b8338b7..b4c522eaee8 100755 --- a/scripts/dts/gen_defines.py +++ b/scripts/dts/gen_defines.py @@ -154,8 +154,7 @@ def write_props(dev): continue # Skip properties that we handle elsewhere - if prop.name in {"reg", "interrupts", "pwms", "clocks", "compatible"} or \ - prop.name.endswith("gpios"): + if prop.name in {"reg", "interrupts", "compatible"}: continue if prop.description is not None: