All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Vladimir Barinov <vladimir.barinov@cogentembedded.com>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 09/18] arm64: dts: m3ulcb: enable GPIO leds
Date: Mon, 21 Nov 2016 13:05:38 +0100	[thread overview]
Message-ID: <811a0d07e68ed3bb576e2f193f2c9831bb25c04e.1479726397.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1479726397.git.horms+renesas@verge.net.au>

From: Vladimir Barinov <vladimir.barinov@cogentembedded.com>

This supports GPIO leds on M3ULCB board

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts b/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts
index 96cda59c2698..49162bd488f8 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts
@@ -30,6 +30,17 @@
 		/* first 128MB is reserved for secure area. */
 		reg = <0x0 0x48000000 0x0 0x38000000>;
 	};
+
+	leds {
+		compatible = "gpio-leds";
+
+		led5 {
+			gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>;
+		};
+		led6 {
+			gpios = <&gpio6 13 GPIO_ACTIVE_HIGH>;
+		};
+	};
 };
 
 &extal_clk {
-- 
2.7.0.rc3.207.g0ac5344

WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 09/18] arm64: dts: m3ulcb: enable GPIO leds
Date: Mon, 21 Nov 2016 13:05:38 +0100	[thread overview]
Message-ID: <811a0d07e68ed3bb576e2f193f2c9831bb25c04e.1479726397.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1479726397.git.horms+renesas@verge.net.au>

From: Vladimir Barinov <vladimir.barinov@cogentembedded.com>

This supports GPIO leds on M3ULCB board

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts b/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts
index 96cda59c2698..49162bd488f8 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7796-m3ulcb.dts
@@ -30,6 +30,17 @@
 		/* first 128MB is reserved for secure area. */
 		reg = <0x0 0x48000000 0x0 0x38000000>;
 	};
+
+	leds {
+		compatible = "gpio-leds";
+
+		led5 {
+			gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>;
+		};
+		led6 {
+			gpios = <&gpio6 13 GPIO_ACTIVE_HIGH>;
+		};
+	};
 };
 
 &extal_clk {
-- 
2.7.0.rc3.207.g0ac5344

  parent reply	other threads:[~2016-11-21 12:06 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-21 12:05 [GIT PULL v2] Second Round of Renesas ARM64 Based SoC DT Updates for v4.10 Simon Horman
2016-11-21 12:05 ` Simon Horman
2016-11-21 12:05 ` [PATCH 01/18] arm64: dts: r8a7796: add I2C support Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 02/18] arm64: dts: r8a7796: Enable I2C DMA Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 03/18] arm64: dts: r8a7796: salvator-x: enable I2C Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 04/18] arm64: dts: h3ulcb: update documentation with official board name Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 05/18] arm64: dts: h3ulcb: update header Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 06/18] arm64: dts: m3ulcb: add M3ULCB board DT bindings Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 07/18] arm64: dts: m3ulcb: initial device tree Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 08/18] arm64: dts: m3ulcb: enable SCIF clk and pins Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` Simon Horman [this message]
2016-11-21 12:05   ` [PATCH 09/18] arm64: dts: m3ulcb: enable GPIO leds Simon Horman
2016-11-21 12:05 ` [PATCH 10/18] arm64: dts: m3ulcb: enable GPIO keys Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 11/18] arm64: dts: m3ulcb: enable EXTALR clk Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 12/18] arm64: dts: m3ulcb: enable WDT Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 13/18] arm64: dts: m3ulcb: enable SDHI0 Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 14/18] arm64: dts: m3ulcb: enable SDHI2 Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 15/18] arm64: dts: h3ulcb: " Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 16/18] arm64: dts: h3ulcb: rename SDHI0 pins Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 13:13   ` Sergei Shtylyov
2016-11-21 13:13     ` Sergei Shtylyov
2016-11-22 11:22     ` Vladimir Barinov
2016-11-22 11:22       ` Vladimir Barinov
2016-11-22 11:40       ` Sergei Shtylyov
2016-11-22 11:40         ` Sergei Shtylyov
2016-11-22 12:08         ` Vladimir Barinov
2016-11-22 12:08           ` Vladimir Barinov
2016-11-30 10:07           ` Simon Horman
2016-11-30 10:07             ` Simon Horman
2016-11-21 12:05 ` [PATCH 17/18] arm64: dts: r8a7795: Add device node for PRR Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-21 12:05 ` [PATCH 18/18] arm64: dts: r8a7796: " Simon Horman
2016-11-21 12:05   ` Simon Horman
2016-11-30 15:51 ` [GIT PULL v2] Second Round of Renesas ARM64 Based SoC DT Updates for v4.10 Arnd Bergmann
2016-11-30 15:51   ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2016-11-17 14:04 [GIT PULL] " Simon Horman
2016-11-17 14:04 ` [PATCH 09/18] arm64: dts: m3ulcb: enable GPIO leds Simon Horman
2016-11-17 14:04   ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=811a0d07e68ed3bb576e2f193f2c9831bb25c04e.1479726397.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=vladimir.barinov@cogentembedded.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.