Skip to content

Commit e60099f

Browse files
nxpfranklirobherring
authored andcommitted
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]>
1 parent d0a0c91 commit e60099f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ properties:
113113
114114
msi-parent:
115115
deprecated: true
116-
$ref: /schemas/types.yaml#/definitions/phandle
116+
maxItems: 1
117117
description:
118118
Describes the MSI controller node handling message
119119
interrupts for the MC. When there is no translation

0 commit comments

Comments
 (0)