Skip to content

Commit f437ade

Browse files
mripardrobherring
authored andcommitted
dt-bindings: phy: lantiq: Fix Property Name
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 <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 4d32db7 commit f437ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/phy/lantiq,vrx200-pcie-phy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ properties:
3737
- description: exclusive PHY reset line
3838
- description: shared reset line between the PCIe PHY and PCIe controller
3939

40-
resets-names:
40+
reset-names:
4141
items:
4242
- const: phy
4343
- const: pcie

0 commit comments

Comments
 (0)