diff options
author | Frank Li <Frank.Li@nxp.com> | 2024-10-07 17:30:42 +0200 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2024-10-07 21:53:34 +0200 |
commit | e60099fa648666e4c1ff0fd90f3fece543896ff3 (patch) | |
tree | 2e20bd1127f2542c4bc87c134ffbd0668d27eb3c | |
parent | dt-bindings: display: elgin,jg10309-01: Add own binding (diff) | |
download | linux-e60099fa648666e4c1ff0fd90f3fece543896ff3.tar.xz linux-e60099fa648666e4c1ff0fd90f3fece543896ff3.zip |
dt-bindings: misc: fsl,qoriq-mc: remove ref for msi-parent
msi-parent is standard property. Needn't ref to phandle. Add maxItems: 1
for it.
Fix below warning:
arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dtb: fsl-mc@80c000000: msi-parent:0: [16, 0] is too long
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20241007153047.807723-1-Frank.Li@nxp.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml index 01b00d89a992..df45ff56d444 100644 --- a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml +++ b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml @@ -113,7 +113,7 @@ properties: msi-parent: deprecated: true - $ref: /schemas/types.yaml#/definitions/phandle + maxItems: 1 description: Describes the MSI controller node handling message interrupts for the MC. When there is no translation |