From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: Re: [PATCH v5 11/14] ASoC: add simple-graph-card document Date: Wed, 7 Dec 2016 00:10:49 +0000 Message-ID: <87wpfc38i2.wl-kuninori.morimoto.gx@renesas.com> References: <87k2bowckx.wl%kuninori.morimoto.gx@renesas.com> <874m2swcbx.wl%kuninori.morimoto.gx@renesas.com> <20161202135048.tzvrv7pzv2dubcy3@rob-hp-laptop> <87lgvvw92p.wl%kuninori.morimoto.gx@renesas.com> <20161205225802.ye4tcjwpjmarbfxh@rob-hp-laptop> <87h96hc1us.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset="US-ASCII" Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring Cc: Mark Brown , Linux-ALSA , Liam Girdwood , Simon , Laurent , Guennadi , Grant Likely , Frank Rowand , Linux-DT , Linux-Kernel List-Id: devicetree@vger.kernel.org Hi Rob > > Do you mean, is this OK for OF graph ? > > Yes, something like this. Wow!! Thanks !! it makes new OF-graph easier !! > > in driver point of view, "I2S" is sound card here. > > Well, that seems odd to me because I2S should just be the h/w block > that interfaces to I2S/SSI signals. I'd expect you still have a card > node that references these nodes. Maybe it just references the DSP and > then you walk the graph from there to find the I2S controller and > codec. If my understanding was correct, this is good ? Card { ports { port@0 { card-dsp: endpoint { remote-endpoint = <&dsp>; }; }; port@1 { card-codec: endpoint { remote-endpoint = <&codec>; }; } } } DSP { port { dsp: endpoint { remote-endpoint = <&card-dsp>; } } } Codec { port { codec: endpoint { remote-endpoint = <&card-codec>; } } } -- 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