All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Philipp Zabel <p.zabel@pengutronix.de>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@codeaurora.org>,
	Simon Horman <horms@verge.net.au>,
	Magnus Damm <magnus.damm@gmail.com>
Cc: devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH v4 08/23] ARM: dts: r8a7793: Add device node for RST module
Date: Fri, 21 Oct 2016 15:17:22 +0200	[thread overview]
Message-ID: <1477055857-17936-9-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1477055857-17936-1-git-send-email-geert+renesas@glider.be>

Add a device node for the RST module, which provides a.o. reset control
and mode pin monitoring.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
---
v4:
  - Add Acked-by,

v3:
  - Use "renesas,<soctype>-rst" instead of "renesas,rst-<soctype>",
  - Drop "syscon" compatible value,

v2:
  - Correct unit address,
  - Drop RFC status and TODO,
  - Change one-line summary prefix to match current arm-soc practices.
---
 arch/arm/boot/dts/r8a7793.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
index 8d02aacf28926271..e4b385eccf74e95e 100644
--- a/arch/arm/boot/dts/r8a7793.dtsi
+++ b/arch/arm/boot/dts/r8a7793.dtsi
@@ -1279,6 +1279,11 @@
 		};
 	};
 
+	rst: reset-controller@e6160000 {
+		compatible = "renesas,r8a7793-rst";
+		reg = <0 0xe6160000 0 0x0100>;
+	};
+
 	sysc: system-controller@e6180000 {
 		compatible = "renesas,r8a7793-sysc";
 		reg = <0 0xe6180000 0 0x0200>;
-- 
1.9.1

  parent reply	other threads:[~2016-10-21 13:18 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-21 13:17 [PATCH v4 00/23] soc: renesas: Add R-Car RST driver for obtaining mode pin state Geert Uytterhoeven
2016-10-21 13:17 ` Geert Uytterhoeven
2016-10-21 13:17 ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 01/23] reset: Add renesas,rst DT bindings Geert Uytterhoeven
2016-10-21 15:48   ` Philipp Zabel
2016-10-21 15:48     ` Philipp Zabel
2016-10-21 15:48     ` Philipp Zabel
2016-10-30 20:41   ` Rob Herring
2016-10-30 20:41     ` Rob Herring
2016-10-30 20:41     ` Rob Herring
2016-10-21 13:17 ` [PATCH v4 02/23] soc: renesas: Add R-Car RST driver Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 03/23] ARM: dts: r8a7778: Add device node for RESET/WDT module Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 04/23] ARM: dts: r8a7779: " Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 05/23] ARM: dts: r8a7790: Add device node for RST module Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 06/23] ARM: dts: r8a7791: " Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 07/23] ARM: dts: r8a7792: " Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` Geert Uytterhoeven [this message]
2016-10-21 13:17 ` [PATCH v4 09/23] ARM: dts: r8a7794: " Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 10/23] arm64: renesas: r8a7795 dtsi: " Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 11/23] arm64: renesas: r8a7796 " Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 12/23] clk: renesas: r8a7778: Obtain mode pin values using R-Car RST driver Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 13/23] clk: renesas: r8a7779: Obtain mode pin values from " Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 14/23] clk: renesas: rcar-gen2: Obtain mode pin values using " Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 15/23] clk: renesas: r8a7795: Obtain mode pin values from R-Car " Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 16/23] clk: renesas: r8a7796: " Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 17/23] clk: renesas: rcar-gen3-cpg: Remove obsolete rcar_gen3_read_mode_pins() Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 18/23] ARM: shmobile: r8a7778: Stop passing mode pins state to clock driver Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 19/23] ARM: shmobile: r8a7779: " Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 20/23] ARM: shmobile: rcar-gen2: " Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-11-01 13:35   ` Sergei Shtylyov
2016-11-01 13:35     ` Sergei Shtylyov
2016-11-02  8:09     ` Geert Uytterhoeven
2016-11-02  8:09       ` Geert Uytterhoeven
2016-11-02  8:09       ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 21/23] clk: renesas: r8a7778: Remove obsolete r8a7778_clocks_init() Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 22/23] clk: renesas: r8a7779: Remove obsolete r8a7779_clocks_init() Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17 ` [PATCH v4 23/23] clk: renesas: rcar-gen2: Remove obsolete rcar_gen2_clocks_init() Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 13:17   ` Geert Uytterhoeven
2016-10-21 15:45 ` [PATCH v4 00/23] soc: renesas: Add R-Car RST driver for obtaining mode pin state Philipp Zabel
2016-10-21 15:45   ` Philipp Zabel
2016-10-21 15:45   ` Philipp Zabel
2016-10-21 15:47   ` Philipp Zabel
2016-10-21 15:47     ` Philipp Zabel
2016-10-21 15:47     ` Philipp Zabel
2016-10-26 11:56   ` Geert Uytterhoeven
2016-10-26 11:56     ` Geert Uytterhoeven
2016-10-26 11:56     ` Geert Uytterhoeven
2016-10-26 11:56     ` Geert Uytterhoeven
2016-10-26 12:00 ` Geert Uytterhoeven
2016-10-26 12:00   ` Geert Uytterhoeven
2016-10-26 12:00   ` Geert Uytterhoeven
2016-10-31  8:19   ` Simon Horman
2016-10-31  8:19     ` Simon Horman
2016-10-31  8:19     ` Simon Horman
2016-10-31  8:19     ` Simon Horman
2016-10-31  8:32     ` Geert Uytterhoeven
2016-10-31  8:32       ` Geert Uytterhoeven
2016-10-31  8:32       ` Geert Uytterhoeven
2016-10-31  8:32       ` Geert Uytterhoeven
2016-10-31 23:25       ` Stephen Boyd
2016-10-31 23:25         ` Stephen Boyd
2016-10-31 23:25         ` Stephen Boyd
2016-10-31 23:25         ` Stephen Boyd
2016-11-02  9:02         ` Geert Uytterhoeven
2016-11-02  9:02           ` Geert Uytterhoeven
2016-11-02  9:02           ` Geert Uytterhoeven
2016-11-02  9:02           ` Geert Uytterhoeven
2016-11-04 19:49           ` Stephen Boyd
2016-11-04 19:49             ` Stephen Boyd
2016-11-04 19:49             ` Stephen Boyd
2016-11-04 19:49             ` Stephen Boyd
2016-11-07  9:30             ` Geert Uytterhoeven
2016-11-07  9:30               ` Geert Uytterhoeven
2016-11-07  9:30               ` Geert Uytterhoeven
2016-11-07  9:30               ` Geert Uytterhoeven

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=1477055857-17936-9-git-send-email-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=devicetree@vger.kernel.org \
    --cc=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=sboyd@codeaurora.org \
    /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.