The M3-W HDMI TX controller seems to be compatible for the H3. No extension to the DT bindings are needed, add an SoC-specific compatible string in case differences between the IP versions are found later and require model-specific handling.
Signed-off-by: Laurent Pinchart laurent.pinchart+renesas@ideasonboard.com --- Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt | 1 + 1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt b/Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt index f6b3f36d422b..c93a3858a98a 100644 --- a/Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt +++ b/Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt @@ -13,6 +13,7 @@ Required properties:
- compatible : Shall contain one or more of - "renesas,r8a7795-hdmi" for R8A7795 (R-Car H3) compatible HDMI TX + - "renesas,r8a7796-hdmi" for R8A7796 (R-Car M3-W) compatible HDMI TX - "renesas,rcar-gen3-hdmi" for the generic R-Car Gen3 compatible HDMI TX
When compatible with generic versions, nodes must list the SoC-specific
On Wed, Jun 21, 2017 at 11:31 AM, Laurent Pinchart laurent.pinchart+renesas@ideasonboard.com wrote:
The M3-W HDMI TX controller seems to be compatible for the H3. No extension to the DT bindings are needed, add an SoC-specific compatible string in case differences between the IP versions are found later and require model-specific handling.
Signed-off-by: Laurent Pinchart laurent.pinchart+renesas@ideasonboard.com
Acked-by: Geert Uytterhoeven geert+renesas@glider.be
Gr{oetje,eeting}s,
Geert
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
On Wed, Jun 21, 2017 at 12:31:27PM +0300, Laurent Pinchart wrote:
The M3-W HDMI TX controller seems to be compatible for the H3. No extension to the DT bindings are needed, add an SoC-specific compatible string in case differences between the IP versions are found later and require model-specific handling.
Signed-off-by: Laurent Pinchart laurent.pinchart+renesas@ideasonboard.com
Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt | 1 + 1 file changed, 1 insertion(+)
Acked-by: Rob Herring robh@kernel.org
On Mon, Jun 26, 2017 at 10:56:42AM -0500, Rob Herring wrote:
On Wed, Jun 21, 2017 at 12:31:27PM +0300, Laurent Pinchart wrote:
The M3-W HDMI TX controller seems to be compatible for the H3. No extension to the DT bindings are needed, add an SoC-specific compatible string in case differences between the IP versions are found later and require model-specific handling.
Signed-off-by: Laurent Pinchart laurent.pinchart+renesas@ideasonboard.com
Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt | 1 + 1 file changed, 1 insertion(+)
Acked-by: Rob Herring robh@kernel.org
Applied for v4.14.
I am not applying the dts changes for now pending resolution of the potential bisection problem in patch 4 which I pointed out in response to that patch.
On Mon, Jul 10, 2017 at 11:25:31AM +0200, Simon Horman wrote:
On Mon, Jun 26, 2017 at 10:56:42AM -0500, Rob Herring wrote:
On Wed, Jun 21, 2017 at 12:31:27PM +0300, Laurent Pinchart wrote:
The M3-W HDMI TX controller seems to be compatible for the H3. No extension to the DT bindings are needed, add an SoC-specific compatible string in case differences between the IP versions are found later and require model-specific handling.
Signed-off-by: Laurent Pinchart laurent.pinchart+renesas@ideasonboard.com
Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt | 1 + 1 file changed, 1 insertion(+)
Acked-by: Rob Herring robh@kernel.org
Applied for v4.14.
I am not applying the dts changes for now pending resolution of the potential bisection problem in patch 4 which I pointed out in response to that patch.
That problem has now been resolved and I have applied this series for v4.14.
dri-devel@lists.freedesktop.org