From patchwork Wed Nov 22 16:12:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13465102 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 78E0DC61D99 for ; Wed, 22 Nov 2023 16:13:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=TwcgXicZAVTCTnf/l6FQ0EKLvjBd89DF65CvB9kEAic=; b=CosO7lpwD3lx/+ cgMmrEhoHiTnUKFx2Oa0XLV9uXJPxBY06sn7OlWPkopCFFrAaN3BAn9jRT00t2ekshuSQGE+inaEE DKOAxebv+OCq51iAV5+o1vEcpTkgtjq5UX4+NfPIxiVDhG5oDmO2+DJmkE4oJGNC3W3Ile99ujqrp y2y89lM8TBDjufVO9OFn6+FQpv7xjsZQJ6wLwd18XQ7M1G/VpuT6U7VVVA1rR8vqcNAFZsBGcF4hE jdybYepOkLrzaOEB5Djjk7dydIg0iz8y1p4R9k2u1KkJ3i2vUnjFKkhjUOJoBqdvLG2YFmTVPDL8i GwKca0rXlDtqXrX/Cyzg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r5pqS-002Oea-22; Wed, 22 Nov 2023 16:12:56 +0000 Received: from andre.telenet-ops.be ([2a02:1800:120:4::f00:15]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r5pqN-002ObA-02 for linux-arm-kernel@lists.infradead.org; Wed, 22 Nov 2023 16:12:52 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:d60:3031:68fb:d1ad]) by andre.telenet-ops.be with bizsmtp id DUCm2B00G3EmSSH01UCm0e; Wed, 22 Nov 2023 17:12:46 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1r5pq4-009ylB-95; Wed, 22 Nov 2023 17:12:46 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1r5pqI-00GzNM-6U; Wed, 22 Nov 2023 17:12:46 +0100 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH v2 0/3] ARM: dts: renesas: r8a7740/armadillo800eva: Add LCD support Date: Wed, 22 Nov 2023 17:12:40 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231122_081251_190901_FB1158F4 X-CRM114-Status: GOOD ( 18.26 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, This patch series adds support for the two LCD Controllers (LCDC) on the R-Mobile A1 SoC, and for the 5" WVGA TFT LCD panel on the Armadillo-800-EVA development board, using the shmobile-drm driver, which gained support for DT recently. Changes compared to v1: - New patch "ARM: shmobile: defconfig: Switch to DRM_SHMOBILE", - Add Reviewed-by. To be queued in renesas-devel for v6.8. Thanks for your comment! Geert Uytterhoeven (3): ARM: shmobile: defconfig: Switch to DRM_SHMOBILE ARM: dts: renesas: r8a7740: Add LCDC nodes ARM: dts: renesas: armadillo800eva: Add LCD panel .../dts/renesas/r8a7740-armadillo800eva.dts | 28 +++++++- arch/arm/boot/dts/renesas/r8a7740.dtsi | 65 +++++++++++++++++++ arch/arm/configs/shmobile_defconfig | 5 +- 3 files changed, 94 insertions(+), 4 deletions(-)