mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-07 05:45:24 +00:00
dt-bindings: phy: uniphier-ahci: Add bindings for Pro4 SoC
Update AHCI-PHY binding document for UniPhier Pro4 SoC. Add a compatible string, clock and reset lines for the SoC to the document. Pro4 AHCI-PHY needs to control additional GIO clock line and reset lines ("pm", "tx", and "rx"). Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/1635503947-18250-8-git-send-email-hayashi.kunihiko@socionext.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
7f1abed4e9
commit
34f92b6762
@ -16,6 +16,7 @@ maintainers:
|
|||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
|
- socionext,uniphier-pro4-ahci-phy
|
||||||
- socionext,uniphier-pxs2-ahci-phy
|
- socionext,uniphier-pxs2-ahci-phy
|
||||||
- socionext,uniphier-pxs3-ahci-phy
|
- socionext,uniphier-pxs3-ahci-phy
|
||||||
|
|
||||||
@ -26,23 +27,35 @@ properties:
|
|||||||
const: 0
|
const: 0
|
||||||
|
|
||||||
clocks:
|
clocks:
|
||||||
|
minItems: 1
|
||||||
maxItems: 2
|
maxItems: 2
|
||||||
|
|
||||||
clock-names:
|
clock-names:
|
||||||
oneOf:
|
oneOf:
|
||||||
- items: # for PXs2
|
- items: # for PXs2
|
||||||
- const: link
|
- const: link
|
||||||
|
- items: # for Pro4
|
||||||
|
- const: link
|
||||||
|
- const: gio
|
||||||
- items: # for others
|
- items: # for others
|
||||||
- const: link
|
- const: link
|
||||||
- const: phy
|
- const: phy
|
||||||
|
|
||||||
resets:
|
resets:
|
||||||
maxItems: 2
|
minItems: 2
|
||||||
|
maxItems: 5
|
||||||
|
|
||||||
reset-names:
|
reset-names:
|
||||||
items:
|
oneOf:
|
||||||
- const: link
|
- items: # for Pro4
|
||||||
- const: phy
|
- const: link
|
||||||
|
- const: gio
|
||||||
|
- const: pm
|
||||||
|
- const: tx
|
||||||
|
- const: rx
|
||||||
|
- items: # for others
|
||||||
|
- const: link
|
||||||
|
- const: phy
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
|
Loading…
Reference in New Issue
Block a user