Message ID | 20240704161731.572537-1-Frank.Li@nxp.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [v3,1/2] dt-bindings: net: fsl,fman: allow dma-coherence property | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On Thu, Jul 04, 2024 at 12:17:30PM -0400, Frank Li wrote: > Add dma-coherent property to fix below warning. > arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb: fman@1a00000: 'dma-coherent', 'ptimer-handle' do not match any of the regexes: '^ethernet@[a-f0-9]+$', '^mdio@[a-f0-9]+$', '^muram@[a-f0-9]+$', '^phc@[a-f0-9]+$', '^port@[a-f0-9]+$', 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/net/fsl,fman.yaml# > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > --- > Change from v2 to v3 > - Fix missed one rob's comments about 'dma-coherent property' in commit What about the subject? > message. > Change from v1 to v2 > - Fix paste wrong warning mesg. > --- > Documentation/devicetree/bindings/net/fsl,fman.yaml | 2 ++ > 1 file changed, 2 insertions(+) Otherwise, Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/net/fsl,fman.yaml b/Documentation/devicetree/bindings/net/fsl,fman.yaml index 7908f67413dea..f0261861f3cb2 100644 --- a/Documentation/devicetree/bindings/net/fsl,fman.yaml +++ b/Documentation/devicetree/bindings/net/fsl,fman.yaml @@ -78,6 +78,8 @@ properties: - description: The first element is associated with the event interrupts. - description: the second element is associated with the error interrupts. + dma-coherent: true + fsl,qman-channel-range: $ref: /schemas/types.yaml#/definitions/uint32-array description:
Add dma-coherent property to fix below warning. arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb: fman@1a00000: 'dma-coherent', 'ptimer-handle' do not match any of the regexes: '^ethernet@[a-f0-9]+$', '^mdio@[a-f0-9]+$', '^muram@[a-f0-9]+$', '^phc@[a-f0-9]+$', '^port@[a-f0-9]+$', 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/net/fsl,fman.yaml# Signed-off-by: Frank Li <Frank.Li@nxp.com> --- Change from v2 to v3 - Fix missed one rob's comments about 'dma-coherent property' in commit message. Change from v1 to v2 - Fix paste wrong warning mesg. --- Documentation/devicetree/bindings/net/fsl,fman.yaml | 2 ++ 1 file changed, 2 insertions(+)