From patchwork Wed Oct 2 10:08:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11170705 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 223BB16B1 for ; Wed, 2 Oct 2019 10:08:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0A06221783 for ; Wed, 2 Oct 2019 10:08:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727500AbfJBKIx (ORCPT ); Wed, 2 Oct 2019 06:08:53 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:18744 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726742AbfJBKIx (ORCPT ); Wed, 2 Oct 2019 06:08:53 -0400 X-IronPort-AV: E=Sophos;i="5.64,574,1559487600"; d="scan'208";a="28103911" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 02 Oct 2019 19:08:51 +0900 Received: from be1yocto.ree.adwin.renesas.com (unknown [172.29.43.62]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id AA64042034EB; Wed, 2 Oct 2019 19:08:48 +0900 (JST) From: Biju Das To: Rob Herring , Mark Rutland Cc: Biju Das , Simon Horman , Laurent Pinchart , Kieran Bingham , Geert Uytterhoeven , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Chris Paterson , Fabrizio Castro Subject: [PATCH v2 0/9] Add Display support Date: Wed, 2 Oct 2019 11:08:17 +0100 Message-Id: <1570010906-47486-1-git-send-email-biju.das@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org This patch adds display support for hihope RZ/G2N board. This patch depend upon https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=177939 V1-->V2 * Incorporated Laurent's review comments for LVDS panels. Biju Das (9): arm64: dts: renesas: hihope-common: Move du clk properties out of common dtsi arm64: dts: renesas: r8a774b1: Add DU device to DT arm64: dts: renesas: r8a774b1: Add HDMI encoder instance arm64: dts: renesas: r8a774b1-hihope-rzg2n: Add display clock properties arm64: dts: renesas: r8a774b1: Add FDP1 device nodes arm64: dts: renesas: r8a774b1: Add PWM device nodes arm64: dts: renesas: hihope-rzg2-ex: Enable backlight arm64: dts: renesas: hihope-rzg2-ex: Add LVDS support arm64: dts: renesas: Add support for Advantech idk-1110wr LVDS panel arch/arm64/boot/dts/renesas/hihope-common.dtsi | 8 -- arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi | 49 ++++++++ .../boot/dts/renesas/r8a774a1-hihope-rzg2m.dts | 11 ++ .../boot/dts/renesas/r8a774b1-hihope-rzg2n.dts | 11 ++ arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 133 +++++++++++++++++++++ .../renesas/rzg2-advantech-idk-1110wr-panel.dtsi | 42 +++++++ 6 files changed, 246 insertions(+), 8 deletions(-) create mode 100644 arch/arm64/boot/dts/renesas/rzg2-advantech-idk-1110wr-panel.dtsi