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

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.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 61a37dc9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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