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: 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>

+4 -2
+2 -1
Documentation/devicetree/bindings/phy/hisilicon,hi3660-usb3.yaml
··· 27 27 description: phandle of syscon used to control usb tcxo. 28 28 29 29 hisilicon,eye-diagram-param: 30 - $ref: /schemas/types.yaml#/definitions/uint32 30 + $ref: /schemas/types.yaml#/definitions/uint32-array 31 + maxItems: 1 31 32 description: Eye diagram for phy. 32 33 33 34 required:
+2 -1
Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml
··· 32 32 description: phandle of syscon used to control phy deep sleep. 33 33 34 34 hisilicon,eye-diagram-param: 35 - $ref: /schemas/types.yaml#/definitions/uint32 35 + $ref: /schemas/types.yaml#/definitions/uint32-array 36 + maxItems: 1 36 37 description: Eye diagram for phy. 37 38 38 39 hisilicon,tx-vboost-lvl: