Skip to content

Commit

Permalink
edtlib: pinctrl properties are required in the binding
Browse files Browse the repository at this point in the history
Consumers need to include `pinctrl-device.yaml` where this is defined.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
  • Loading branch information
gmarull authored and carlescufi committed Sep 27, 2023
1 parent 078d6c9 commit 73b803a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/dts/python-devicetree/src/devicetree/edtlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,6 @@ def _check_undeclared_props(self) -> None:
# Allow a few special properties to not be declared in the binding
if prop_name.endswith("-controller") or \
prop_name.startswith("#") or \
prop_name.startswith("pinctrl-") or \
prop_name in {
"compatible", "status", "ranges", "phandle",
"interrupt-parent", "interrupts-extended", "device_type"}:
Expand Down

0 comments on commit 73b803a

Please sign in to comment.