File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Devicetree
102102
103103* Property names in devicetree and bindings use hyphens(``- ``) as separators, and replacing
104104 all previously used underscores(``_ ``). For local code, you can migrate property names in
105- bindings to use hyphens by running the ``scripts/migrate_bindings_style.py `` script.
105+ bindings to use hyphens by running the ``scripts/utils/ migrate_bindings_style.py `` script.
106106
107107
108108DAI
Original file line number Diff line number Diff line change 1717# bindings base
1818BINDINGS_PATH = [Path ("dts/bindings/" )]
1919BINDINGS_PROPERTIES_AL = None
20- with open (Path (__file__ ).parent / 'bindings_properties_allowlist.yaml' ) as f :
20+ with open (Path (__file__ ).parents [ 1 ] / 'bindings_properties_allowlist.yaml' ) as f :
2121 allowlist = yaml .safe_load (f .read ())
2222 if allowlist is not None :
2323 BINDINGS_PROPERTIES_AL = set (allowlist )
You can’t perform that action at this time.
0 commit comments