devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: media: amphion: Fix subnode pattern
@ 2023-07-21 11:10 Alexander Stein
  2023-07-21 11:10 ` [PATCH 2/3] dt-bindings: lpspi: Add power-domains Alexander Stein
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Alexander Stein @ 2023-07-21 11:10 UTC (permalink / raw)
  To: Rob Herring, Ming Qian, Shijie Qin, Zhou Peng,
	Mauro Carvalho Chehab, Krzysztof Kozlowski, Conor Dooley,
	Mirela Rabulea, Shawn Guo, Sascha Hauer, Fabio Estevam,
	Mark Brown, Anson Huang
  Cc: Alexander Stein, NXP Linux Team, Pengutronix Kernel Team,
	linux-media, devicetree, linux-arm-kernel, linux-spi

DT nodes use dashes instead of underscore. Adjust pattern to also fix
warnings regarding nodes in arch/arm64/boot/dts/freescale/imx8-ss-vpu.dtsi

Fixes: 38ad8b32f3af ("dt-bindings: media: amphion: add amphion video codec bindings")
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 Documentation/devicetree/bindings/media/amphion,vpu.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/amphion,vpu.yaml b/Documentation/devicetree/bindings/media/amphion,vpu.yaml
index a9d80eaeeeb6..90d273b9fdd7 100644
--- a/Documentation/devicetree/bindings/media/amphion,vpu.yaml
+++ b/Documentation/devicetree/bindings/media/amphion,vpu.yaml
@@ -47,7 +47,7 @@ patternProperties:
     $ref: ../mailbox/fsl,mu.yaml#
 
 
-  "^vpu_core@[0-9a-f]+$":
+  "^vpu-core@[0-9a-f]+$":
     description:
       Each core correspond a decoder or encoder, need to configure them
       separately. NXP i.MX8QM SoC has one decoder and two encoder, i.MX8QXP SoC
-- 
2.34.1


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

end of thread, other threads:[~2023-07-24 20:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21 11:10 [PATCH 1/3] dt-bindings: media: amphion: Fix subnode pattern Alexander Stein
2023-07-21 11:10 ` [PATCH 2/3] dt-bindings: lpspi: Add power-domains Alexander Stein
2023-07-21 11:21   ` Mark Brown
2023-07-24 16:03   ` Rob Herring
2023-07-21 11:10 ` [PATCH 3/3] dt-bindings: media: imx-jpeg: Add clocks property Alexander Stein
2023-07-21 12:50 ` [PATCH 1/3] dt-bindings: media: amphion: Fix subnode pattern Rob Herring
2023-07-22 10:23 ` Conor Dooley
2023-07-24 20:12 ` (subset) " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).