Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp806457imm; Wed, 10 Oct 2018 04:45:13 -0700 (PDT) X-Google-Smtp-Source: ACcGV62k9RrHD6oKpQNL38/Ny7RxGZ575XHagV9ZshSBLac4nMj1nyPEktYiXW+KojrSdQqiZ1DC X-Received: by 2002:a63:e505:: with SMTP id r5-v6mr29039237pgh.170.1539171913037; Wed, 10 Oct 2018 04:45:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539171913; cv=none; d=google.com; s=arc-20160816; b=g0DcYwnzD3LA0S5F3xGRNKgoUlFyD9Q4SQJ+IhzPIlB8Z7WzCuiqIXVCaC16D+2Cnp SZ+p7KDbpBDcwgpZysoPHC0pxuKWXp7doILV+ff40GULXEG9RAOi9J262JZaNNwkLpf0 QaUjZHzw4Fnb+kEh4To6E2/6HuZekLGUVM9A4/b1AtpPVHA5bFORSrMsfTvqhVeBCT/t RJVx1bHlwZ4a98h03XWip3Mvo8jEFmdN63WMdXzw/hNGkRh+NlOIr/RRJH8bX571Mtvb dCYnyzHcbf6idCKcTYrroNssM+wpjISitziuu73p/np8mMJz1ZNtAKIgUZXNLHtBbLpJ iPjw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=3vxOjWxV8a2alTiyOdciZSYz/vWVkNof+gbxMgGTXhs=; b=Mm4zpW5dBzKPfa486tZcK2tqrmkYq51S/M7gHl0jRJiPo5AbO3zFr8dy2skxxi3N9k 1yYCWPG0b8FKENcHak18tzvebk7eoJVDnLC85OlqlNwEKTgYKBbyZwmImY+lEz4Pc2On BUN5JdgqHjwBhrUIummMuoir0lH4hnQ3gwk9ZvKACNOqR8PQ35togvOUp5jA5WaIl1hH /bBpWaVW1ia+0JisYVgh8UDl2DllHHxAhPEU1n1I/IR6MHnlyW240vE6KyNnSQ94zvJP u83wo4KhMYacSFJg/GO6uLwRMJRYSNQisZGvu6pTusz/O56iUg2m3vzDz2DO+ec4TbDa Sl0w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t11-v6si3449421plq.280.2018.10.10.04.44.58; Wed, 10 Oct 2018 04:45:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726984AbeJJTEh (ORCPT + 99 others); Wed, 10 Oct 2018 15:04:37 -0400 Received: from leonov.paulk.fr ([185.233.101.22]:35800 "EHLO leonov.paulk.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726935AbeJJTEh (ORCPT ); Wed, 10 Oct 2018 15:04:37 -0400 Received: from gagarine.paulk.fr (gagarine [192.168.1.127]) by leonov.paulk.fr (Postfix) with ESMTPS id 1950FBFE63; Wed, 10 Oct 2018 13:42:51 +0200 (CEST) Received: by gagarine.paulk.fr (Postfix, from userid 114) id 67DDAC100C; Wed, 10 Oct 2018 13:42:50 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on gagarine.paulk.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.1 Received: from localhost.localdomain (collins [192.168.1.129]) by gagarine.paulk.fr (Postfix) with ESMTP id 50AAEC0762; Wed, 10 Oct 2018 13:41:57 +0200 (CEST) From: Paul Kocialkowski To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Cc: Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , Thierry Reding , David Airlie , linux-sunxi@googlegroups.com, Mark Van den Borre , Gerry Demaret , Luc Verhaegen , Paul Kocialkowski Subject: [PATCH 3/4] ARM: dts: sun7i: Add pinmux configuration for LCD0 RGB888 pins Date: Wed, 10 Oct 2018 13:41:33 +0200 Message-Id: <20181010114134.8211-3-contact@paulk.fr> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181010114134.8211-1-contact@paulk.fr> References: <20181010114134.8211-1-contact@paulk.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This adds the pin muxing definition for configuring the PD pins in LCD0 mode for a RGB888 format to the sun7i device-tree. Signed-off-by: Paul Kocialkowski --- arch/arm/boot/dts/sun7i-a20.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 02e40da9f028..684dd008039d 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -837,6 +837,17 @@ function = "ir1"; }; + lcd0_rgb888_pins: lcd0-rgb888 { + pins = "PD0", "PD1", "PD2", "PD3", + "PD4", "PD5", "PD6", "PD7", + "PD8", "PD9", "PD10", "PD11", + "PD12", "PD13", "PD14", "PD15", + "PD16", "PD17", "PD18", "PD19", + "PD20", "PD21", "PD22", "PD23", + "PD24", "PD25", "PD26", "PD27"; + function = "lcd0"; + }; + mmc0_pins_a: mmc0@0 { pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; -- 2.19.0