From patchwork Sat Oct 17 17:23:23 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 7422701 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2F842BEEA4 for ; Sat, 17 Oct 2015 17:26:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5E66D20259 for ; Sat, 17 Oct 2015 17:26:00 +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 9C569201B4 for ; Sat, 17 Oct 2015 17:25:59 +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 1ZnVDb-0004Xc-Ng; Sat, 17 Oct 2015 17:24:31 +0000 Received: from mail-wi0-x241.google.com ([2a00:1450:400c:c05::241]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZnVD3-0003DK-EC for linux-arm-kernel@lists.infradead.org; Sat, 17 Oct 2015 17:23:58 +0000 Received: by wiut4 with SMTP id t4so8515345wiu.0 for ; Sat, 17 Oct 2015 10:23:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=1TcQHjUq7WYcojaNw3i6i+SyKSZl68f6Obd508oYWRc=; b=tSqaaeMVxfQHga6v5OIhPLeveXR68GasyL806ECDoAXRfZc6k4RzInhTcBWaow3PMT DsQiFHndME8GaTCPNLzstFsD0p9NqSdpHhYzKwiUp7CMPmiYZ80q9x46FWBGHbGOxvBF ljjNsERiTxtm002Ve6q7JItF4nmtZ4OqQKcDwLBThdqgs+jjH8yeI4zPbsIKegmqDrzu p/92s8gRWSo4baLASa8IgeodmIaypA0fEJPga1KGyyNeaN/9hX8azpnrYo/+ylCeHEn0 oEi13oC2lr0TfyCMZLnP8gX2LyDacd2vOzWKVqV3YYdQzQyyXYJrYTiLhIT+D6+Xsmvn f19A== X-Received: by 10.194.234.97 with SMTP id ud1mr24185778wjc.133.1445102620484; Sat, 17 Oct 2015 10:23:40 -0700 (PDT) Received: from lmecul0520.st.com. (101.210.139.88.rev.sfr.net. [88.139.210.101]) by smtp.gmail.com with ESMTPSA id az6sm7823257wib.12.2015.10.17.10.23.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 17 Oct 2015 10:23:40 -0700 (PDT) From: Maxime Coquelin To: Linus Walleij , Mark Rutland , Rob Herring , linux-gpio@vger.kernel.org, arnd@arndb.de Subject: [PATCH v2 8/9] ARM: dts: Add leds support to STM32F429 Discovery board Date: Sat, 17 Oct 2015 19:23:23 +0200 Message-Id: <1445102604-11502-9-git-send-email-mcoquelin.stm32@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1445102604-11502-1-git-send-email-mcoquelin.stm32@gmail.com> References: <1445102604-11502-1-git-send-email-mcoquelin.stm32@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151017_102357_792653_2D869E7A X-CRM114-Status: GOOD ( 10.06 ) X-Spam-Score: -2.5 (--) 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: devicetree@vger.kernel.org, Daniel Thompson , bruherrera@gmail.com, linux-kernel@vger.kernel.org, afaerber@suse.de, 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.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, 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 Signed-off-by: Maxime Coquelin Acked-by: Linus Walleij --- arch/arm/boot/dts/stm32f429-disco.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts index e3ce796..532c499 100644 --- a/arch/arm/boot/dts/stm32f429-disco.dts +++ b/arch/arm/boot/dts/stm32f429-disco.dts @@ -64,6 +64,16 @@ aliases { serial0 = &usart1; }; + + leds { + compatible = "gpio-leds"; + red { + gpios = <&gpiog 14 0>; + }; + green { + gpios = <&gpiog 13 0>; + }; + }; }; &clk_hse {