linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Bogdan Togorean <bogdan.togorean@analog.com>
Cc: dri-devel@lists.freedesktop.org, airlied@linux.ie,
	daniel@ffwll.ch, robh+dt@kernel.org, a.hajda@samsung.com,
	sam@ravnborg.org, gregkh@linuxfoundation.org,
	allison@lohutok.net, tglx@linutronix.de,
	matt.redfearn@thinci.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: drm: bridge: adv7511: Add ADV7535 support
Date: Wed, 31 Jul 2019 11:29:08 +0300	[thread overview]
Message-ID: <20190731082908.GB5080@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20190730131736.30187-2-bogdan.togorean@analog.com>

Hi Bogdan,

Thank you for the patch.

On Tue, Jul 30, 2019 at 04:17:35PM +0300, Bogdan Togorean wrote:
> ADV7535 is a part compatible with ADV7533 but it supports 1080p@60hz and
> v1p2 supply is fixed to 1.8V
> 
> Signed-off-by: Bogdan Togorean <bogdan.togorean@analog.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  .../bindings/display/bridge/adi,adv7511.txt   | 23 ++++++++++---------
>  1 file changed, 12 insertions(+), 11 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt b/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt
> index 2c887536258c..e8ddec5d9d91 100644
> --- a/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt
> +++ b/Documentation/devicetree/bindings/display/bridge/adi,adv7511.txt
> @@ -1,10 +1,10 @@
> -Analog Device ADV7511(W)/13/33 HDMI Encoders
> +Analog Device ADV7511(W)/13/33/35 HDMI Encoders
>  -----------------------------------------
>  
> -The ADV7511, ADV7511W, ADV7513 and ADV7533 are HDMI audio and video transmitters
> -compatible with HDMI 1.4 and DVI 1.0. They support color space conversion,
> -S/PDIF, CEC and HDCP. ADV7533 supports the DSI interface for input pixels, while
> -the others support RGB interface.
> +The ADV7511, ADV7511W, ADV7513, ADV7533 and ADV7535 are HDMI audio and video
> +transmitters compatible with HDMI 1.4 and DVI 1.0. They support color space
> +conversion, S/PDIF, CEC and HDCP. ADV7533/5 supports the DSI interface for input
> +pixels, while the others support RGB interface.
>  
>  Required properties:
>  
> @@ -13,6 +13,7 @@ Required properties:
>  		"adi,adv7511w"
>  		"adi,adv7513"
>  		"adi,adv7533"
> +		"adi,adv7535"
>  
>  - reg: I2C slave addresses
>    The ADV7511 internal registers are split into four pages exposed through
> @@ -52,14 +53,14 @@ The following input format properties are required except in "rgb 1x" and
>  - bgvdd-supply: A 1.8V supply that powers up the BGVDD pin. This is
>    needed only for ADV7511.
>  
> -The following properties are required for ADV7533:
> +The following properties are required for ADV7533 and ADV7535:
>  
>  - adi,dsi-lanes: Number of DSI data lanes connected to the DSI host. It should
>    be one of 1, 2, 3 or 4.
>  - a2vdd-supply: 1.8V supply that powers up the A2VDD pin on the chip.
>  - v3p3-supply: A 3.3V supply that powers up the V3P3 pin on the chip.
>  - v1p2-supply: A supply that powers up the V1P2 pin on the chip. It can be
> -  either 1.2V or 1.8V.
> +  either 1.2V or 1.8V for ADV7533 but only 1.8V for ADV7535.
>  
>  Optional properties:
>  
> @@ -71,9 +72,9 @@ Optional properties:
>  - adi,embedded-sync: The input uses synchronization signals embedded in the
>    data stream (similar to BT.656). Defaults to separate H/V synchronization
>    signals.
> -- adi,disable-timing-generator: Only for ADV7533. Disables the internal timing
> -  generator. The chip will rely on the sync signals in the DSI data lanes,
> -  rather than generate its own timings for HDMI output.
> +- adi,disable-timing-generator: Only for ADV7533 and ADV7535. Disables the
> +  internal timing generator. The chip will rely on the sync signals in the
> +  DSI data lanes, rather than generate its own timings for HDMI output.
>  - clocks: from common clock binding: reference to the CEC clock.
>  - clock-names: from common clock binding: must be "cec".
>  - reg-names : Names of maps with programmable addresses.
> @@ -85,7 +86,7 @@ Required nodes:
>  The ADV7511 has two video ports. Their connections are modelled using the OF
>  graph bindings specified in Documentation/devicetree/bindings/graph.txt.
>  
> -- Video port 0 for the RGB, YUV or DSI input. In the case of ADV7533, the
> +- Video port 0 for the RGB, YUV or DSI input. In the case of ADV7533/5, the
>    remote endpoint phandle should be a reference to a valid mipi_dsi_host device
>    node.
>  - Video port 1 for the HDMI output

-- 
Regards,

Laurent Pinchart

  reply	other threads:[~2019-07-31  8:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-30 13:17 [PATCH 0/2] drm: bridge: adv7511: Add support For ADV7535 Bogdan Togorean
2019-07-30 13:17 ` [PATCH 1/2] dt-bindings: drm: bridge: adv7511: Add ADV7535 support Bogdan Togorean
2019-07-31  8:29   ` Laurent Pinchart [this message]
2019-07-30 13:17 ` [PATCH 2/2] drm: bridge: adv7511: Add support for ADV7535 Bogdan Togorean
2019-07-31  7:42   ` Neil Armstrong
2019-08-01 11:43     ` Togorean, Bogdan
2019-07-31  9:14   ` Laurent Pinchart
2019-08-01 12:10     ` Togorean, Bogdan

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=20190731082908.GB5080@pendragon.ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=a.hajda@samsung.com \
    --cc=airlied@linux.ie \
    --cc=allison@lohutok.net \
    --cc=bogdan.togorean@analog.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt.redfearn@thinci.com \
    --cc=robh+dt@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=tglx@linutronix.de \
    /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;
as well as URLs for NNTP newsgroup(s).