From patchwork Mon Sep 7 02:58:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 11759867 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8262F92C for ; Mon, 7 Sep 2020 02:58:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7104320C09 for ; Mon, 7 Sep 2020 02:58:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726287AbgIGC6H (ORCPT ); Sun, 6 Sep 2020 22:58:07 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:6086 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726259AbgIGC6H (ORCPT ); Sun, 6 Sep 2020 22:58:07 -0400 Date: 07 Sep 2020 11:58:05 +0900 X-IronPort-AV: E=Sophos;i="5.76,400,1592838000"; d="scan'208";a="56314733" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 07 Sep 2020 11:58:05 +0900 Received: from mercury.renesas.com (unknown [10.166.252.133]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 96148417966F; Mon, 7 Sep 2020 11:58:05 +0900 (JST) Message-ID: <87sgbu70tq.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Rob Herring , Laurent , Geert Uytterhoeven , David Airlie , Daniel Vetter Cc: Magnus , Linux-Renesas , Linux-DT , Kieran Bingham , (Renesas) shimoda , dri-devel@lists.freedesktop.org Subject: [PATCH 0/9] arm64: renesas: enable HDMI Display/Sound on R-Car M3-W+ Salvator-XS User-Agent: Wanderlust/2.15.9 Emacs/26.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Geert, Laurent These patches enables HDMI Display/Sound for R8A77961. These are tested on R-Car M3-W+ Salvator-XS board. Kuninori Morimoto (9): dt-bindings: display: renesas: du: Document the r8a77961 bindings dt-bindings: display: renesas: dw-hdmi: Add R8A77961 support drm: rcar-du: Add r8a77961 support arm64: dts: renesas: r8a77961: Add FCP device nodes arm64: dts: renesas: r8a77961: Add VSP device nodes arm64: dts: renesas: r8a77961: Add DU device nodes arm64: dts: renesas: r8a77961: Add HDMI device nodes arm64: dts: renesas: r8a77961-salvator-xs: add HDMI Display support arm64: dts: renesas: r8a77961-salvator-xs: add HDMI Sound support .../display/bridge/renesas,dw-hdmi.txt | 1 + .../bindings/display/renesas,du.txt | 1 + .../boot/dts/renesas/r8a77961-salvator-xs.dts | 57 ++++++++ arch/arm64/boot/dts/renesas/r8a77961.dtsi | 132 +++++++++++++++++- drivers/gpu/drm/rcar-du/rcar_du_drv.c | 1 + 5 files changed, 190 insertions(+), 2 deletions(-)