We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85d017 commit 51cf415Copy full SHA for 51cf415
scripts/dts/gen_defines.py
@@ -554,7 +554,7 @@ def write_pinctrls(node: edtlib.Node) -> None:
554
def write_fixed_partitions(node: edtlib.Node) -> None:
555
# Macros for child nodes of each fixed-partitions node.
556
557
- if not (node.parent and "fixed-partitions" in node.parent.compats):
+ if not (node.parent and ("fixed-partitions" in node.parent.compats or "fixed-subpartitions" in node.parent.compats)):
558
return
559
560
global flash_area_num
0 commit comments