Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1534260

Re: [PATCH v5 01/14] Documentation: of: add type property

From Rob Herring <robh@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v5 01/14] Documentation: of: add type property
Date 2016-12-01 17:30 +0100
Message-ID <sJCpb-6q6-13@gated-at.bofh.it> (permalink)
References <sJCpb-6q6-15@gated-at.bofh.it> <sJCpb-6q6-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Nov 28, 2016 at 02:44:46AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> OF graph indicates each devices connection. But it doesn't support type
> of each port. For example HDMI case, it has video port and sound port
> in one device node.
> In this case, current driver can't handle each port correctly.
> This patch enables to use type property on OF graph.

I still don't think this is necessary. Simply define which port number 
is which for each HDMI chip.

If this is necessary, then the types, video and sound, are too generic.

> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  Documentation/devicetree/bindings/graph.txt | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH v5 01/14] Documentation: of: add type property Rob Herring <robh@kernel.org> - 2016-12-01 17:30 +0100

csiph-web