Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp1599429imm; Thu, 18 Oct 2018 00:36:46 -0700 (PDT) X-Google-Smtp-Source: ACcGV60B1TRh0hT/cpAuqC2HxeXG2zGSOAJTuc688Vq8AgHaPrf7Dd8pru75PmBobYbpSmEWI23I X-Received: by 2002:a17:902:8b8c:: with SMTP id ay12-v6mr28935615plb.262.1539848206293; Thu, 18 Oct 2018 00:36:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539848206; cv=none; d=google.com; s=arc-20160816; b=kIJ+AiYenr9SKksXEfIRIaooKLIAXXZ5Zp23+Rk/yDdFqQciNTbGuRS7gMhpHJZOFo oPCaA7mc/WWSHS9wcffQTO2JyBtCgpj1t4kyX8824CDbSuvhvJVazpV2kxXq0HvIbH3l 0SaARZx5uJvXrRO3E9zdaM2AxzxlxyH+243GwubyWJgs4Dczf87xA5pD1Uog2TL18ONz LRU2MIDOgqmk+6YUim/lNTVhMpC3PQfXaOlNC9LPs5pw+ImdfRv3Mw+7qfvvNItvHG7N XJVzY/0nOyoTOGn4uoU0bt8D/okjQbvwfWI1/stuvARGWyD8iX53+wInqm2o9vKOo9fC UUGA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=vYicBPCQO5BAaTsMz8+SgoAhuPJTHOuFmO3N0Xvtzjo=; b=0P6MhRj3OISEHsbUgyONqFWgIAKKzGcQofnQ8neH6WAeQ2EU95Lv/NK+2oaSpOwF/S TKytO9yyszyzKThfie2aWb5CQoRoRAbod5u+mnVbNbpYkxk1Kg10fHLOxO3FJc5YDq2K KkutbvElAjFz692Y5c3oh9DkezfDJYrkwRtI/CU83szpL2Ci5zXJ0H4T0lN86y81h1AR +VeX79ECGJegZxGZjj0AJZ0TJDlq5+GZG+zBKBxbO+PsW4jZQfgdcOClr+UvmhXvk5NX XODuBQBSx4ojBh9wlnLBPITZwvSRR3W/B8/B2KXSRk/XNbpHBVt0G2L5tNackqd9j9Qo i7nA== 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 n188-v6si21052707pfn.113.2018.10.18.00.36.30; Thu, 18 Oct 2018 00:36:46 -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 S1727856AbeJRPeN (ORCPT + 99 others); Thu, 18 Oct 2018 11:34:13 -0400 Received: from hermes.aosc.io ([199.195.250.187]:49595 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727640AbeJRPeM (ORCPT ); Thu, 18 Oct 2018 11:34:12 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 46BBB15D29D; Thu, 18 Oct 2018 07:34:28 +0000 (UTC) From: Icenowy Zheng To: David Airlie , Rob Herring , Maxime Ripard , Chen-Yu Tsai , Archit Taneja , Andrzej Hajda , Laurent Pinchart Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH 6/9] arm64: allwinner: a64: add pinmux for RGB666 LCD Date: Thu, 18 Oct 2018 15:33:24 +0800 Message-Id: <20181018073327.64942-7-icenowy@aosc.io> In-Reply-To: <20181018073327.64942-1-icenowy@aosc.io> References: <20181018073327.64942-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Allwinner A64's TCON0 can output RGB666 LCD signal. Add its pinmux. Signed-off-by: Icenowy Zheng --- arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index f3a66f888205..9806cbf6cc64 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi @@ -518,6 +518,15 @@ function = "i2c1"; }; + lcd_rgb666_pins: lcd-rgb666 { + pins = "PD0", "PD1", "PD2", "PD3", "PD4", + "PD5", "PD6", "PD7", "PD8", "PD9", + "PD10", "PD11", "PD12", "PD13", + "PD14", "PD15", "PD16", "PD17", + "PD18", "PD19", "PD20", "PD21"; + function = "lcd0"; + }; + mmc0_pins: mmc0-pins { pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; -- 2.18.1