Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 34f92b67621f ("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>

authored by

Kunihiko Hayashi and committed by
Vinod Koul
fccd2f32 61a37dc9

+2 -1
+2 -1
Documentation/devicetree/bindings/phy/socionext,uniphier-ahci-phy.yaml
··· 43 43 44 44 resets: 45 45 minItems: 2 46 - maxItems: 5 46 + maxItems: 6 47 47 48 48 reset-names: 49 49 oneOf: 50 50 - items: # for Pro4 51 51 - const: link 52 52 - const: gio 53 + - const: phy 53 54 - const: pm 54 55 - const: tx 55 56 - const: rx