diff options
author | Rob Herring <robh@kernel.org> | 2023-01-25 23:14:43 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-02-03 01:05:57 +0100 |
commit | a222d7d96b586d4f1d54803c28383718f87730a9 (patch) | |
tree | 25e02a32c4d61d94908e1603f7d0476d41d50c3e | |
parent | dt-bindings: ti,k3: Use common ti,k3-sci-common.yaml schema (diff) | |
download | linux-a222d7d96b586d4f1d54803c28383718f87730a9.tar.xz linux-a222d7d96b586d4f1d54803c28383718f87730a9.zip |
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>
-rw-r--r-- | Documentation/devicetree/bindings/phy/hisilicon,hi3660-usb3.yaml | 3 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/phy/hisilicon,hi3660-usb3.yaml b/Documentation/devicetree/bindings/phy/hisilicon,hi3660-usb3.yaml index 20b79e2e8b82..b11d9873854a 100644 --- a/Documentation/devicetree/bindings/phy/hisilicon,hi3660-usb3.yaml +++ b/Documentation/devicetree/bindings/phy/hisilicon,hi3660-usb3.yaml @@ -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: diff --git a/Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml b/Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml index 1cb00dbcd4c5..3c69aca6c7eb 100644 --- a/Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml +++ b/Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml @@ -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: |