From patchwork Mon Jan 26 19:49:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Soren Brinkmann X-Patchwork-Id: 5712481 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 3D4769F4DC for ; Mon, 26 Jan 2015 19:52:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6F4D520123 for ; Mon, 26 Jan 2015 19:52:31 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4BD1B2010F for ; Mon, 26 Jan 2015 19:52:27 +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 1YFpgU-00010x-Qr; Mon, 26 Jan 2015 19:50:54 +0000 Received: from mail-ob0-x22e.google.com ([2607:f8b0:4003:c01::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YFpgR-0000sw-WD for linux-arm-kernel@lists.infradead.org; Mon, 26 Jan 2015 19:50:52 +0000 Received: by mail-ob0-f174.google.com with SMTP id gq1so9675535obb.5 for ; Mon, 26 Jan 2015 11:50:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=mjoSOhjjPiWpyNSQtArY1r8ffy7LbOxWQpk5AufjFJo=; b=lsV+LeBltKO0WTyGaW4VZ3CDpLh6K7Hu7l09YFAd0tF6rSFlOyzKeFfjHAKq4Ri6lU 7OgONgJJ6jmrhDhhW2SDeyf7nE3bHDwnXC9px/miz/6gpwuGhQ1A0/L03NIRi0LKgiUt HcUA/F4k2Q4tmcx39HNcjqccRQ9qj2LCwT3k5/+O16SB0Q4DdV1Y2bpgcXb0P7iGqr// ckaZTfYwB8DuY059QlKeyUeQbfVjp0DklcSBix1CMd1N5QA7bRPgxfTzOT7K41lRdZ5e Tzp2L4yOuO64slc1ICXFX6gU7JivVGjOMUMlL2V+U9KFj/HMGwpC+xkKJOKOFz40cAPf ytaw== X-Received: by 10.182.233.202 with SMTP id ty10mr14004028obc.12.1422301829484; Mon, 26 Jan 2015 11:50:29 -0800 (PST) Received: from localhost ([149.199.62.254]) by mx.google.com with ESMTPSA id v187sm5718911oie.2.2015.01.26.11.50.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Jan 2015 11:50:28 -0800 (PST) From: Soren Brinkmann To: Michal Simek Subject: [PATCH 1/2] ARM: zynq: Remove bogus value from 'bias-disable' property Date: Mon, 26 Jan 2015 11:49:55 -0800 Message-Id: <1422301796-22888-1-git-send-email-soren.brinkmann@xilinx.com> X-Mailer: git-send-email 2.2.2.1.g63c5777 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150126_115052_082547_E36C6F89 X-CRM114-Status: UNSURE ( 9.72 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: devicetree@vger.kernel.org, Peter Crosthwaite , Linus Walleij , linux-kernel@vger.kernel.org, Soren Brinkmann , =?UTF-8?q?Andreas=20F=C3=A4rber?= , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 In one pinctrl node, a 'bias-disable' property is erroneously assigned a value. Fixes: ARM: zynq: DT: Add pinctrl information Signed-off-by: Soren Brinkmann Reviewed-by: Andreas Färber --- Feel free to squash this into the mentioned patch. I don't see it in any stable branch yet. Sören --- arch/arm/boot/dts/zynq-zc702.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/zynq-zc702.dts b/arch/arm/boot/dts/zynq-zc702.dts index 365bdd407eb4..4f8835be4874 100644 --- a/arch/arm/boot/dts/zynq-zc702.dts +++ b/arch/arm/boot/dts/zynq-zc702.dts @@ -309,7 +309,7 @@ conf-tx { pins = "MIO48"; - bias-disable = <0>; + bias-disable; }; }; };