Commit a222d7d9 authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: phy: hisilicon: Fix 'hisilicon,eye-diagram-param' differing types



'hisilicon,eye-diagram-param' is also defined in
hisilicon,phy-hi3670-pcie.yaml as a 'uint32-array'. Unify it to use
'uint32-array' everywhere.

Reviewed-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/20230125221444.3058631-1-robh@kernel.org


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 56f9168f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,7 +27,8 @@ properties:
    description: phandle of syscon used to control usb tcxo.

  hisilicon,eye-diagram-param:
    $ref: /schemas/types.yaml#/definitions/uint32
    $ref: /schemas/types.yaml#/definitions/uint32-array
    maxItems: 1
    description: Eye diagram for phy.

required:
+2 −1
Original line number Diff line number Diff line
@@ -32,7 +32,8 @@ properties:
    description: phandle of syscon used to control phy deep sleep.

  hisilicon,eye-diagram-param:
    $ref: /schemas/types.yaml#/definitions/uint32
    $ref: /schemas/types.yaml#/definitions/uint32-array
    maxItems: 1
    description: Eye diagram for phy.

  hisilicon,tx-vboost-lvl: