Commit fccd2f32 authored by Kunihiko Hayashi's avatar Kunihiko Hayashi Committed by Vinod Koul

dt-bindings: phy: uniphier-ahci: Fix missing reset-names

UniPhier AHCI PHY controller needs to specify 6 reset lines, so this adds
missing "phy" to reset-names and increases maxItems of resets.

Fixes: 34f92b67 ("dt-bindings: phy: uniphier-ahci: Add bindings for Pro4 SoC")
Signed-off-by: default avatarKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/1648637715-19262-4-git-send-email-hayashi.kunihiko@socionext.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 61a37dc9
...@@ -43,13 +43,14 @@ properties: ...@@ -43,13 +43,14 @@ properties:
resets: resets:
minItems: 2 minItems: 2
maxItems: 5 maxItems: 6
reset-names: reset-names:
oneOf: oneOf:
- items: # for Pro4 - items: # for Pro4
- const: link - const: link
- const: gio - const: gio
- const: phy
- const: pm - const: pm
- const: tx - const: tx
- const: rx - const: rx
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment