All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Yan <andy.yan@rock-chips.com>
To: arnd@arndb.de
Cc: srinivas.kandagatla@linaro.org, treding@nvidia.com,
	kuninori.morimoto.gx@renesas.com, alim.akhtar@samsung.com,
	linux-kernel@vger.kernel.org, krzk@kernel.org,
	will.deacon@arm.com, catalin.marinas@arm.com,
	riku.voipio@linaro.org, linux-arm-kernel@lists.infradead.org,
	horms+renesas@verge.net.au, shawn.lin@rock-chips.com,
	Andy Yan <andy.yan@rock-chips.com>
Subject: [PATCH 2/2] arm64: defconfig: enable MFD RK808 and RK808 regulator
Date: Wed,  7 Sep 2016 19:50:28 +0800	[thread overview]
Message-ID: <1473249028-27161-1-git-send-email-andy.yan@rock-chips.com> (raw)
In-Reply-To: <1473248790-27101-1-git-send-email-andy.yan@rock-chips.com>

Many rockchip based arm64 boards use RK808 as PMIC, so
enabe it here let the board bootup normally.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
---

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 427b6dc..4b61ed9 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -258,6 +258,7 @@ CONFIG_WATCHDOG=y
 CONFIG_RENESAS_WDT=y
 CONFIG_S3C2410_WATCHDOG=y
 CONFIG_MFD_MAX77620=y
+CONFIG_MFD_RK808=y
 CONFIG_MFD_SPMI_PMIC=y
 CONFIG_MFD_SEC_CORE=y
 CONFIG_MFD_HI655X_PMIC=y
@@ -270,6 +271,7 @@ CONFIG_REGULATOR_MAX77620=y
 CONFIG_REGULATOR_PWM=y
 CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_QCOM_SPMI=y
+CONFIG_REGULATOR_RK808=y
 CONFIG_REGULATOR_S2MPS11=y
 CONFIG_DRM=m
 CONFIG_DRM_NOUVEAU=m
-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: andy.yan@rock-chips.com (Andy Yan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] arm64: defconfig: enable MFD RK808 and RK808 regulator
Date: Wed,  7 Sep 2016 19:50:28 +0800	[thread overview]
Message-ID: <1473249028-27161-1-git-send-email-andy.yan@rock-chips.com> (raw)
In-Reply-To: <1473248790-27101-1-git-send-email-andy.yan@rock-chips.com>

Many rockchip based arm64 boards use RK808 as PMIC, so
enabe it here let the board bootup normally.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
---

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 427b6dc..4b61ed9 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -258,6 +258,7 @@ CONFIG_WATCHDOG=y
 CONFIG_RENESAS_WDT=y
 CONFIG_S3C2410_WATCHDOG=y
 CONFIG_MFD_MAX77620=y
+CONFIG_MFD_RK808=y
 CONFIG_MFD_SPMI_PMIC=y
 CONFIG_MFD_SEC_CORE=y
 CONFIG_MFD_HI655X_PMIC=y
@@ -270,6 +271,7 @@ CONFIG_REGULATOR_MAX77620=y
 CONFIG_REGULATOR_PWM=y
 CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_QCOM_SPMI=y
+CONFIG_REGULATOR_RK808=y
 CONFIG_REGULATOR_S2MPS11=y
 CONFIG_DRM=m
 CONFIG_DRM_NOUVEAU=m
-- 
2.7.4

  reply	other threads:[~2016-09-07 11:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-07 11:46 [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform Andy Yan
2016-09-07 11:46 ` Andy Yan
2016-09-07 11:50 ` Andy Yan [this message]
2016-09-07 11:50   ` [PATCH 2/2] arm64: defconfig: enable MFD RK808 and RK808 regulator Andy Yan
2016-11-17 16:03   ` Heiko Stuebner
2016-11-17 16:03     ` Heiko Stuebner
2016-09-19 10:10 ` [PATCH 1/2] arm64: defconfig: enable I2C and DW MMC controller on rockchip platform Andy Yan
2016-09-19 10:10   ` Andy Yan
2016-11-03 11:06 ` Andy Yan
2016-11-03 11:06   ` Andy Yan
2016-11-17 15:55 ` Heiko Stuebner
2016-11-17 15:55   ` Heiko Stuebner

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=1473249028-27161-1-git-send-email-andy.yan@rock-chips.com \
    --to=andy.yan@rock-chips.com \
    --cc=alim.akhtar@samsung.com \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=horms+renesas@verge.net.au \
    --cc=krzk@kernel.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=riku.voipio@linaro.org \
    --cc=shawn.lin@rock-chips.com \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=treding@nvidia.com \
    --cc=will.deacon@arm.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.