diff options
author | Frank Li <[email protected]> | 2024-10-07 11:30:42 -0400 |
---|---|---|
committer | Rob Herring (Arm) <[email protected]> | 2024-10-07 14:53:34 -0500 |
commit | e60099fa648666e4c1ff0fd90f3fece543896ff3 (patch) | |
tree | 2e20bd1127f2542c4bc87c134ffbd0668d27eb3c | |
parent | d0a0c91dff5f0d2a084f5dc859360e3dd549354c (diff) |
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 <[email protected]>
Signed-off-by: Frank Li <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring (Arm) <[email protected]>
-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 |