From patchwork Thu Oct 5 08:58:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 9986583 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B782360247 for ; Thu, 5 Oct 2017 08:59:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AA3A91FEBB for ; Thu, 5 Oct 2017 08:59:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9F266285C4; Thu, 5 Oct 2017 08:59:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3337D1FEBB for ; Thu, 5 Oct 2017 08:59:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=HvgL3fW7LzHVa4TP9z+2cgrpVRnffKs3U+BGz0YANo4=; b=qy7zSGh+W9Hwi7FOCLwHJ6hKXu pgzunLnZDBwndZTuUeN4pf7WBdX29I45t3qwuGa0y4yIK1Zc/J6lodi3whC1A4qhMDWsM2APWzRRL +Yxc8M3kiXdHM4sBtuNGkq/0bYkkoQV2hmufxW+4+xzi6HUh6U85k0eThU7l0PFfajVBhj+hY5w+n bZH/jUpGBdnznpwaiaDe78PnyYw8IlOevmwOUpTZSFhZOtyXmVScco7IMmVc1R7bgcPwFYHBQz/op us8JxtxR7DiimNNvy99jMDjBVL9E+B+iTQO7pc86uhv9Sbjhiq84Dz7XdjiLtmSUSQySUBP+iYlX8 EE0c2ToA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1e0201-0003pC-SO; Thu, 05 Oct 2017 08:59:21 +0000 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1e01zg-0003Sc-Rd for linux-arm-kernel@lists.infradead.org; Thu, 05 Oct 2017 08:59:02 +0000 Received: from w540.lan (unknown [IPv6:2001:b07:6442:1ac4:50e1:dc97:4681:1ae7]) (Authenticated sender: jacopo@jmondi.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 5CC37A8115; Thu, 5 Oct 2017 10:58:35 +0200 (CEST) From: Jacopo Mondi To: horms@verge.net.au, geert@linux-m68k.org, magnus.damm@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk Subject: [PATCH 1/3] ARM: dts: gr-peach: Fix 'leds' node name indent Date: Thu, 5 Oct 2017 10:58:18 +0200 Message-Id: <1507193900-23801-2-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1507193900-23801-1-git-send-email-jacopo+renesas@jmondi.org> References: <1507193900-23801-1-git-send-email-jacopo+renesas@jmondi.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171005_015901_136415_605C06E3 X-CRM114-Status: UNSURE ( 8.00 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Jacopo Mondi , linux-kernel@vger.kernel.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-Virus-Scanned: ClamAV using ClamSMTP Fix 'leds' node name indent as it was wrongly aligned. Signed-off-by: Jacopo Mondi --- arch/arm/boot/dts/r7s72100-gr-peach.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r7s72100-gr-peach.dts b/arch/arm/boot/dts/r7s72100-gr-peach.dts index f2ddd11..20309ac 100644 --- a/arch/arm/boot/dts/r7s72100-gr-peach.dts +++ b/arch/arm/boot/dts/r7s72100-gr-peach.dts @@ -53,7 +53,7 @@ }; }; -leds { + leds { status = "okay"; compatible = "gpio-leds";