mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
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: Mauro Carvalho Chehab <mchehab@kernel.org> Link: https://lore.kernel.org/r/20230125221444.3058631-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
56f9168f5e
commit
a222d7d96b
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user