linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: geert+renesas@glider.be (Geert Uytterhoeven)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: shmobile: Enable R-Mobile reset driver in multiplatform defconfig
Date: Mon, 23 Feb 2015 16:59:27 +0100	[thread overview]
Message-ID: <1424707169-23007-2-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1424707169-23007-1-git-send-email-geert+renesas@glider.be>

This is used on R-Mobile APE6 (r8a73a4), R-Mobile A1 (r8a7740), and
SH-Mobile AG5 (sh73a0).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To actually work, this depends on:
  - commit fa0f8d6700857457 ("power: reset: Add reset driver for
    R-Mobile platforms"), which is in v4.0-rc1,
  - the system-controller node in the SoC's .dtsi, which was added for
    PM domain support in:
      - r8a73a4-multiplatform-for-v3.21 (r8a73a4),
      - v4.0-rc1 (r8a7740),
      - sh73a0-multiplatform-for-v3.21 (sh73a0).

Irrespectively of that, it's safe to apply anyway.
---
 arch/arm/configs/shmobile_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index fb7aa02125c4e695..a904c90f957931d8 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -109,6 +109,9 @@ CONFIG_SPI_SH_HSPI=y
 CONFIG_GPIO_EM=y
 CONFIG_GPIO_RCAR=y
 CONFIG_GPIO_PCF857X=y
+CONFIG_POWER_SUPPLY=y
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_RMOBILE=y
 # CONFIG_HWMON is not set
 CONFIG_THERMAL=y
 CONFIG_CPU_THERMAL=y
-- 
1.9.1

  reply	other threads:[~2015-02-23 15:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-23 15:59 [PATCH 0/3] Enable R-Mobile Reset Driver Geert Uytterhoeven
2015-02-23 15:59 ` Geert Uytterhoeven [this message]
2015-02-23 15:59 ` [PATCH 2/3] ARM: shmobile: r8a7740: Remove restart callback Geert Uytterhoeven
2015-02-23 15:59 ` [PATCH 3/3] ARM: shmobile: sh73a0: " Geert Uytterhoeven
2015-02-24  1:46 ` [PATCH 0/3] Enable R-Mobile Reset Driver 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=1424707169-23007-2-git-send-email-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).