Re: [PATCH 20/23] ASoC: add simple-graph-card document

2016-10-20 Thread Kuninori Morimoto
Hi Rob Can I continue this idea (= property on port/endpoint) ? Of course I will remove "type" from OF graph. > > > + type = "sound"; > > > > I'm still not convinced this is necessary. This is implied either by > > the fact there is only one port or perhaps the compatible string.

Re: [PATCH 20/23] ASoC: add simple-graph-card document

2016-10-18 Thread Kuninori Morimoto
Hi Rob Thank you for your feedback > > Do you mean "on this sample" ? or in general ? > > Indeed this sample is definitely for sound, so type is very clear > > without property. > > But in general, for example HDMI, it want to know port type. > > Anyway, I can remove above "type" from this new s

Re: [PATCH 20/23] ASoC: add simple-graph-card document

2016-10-18 Thread Rob Herring
On Tue, Oct 18, 2016 at 8:36 PM, Kuninori Morimoto wrote: > > Hi Rob > >> > + type = "sound"; >> >> I'm still not convinced this is necessary. This is implied either by >> the fact there is only one port or perhaps the compatible string. > > Do you mean "on this sample" ? or in gener

Re: [PATCH 20/23] ASoC: add simple-graph-card document

2016-10-18 Thread Kuninori Morimoto
Hi Rob > > + type = "sound"; > > I'm still not convinced this is necessary. This is implied either by > the fact there is only one port or perhaps the compatible string. Do you mean "on this sample" ? or in general ? Indeed this sample is definitely for sound, so type is very clea

Re: [PATCH 20/23] ASoC: add simple-graph-card document

2016-10-18 Thread Rob Herring
On Mon, Oct 17, 2016 at 3:38 AM, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > Signed-off-by: Kuninori Morimoto > --- > .../bindings/sound/simple-graph-card.txt | 65 > ++ > 1 file changed, 65 insertions(+) > create mode 100644 > Documentation/devicet

[PATCH 20/23] ASoC: add simple-graph-card document

2016-10-17 Thread Kuninori Morimoto
From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto --- .../bindings/sound/simple-graph-card.txt | 65 ++ 1 file changed, 65 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/simple-graph-card.txt diff --git a/Documentation/devicetre