public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Sebastian Fricke <sebastian.fricke@collabora.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Conor Dooley <conor+dt@kernel.org>,
	Nas Chung <nas.chung@chipsnmedia.com>,
	Fabio Estevam <festevam@gmail.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Jackson Lee <jackson.lee@chipsnmedia.com>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Hans Verkuil <hverkuil@xs4all.nl>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	Ivan Bornyakov <brnkv.i1@gmail.com>,
	Deborah Brouwer <deborah.brouwer@collabora.com>,
	Nicolas Dufresne <nicolas.dufresne@collabora.com>,
	<devicetree@vger.kernel.org>,
	Robert Beckett <bob.beckett@collabora.com>,
	<linux-arm-kernel@lists.infradead.org>, <kernel@collabora.com>,
	<linux-kernel@vger.kernel.org>, <linux-media@vger.kernel.org>,
	"R, Vignesh" <vigneshr@ti.com>, Tero Kristo <kristo@kernel.org>
Subject: Re: [PATCH v14 6/8] dt-bindings: media: wave5: add yaml devicetree bindings
Date: Fri, 1 Dec 2023 00:33:09 -0600	[thread overview]
Message-ID: <20231201063309.tingjc3cjhsqb6r7@confusing> (raw)
In-Reply-To: <CAMuHMdUYOq=q1j=d+Eac28hthOUAaNUkuvxmRu-mUN1pLKq69g@mail.gmail.com>

On 11:27-20231128, Geert Uytterhoeven wrote:
> Hi Sebastian,
> 
> CC TI K3

Thanks for looping us in Geert.


[...]
> > +
> > +properties:
> > +  compatible:
> > +    items:
> > +      - enum:
> > +          - ti,k3-j721s2-wave521c
> 
> This is the only compatible value defined which contains both "k3"
> and "j72*".  I assume the "k3-" part should be dropped?

Correct - we have not been using architecture prefix such as k3- in
compatibles for any other peripheral and that lines up with DT spec[1]

$ git grep ti, Documentation/|grep compatible|grep yaml|cut -d ':' -f2|grep k3-
is empty.

I have for asked this to be cleared up[2] before I can pick the dts changes
corresponding to the binding.. I will wait for the bindings to hit linus
master prior to looking at the dts changes.

[1] https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.4
[2] https://lore.kernel.org/all/20231201062427.6fw5gn2zgkkurv4q@shadow/
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-12-01  6:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-08 19:29 [PATCH v14 0/8] Wave5 codec driver Sebastian Fricke
2023-11-08 19:29 ` [PATCH v14 1/8] media: v4l2: Add ignore_streaming flag Sebastian Fricke
2023-11-08 19:29 ` [PATCH v14 2/8] media: v4l2: Allow M2M job queuing w/o streaming CAP queue Sebastian Fricke
2023-11-08 19:29 ` [PATCH v14 3/8] media: platform: chips-media: Move Coda to separate folder Sebastian Fricke
2023-11-08 19:29 ` [PATCH v14 6/8] dt-bindings: media: wave5: add yaml devicetree bindings Sebastian Fricke
2023-11-10 20:53   ` Rob Herring
2023-11-28 10:27   ` Geert Uytterhoeven
2023-12-01  6:33     ` Nishanth Menon [this message]
2023-11-08 19:29 ` [PATCH v14 7/8] media: chips-media: wave5: Add wave5 driver to maintainers file Sebastian Fricke
2023-11-08 19:29 ` [PATCH v14 8/8] arm64: dts: ti: k3-j721s2-main: add wave5 video encoder/decoder node Sebastian Fricke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231201063309.tingjc3cjhsqb6r7@confusing \
    --to=nm@ti.com \
    --cc=bob.beckett@collabora.com \
    --cc=brnkv.i1@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=deborah.brouwer@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=geert@linux-m68k.org \
    --cc=hverkuil@xs4all.nl \
    --cc=jackson.lee@chipsnmedia.com \
    --cc=kernel@collabora.com \
    --cc=kernel@pengutronix.de \
    --cc=kristo@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=nas.chung@chipsnmedia.com \
    --cc=nicolas.dufresne@collabora.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sebastian.fricke@collabora.com \
    --cc=shawnguo@kernel.org \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox