Re: [PATCH v3 1/2] dt-bindings: net: fsl,fman: allow dma-coherence property

From: Rob Herring
Date: Mon Jul 08 2024 - 13:13:49 EST


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@xxxxxxx>
> ---
> 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@xxxxxxxxxx>