From patchwork Thu Sep 23 01:03:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 12511751 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F230C433F5 for ; Thu, 23 Sep 2021 01:04:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 76585610A1 for ; Thu, 23 Sep 2021 01:04:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238177AbhIWBFj (ORCPT ); Wed, 22 Sep 2021 21:05:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34332 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238035AbhIWBFj (ORCPT ); Wed, 22 Sep 2021 21:05:39 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4EF1AC061574 for ; Wed, 22 Sep 2021 18:04:08 -0700 (PDT) Received: from Monstersaurus.local (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 8D837E52; Thu, 23 Sep 2021 03:04:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1632359046; bh=1MP6mqNObUMSFAxjTnN/BlcRMhT9mWRsl3Yau2lQlsQ=; h=From:To:Cc:Subject:Date:From; b=nvAKoCFfq5zF4YsueQAYdTa1Q4dUT97dUtzpmnDMducwOUO/OpUArdH8zAgyWuUDz H3y+F1Rf9NX3iVFNVSBQlWlW+jUAkIsZSocckFqa1bvSbg/6aCRBjFKBnaQMWJAOD0 ldvg4dh7cjtg0lTmnR/NFdl8EWwuF0qkVhG9ryIo= From: Kieran Bingham To: linux-renesas-soc@vger.kernel.org, Laurent Pinchart , Geert Uytterhoeven Cc: Kieran Bingham Subject: [PATCH v3 0/3] arm64: dts: renesas: r8a779a0 DU support Date: Thu, 23 Sep 2021 02:03:59 +0100 Message-Id: <20210923010402.3418555-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Provide the DT nodes for the DU, and DSI found on the r8a779a0, and extend the falcon-cpu board add on with the TI SN65DSI86 bridge which is used to connect the DSI output to the mini display-port connector on the Falcon CPU board. Kieran Bingham (3): arm64: dts: renesas: r8a779a0: Add DU support arm64: dts: renesas: r8a779a0: Add DSI encoders arm64: dts: renesas: r8a779a0: falcon-cpu: Add DSI display output .../boot/dts/renesas/r8a779a0-falcon-cpu.dtsi | 79 ++++++++++++++++ arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 94 +++++++++++++++++++ 2 files changed, 173 insertions(+)