Message ID | 20240827180028.1009902-1-Frank.Li@nxp.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/1] dt-bindings: misc: fsl,qoriq-mc: remove ref for msi-parent | expand |
On Tue, Aug 27, 2024 at 02:00:25PM -0400, Frank Li wrote: > msi-parent is standard property. Needn't ref to phandle. > Fix below warning: > arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dtb: fsl-mc@80c000000: msi-parent:0: [16, 0] is too long > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > --- > Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml > index 01b00d89a9921..8c64e2f7bc3c3 100644 > --- a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml > +++ b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml > @@ -113,7 +113,6 @@ properties: > > msi-parent: > deprecated: true > - $ref: /schemas/types.yaml#/definitions/phandle Instead: maxItems: 1 ... or anything else with proper explanation in commit msg. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml index 01b00d89a9921..8c64e2f7bc3c3 100644 --- a/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml +++ b/Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml @@ -113,7 +113,6 @@ properties: msi-parent: deprecated: true - $ref: /schemas/types.yaml#/definitions/phandle description: Describes the MSI controller node handling message interrupts for the MC. When there is no translation
msi-parent is standard property. Needn't ref to phandle. Fix below warning: arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dtb: fsl-mc@80c000000: msi-parent:0: [16, 0] is too long Signed-off-by: Frank Li <Frank.Li@nxp.com> --- Documentation/devicetree/bindings/misc/fsl,qoriq-mc.yaml | 1 - 1 file changed, 1 deletion(-)