Skip to content

Commit

Permalink
dt-bindings: phy: lantiq: Fix Property Name
Browse files Browse the repository at this point in the history
The binding has a typo where resets-names should read reset-names, which in
turn leads to a warning when the example is validated, since reset-names is
being used, and the binding prevent the usage of any property that isn't
described.

Fixes: 088e88b ("dt-bindings: phy: add binding for the Lantiq VRX200 and ARX300 PCIe PHYs")
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Maxime Ripard authored and Rob Herring committed Oct 2, 2019
1 parent 4d32db7 commit f437ade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ properties:
- description: exclusive PHY reset line
- description: shared reset line between the PCIe PHY and PCIe controller

resets-names:
reset-names:
items:
- const: phy
- const: pcie
Expand Down

0 comments on commit f437ade

Please sign in to comment.