* [PATCH 3/4] ASoC: tda998x: add DT documentation [not found] <cover.1390813480.git.moinejf@free.fr> @ 2014-01-27 8:34 ` Jean-Francois Moine 2014-01-27 20:43 ` Mark Brown 0 siblings, 1 reply; 4+ messages in thread From: Jean-Francois Moine @ 2014-01-27 8:34 UTC (permalink / raw) To: alsa-devel, devicetree Cc: Russell King - ARM Linux, linux-kernel, dri-devel, broonie, linux-arm-kernel Add devicetree documentation about the NXP TDA998x CODEC. Signed-off-by: Jean-Francois Moine <moinejf@free.fr> --- Documentation/devicetree/bindings/sound/tda998x.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/tda998x.txt diff --git a/Documentation/devicetree/bindings/sound/tda998x.txt b/Documentation/devicetree/bindings/sound/tda998x.txt new file mode 100644 index 0000000..30273a6 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/tda998x.txt @@ -0,0 +1,14 @@ +Device-Tree bindings for the NXP TDA998x HDMI transmitter + +Required properties: + - compatible: must be "nxp,tda998x-codec". + - audio-ports: one or two values. + The first value defines the I2S input port. + The second one, if present, defines the S/PDIF input port. + +Example node: + + hdmi_codec: hdmi-codec { + compatible = "nxp,tda998x-codec"; + audio-ports = <0x03>, <0x04>; + }; -- 1.8.5.3 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 3/4] ASoC: tda998x: add DT documentation 2014-01-27 8:34 ` [PATCH 3/4] ASoC: tda998x: add DT documentation Jean-Francois Moine @ 2014-01-27 20:43 ` Mark Brown [not found] ` <20140127204302.GY11841-GFdadSzt00ze9xe1eoZjHA@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Mark Brown @ 2014-01-27 20:43 UTC (permalink / raw) To: Jean-Francois Moine Cc: alsa-devel, devicetree, Dave Airlie, dri-devel, linux-arm-kernel, linux-kernel, Rob Clark, Russell King - ARM Linux [-- Attachment #1: Type: text/plain, Size: 386 bytes --] On Mon, Jan 27, 2014 at 09:34:49AM +0100, Jean-Francois Moine wrote: > + - compatible: must be "nxp,tda998x-codec". > + - audio-ports: one or two values. > + The first value defines the I2S input port. > + The second one, if present, defines the S/PDIF input port. I take it these are port numbers on the device and it's not possible to do something like having multiple I2S ports? [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20140127204302.GY11841-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>]
* Re: [PATCH 3/4] ASoC: tda998x: add DT documentation [not found] ` <20140127204302.GY11841-GFdadSzt00ze9xe1eoZjHA@public.gmane.org> @ 2014-01-27 20:45 ` Russell King - ARM Linux 2014-01-27 20:56 ` Mark Brown 0 siblings, 1 reply; 4+ messages in thread From: Russell King - ARM Linux @ 2014-01-27 20:45 UTC (permalink / raw) To: Mark Brown Cc: Jean-Francois Moine, alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw, devicetree-u79uwXL29TY76Z2rM5mHXA, Dave Airlie, dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Rob Clark On Mon, Jan 27, 2014 at 08:43:02PM +0000, Mark Brown wrote: > On Mon, Jan 27, 2014 at 09:34:49AM +0100, Jean-Francois Moine wrote: > > > + - compatible: must be "nxp,tda998x-codec". > > + - audio-ports: one or two values. > > + The first value defines the I2S input port. > > + The second one, if present, defines the S/PDIF input port. > > I take it these are port numbers on the device and it's not possible to > do something like having multiple I2S ports? You can feed it with multiple synchronised I2S streams for the additional channels. -- FTTC broadband for 0.8mile line: 5.8Mbps down 500kbps up. Estimation in database were 13.1 to 19Mbit for a good line, about 7.5+ for a bad. Estimate before purchase was "up to 13.2Mbit". -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 3/4] ASoC: tda998x: add DT documentation 2014-01-27 20:45 ` Russell King - ARM Linux @ 2014-01-27 20:56 ` Mark Brown 0 siblings, 0 replies; 4+ messages in thread From: Mark Brown @ 2014-01-27 20:56 UTC (permalink / raw) To: Russell King - ARM Linux Cc: Jean-Francois Moine, alsa-devel, devicetree, Dave Airlie, dri-devel, linux-arm-kernel, linux-kernel, Rob Clark [-- Attachment #1: Type: text/plain, Size: 764 bytes --] On Mon, Jan 27, 2014 at 08:45:34PM +0000, Russell King - ARM Linux wrote: > On Mon, Jan 27, 2014 at 08:43:02PM +0000, Mark Brown wrote: > > On Mon, Jan 27, 2014 at 09:34:49AM +0100, Jean-Francois Moine wrote: > > > + - audio-ports: one or two values. > > > + The first value defines the I2S input port. > > > + The second one, if present, defines the S/PDIF input port. > > I take it these are port numbers on the device and it's not possible to > > do something like having multiple I2S ports? > You can feed it with multiple synchronised I2S streams for the additional > channels. Ah, I feared as much. The bindings ought to take account of that posibility even if the code can't use additional ports yet. Perhaps separate properties for I2S and S/PDIF? [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-27 20:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1390813480.git.moinejf@free.fr>
2014-01-27 8:34 ` [PATCH 3/4] ASoC: tda998x: add DT documentation Jean-Francois Moine
2014-01-27 20:43 ` Mark Brown
[not found] ` <20140127204302.GY11841-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-01-27 20:45 ` Russell King - ARM Linux
2014-01-27 20:56 ` Mark Brown
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox