[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240701201448.1901657-1-Frank.Li@nxp.com>
Date: Mon, 1 Jul 2024 16:14:47 -0400
From: Frank Li <Frank.Li@....com>
To: Madalin Bucur <madalin.bucur@....com>,
Sean Anderson <sean.anderson@...o.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
netdev@...r.kernel.org (open list:FREESCALE QORIQ DPAA FMAN DRIVER),
devicetree@...r.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS),
linux-kernel@...r.kernel.org (open list)
Cc: imx@...ts.linux.dev
Subject: [PATCH v2 1/2] dt-bindings: net: fsl,fman: allow dma-coherence property
Add dma-coherence property to fix below warning.
arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb: fman@...0000: '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@....com>
---
Change from v1 to v2
- Fix paste wrong warning mesg.
---
Documentation/devicetree/bindings/net/fsl,fman.yaml | 2 ++
1 file changed, 2 insertions(+)
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:
--
2.34.1
Powered by blists - more mailing lists