From patchwork Thu Nov 21 00:44:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3216201 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.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 70BD3C045B for ; Thu, 21 Nov 2013 00:43:56 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B8F722076C for ; Thu, 21 Nov 2013 00:43:55 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CC2932076B for ; Thu, 21 Nov 2013 00:43:54 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VjIN4-0001vj-8r; Thu, 21 Nov 2013 00:43:50 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VjIN1-0004Xl-Qt; Thu, 21 Nov 2013 00:43:47 +0000 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VjIMy-0004Vw-DS for linux-arm-kernel@lists.infradead.org; Thu, 21 Nov 2013 00:43:44 +0000 Received: by mail-pa0-f53.google.com with SMTP id hz1so7563270pad.40 for ; Wed, 20 Nov 2013 16:43:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=0jOyzMeas8M5H+9NIm437HjbGg0Qsxh0yOB+lJX1a/g=; b=hVfM7fVztjNbnrTxcMzrL5jYgc7ZdmphcQ19leYjRoA3DvhOkAsrAVaugAmDYBpOXf sQ6hIrvhfXku36G4//vF+6uVPbtAdi/3ei5fnCa7cqWxUG3y941I+LrTRpEyYSgi6Y6y tzNRnhXuDp59a08I9+HNHlO+XIv5RcQ2vBIkNWv+E3rjy+7VwscTXWVBRtnzAdat+SiG jaPPf27+kR0Zz1Rs8f+OGklAsnW0hpWLs8Ki3qRAR/J3iEDz39fn53SVct/VWoxbw/ML Qzi8byifGKYMruBbM85iLN4/QSXKSFXsKsj62en7ngeu6zc2GIcp4NNTyoXqZc+nnQp2 gIvA== X-Received: by 10.66.129.169 with SMTP id nx9mr3495598pab.130.1384994602466; Wed, 20 Nov 2013 16:43:22 -0800 (PST) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id er3sm40998356pbb.40.2013.11.20.16.43.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Nov 2013 16:43:21 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 21 Nov 2013 09:44:04 +0900 Message-Id: <20131121004404.16471.71617.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Koelsch DT reference GPIO LED support X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131120_194344_547380_A2F57C3A X-CRM114-Status: UNSURE ( 6.55 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Magnus Damm Add led6, led7 and led8 to the Koelsch DT reference board support. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r8a7791-koelsch-reference.dts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) --- 0024/arch/arm/boot/dts/r8a7791-koelsch-reference.dts +++ work/arch/arm/boot/dts/r8a7791-koelsch-reference.dts 2013-11-20 17:15:02.000000000 +0900 @@ -11,6 +11,7 @@ /dts-v1/; #include "r8a7791.dtsi" +#include / { model = "Koelsch"; @@ -29,6 +30,19 @@ #address-cells = <1>; #size-cells = <1>; }; + + leds { + compatible = "gpio-leds"; + led6 { + gpios = <&gpio2 19 GPIO_ACTIVE_HIGH>; + }; + led7 { + gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>; + }; + led8 { + gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>; + }; + }; }; &pfc {