From patchwork Fri Sep 18 12:31:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivas Kandagatla X-Patchwork-Id: 7215831 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 4AE7A9F372 for ; Fri, 18 Sep 2015 12:34:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 634B3208DA for ; Fri, 18 Sep 2015 12:34:47 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 53CEC208D1 for ; Fri, 18 Sep 2015 12:34:46 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZcuqG-0008SQ-LR; Fri, 18 Sep 2015 12:32:40 +0000 Received: from mail-wi0-f175.google.com ([209.85.212.175]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zcuph-0007TF-KA for linux-arm-kernel@lists.infradead.org; Fri, 18 Sep 2015 12:32:06 +0000 Received: by wiclk2 with SMTP id lk2so29029718wic.1 for ; Fri, 18 Sep 2015 05:31:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=3lFGdv7imP9ZCafdoN5/o930SCYYwcoHWjMeAk3ztdU=; b=cqUWq+8BY6EWvUQwM8ETBKWRoyOIC7+hqmlsp3rpdW48/iALAZ/EfzBAz/hFeIE2v3 B1mhRQAwjZKVGuNSO5dv/3DFrEiGJC3m3w0iVBZnUo9z2gVw7DMSgN6mnokXqHFCPleF U65HPTjPnkz7I7lu80qXxw4qYbl8qz7erbR9L2wjepSf9qwcRX4MDx9MSHKhX5BG36K7 TaFfsRoG2H37dIC0tDFbsarVDz1XV6qmD/D6NaSWPso8dfdNPFmzj4tatlI2wYMd8j52 JIegJ8gThbsZ38I275oIe/oNN3VbfkjhqyIoHYohy2a4e7PXK+26/M2gCAtoqnmZWikV lgCg== X-Gm-Message-State: ALoCoQmdESjkbFCSge/g8OwHfW4h1Y3MCROcwiVy8X1DkS5thC8wQfizXEcKLDFWES0/HQavmxiX X-Received: by 10.194.191.164 with SMTP id gz4mr6929546wjc.21.1442579503783; Fri, 18 Sep 2015 05:31:43 -0700 (PDT) Received: from localhost.localdomain (host-92-13-246-184.as43234.net. [92.13.246.184]) by smtp.gmail.com with ESMTPSA id fx2sm15333122wib.24.2015.09.18.05.31.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Sep 2015 05:31:43 -0700 (PDT) From: Srinivas Kandagatla To: agross@codeaurora.org, linux-arm-msm@vger.kernel.org Subject: [PATCH 08/14] ARM: dts: apq8064: add missing gsbi7 uart pinctrl Date: Fri, 18 Sep 2015 13:31:40 +0100 Message-Id: <1442579500-20271-1-git-send-email-srinivas.kandagatla@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1442579371-19822-1-git-send-email-srinivas.kandagatla@linaro.org> References: <1442579371-19822-1-git-send-email-srinivas.kandagatla@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150918_053205_877983_FE1A047F X-CRM114-Status: GOOD ( 12.34 ) X-Spam-Score: -2.6 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Russell King , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, Rob Herring , srinivas.kandagatla@linaro.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds missing gsbi7 uart pinctrl, this is the default debug uart on most boards. Signed-off-by: Srinivas Kandagatla --- arch/arm/boot/dts/qcom-apq8064.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index eb629c7..42286c6 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -140,6 +140,20 @@ function = "gsbi6"; }; }; + + gsbi7_uart_2pins: gsbi7_uart_2pins { + mux { + pins = "gpio82", "gpio83"; + function = "gsbi7"; + }; + }; + + gsbi7_uart_4pins: gsbi7_uart_4pins { + mux { + pins = "gpio82", "gpio83", "gpio84", "gpio85"; + function = "gsbi7"; + }; + }; }; intc: interrupt-controller@2000000 {