Skip to content

Commit 51fa5c3

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dtsi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def generate_gpios(options: Options):
2121
s = ""
2222
for name, flags in options.gpios.items():
2323
flags = "GPIO_ACTIVE_LOW" if flags & GpioFlag.ACTIVE_LOW else "GPIO_ACTIVE_HIGH"
24-
s += f"\t\t{name}-gpios = <&msmgpio XY {flags}>;\n"
24+
s += f"\t\t{name}-gpios = <&tlmm XY {flags}>;\n"
2525
return s
2626

2727

0 commit comments

Comments
 (0)