All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] dt-bindings: net: fsl,fman: allow dma-coherence property
@ 2024-07-01 20:14 Frank Li
  2024-07-01 20:14 ` [PATCH v2 2/2] dt-bindings: net: fsl,fman: add ptimer-handle property Frank Li
  2024-07-03  1:48 ` [PATCH v2 1/2] dt-bindings: net: fsl,fman: allow dma-coherence property Jakub Kicinski
  0 siblings, 2 replies; 3+ messages in thread
From: Frank Li @ 2024-07-01 20:14 UTC (permalink / raw)
  To: Madalin Bucur, Sean Anderson, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, open list:FREESCALE QORIQ DPAA FMAN DRIVER,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list
  Cc: imx

Add dma-coherence 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 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-03  1:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 20:14 [PATCH v2 1/2] dt-bindings: net: fsl,fman: allow dma-coherence property Frank Li
2024-07-01 20:14 ` [PATCH v2 2/2] dt-bindings: net: fsl,fman: add ptimer-handle property Frank Li
2024-07-03  1:48 ` [PATCH v2 1/2] dt-bindings: net: fsl,fman: allow dma-coherence property Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.