mbox series

[v2,0/5] dt-bindings: phy: Fix uniphier descriptions

Message ID 1648617651-9004-1-git-send-email-hayashi.kunihiko@socionext.com
Headers show
Series dt-bindings: phy: Fix uniphier descriptions | expand

Message

Kunihiko Hayashi March 30, 2022, 5:20 a.m. UTC
This series fixes dt-schema descriptions for all PHYs implemented in
UniPhier SoCs.

Changes since v1:
- Add "Reviewed-by:" line to patch 1 and 2
- Remove result messages about unpublished nodes in patch 3
- Add patch 4 for fixing incorrect properties in ahci-phy
- Add patch 5 to rewrite properties using allOf-if-then in all phys

Kunihiko Hayashi (5):
  dt-bindings: phy: uniphier-usb2: Add vbus-supply
  dt-bindings: phy: uniphier-usb3ss: Treat vbus-supply as optional
  dt-bindings: phy: uniphier-ahci: Fix missing reset-names
  dt-bindings: phy: uniphier-usb3hs: Fix incorrect clock-names and
    reset-names
  dt-bindings: phy: uniphier: Clean up clock-names and reset-names using
    compatible string

 .../phy/socionext,uniphier-ahci-phy.yaml      | 74 ++++++++++++-----
 .../phy/socionext,uniphier-pcie-phy.yaml      | 37 ++++++---
 .../phy/socionext,uniphier-usb2-phy.yaml      |  3 +
 .../phy/socionext,uniphier-usb3hs-phy.yaml    | 71 ++++++++++++----
 .../phy/socionext,uniphier-usb3ss-phy.yaml    | 80 ++++++++++++++-----
 5 files changed, 194 insertions(+), 71 deletions(-)