Skip to content

Commit c9800b8

Browse files
Revert "[nrf fromtree] edtlib: fix default type for interrupts property"
This reverts commit f49b1fe. Signed-off-by: Martí Bolívar <[email protected]>
1 parent d97b2d9 commit c9800b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dts/edtlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2357,7 +2357,7 @@ class _BindingLoader(Loader):
23572357
"reg": "array",
23582358
"reg-names": "string-array",
23592359
"label": "string",
2360-
"interrupts": "array",
2360+
"interrupt": "array",
23612361
"interrupts-extended": "compound",
23622362
"interrupt-names": "string-array",
23632363
"interrupt-controller": "boolean",

0 commit comments

Comments
 (0)