Skip to content

Commit

Permalink
dt-bindings: phy: uniphier-ahci: Fix missing reset-names
Browse files Browse the repository at this point in the history
UniPhier AHCI PHY controller needs to specify 6 reset lines, so this adds
missing "phy" to reset-names and increases maxItems of resets.

Fixes: 34f92b6 ("dt-bindings: phy: uniphier-ahci: Add bindings for Pro4 SoC")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/1648637715-19262-4-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
  • Loading branch information
Kunihiko Hayashi authored and Vinod Koul committed Apr 13, 2022
1 parent 61a37dc commit fccd2f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ properties:

resets:
minItems: 2
maxItems: 5
maxItems: 6

reset-names:
oneOf:
- items: # for Pro4
- const: link
- const: gio
- const: phy
- const: pm
- const: tx
- const: rx
Expand Down

0 comments on commit fccd2f3

Please sign in to comment.