devicetree-org / dt-schema

Devicetree schema tools
http://www.devicetree.org
BSD 2-Clause "Simplified" License
67 stars 64 forks source link

schemas: relax phy-cells requirement for PHY-like nodes #92

Closed krzk closed 1 year ago

krzk commented 1 year ago

Several Devicetree nodes in Linux kernel are named "phy", but they do not have "#phy-cells" property. Instead their children have it. This leads to a lot of false positives, so relax the requirement and do not enforce having #phy-cells for every "phy" node.

Fixes: #22

Signed-off-by: Krzysztof Kozlowski krzk@kernel.org