Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1433468
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 1/5] ARM: dts: meson: minix-neo-x8: define PMIC as power controller |
| Date | 2016-06-29 08:00 +0200 |
| Message-ID | <rPgHw-dz-17@gated-at.bofh.it> (permalink) |
| References | <rPgHv-dz-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The PMIC driver used to register itself as poweroff controller by
default, hence assuming that this device is using the PMIC as
system power controller.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Carlo Caione <carlo@endlessm.com>
---
arch/arm/boot/dts/meson8-minix-neo-x8.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/meson8-minix-neo-x8.dts b/arch/arm/boot/dts/meson8-minix-neo-x8.dts
index 4f536bb..8bceb8d 100644
--- a/arch/arm/boot/dts/meson8-minix-neo-x8.dts
+++ b/arch/arm/boot/dts/meson8-minix-neo-x8.dts
@@ -80,6 +80,7 @@
pmic@32 {
compatible = "ricoh,rn5t618";
reg = <0x32>;
+ system-power-controller;
regulators {
};
--
2.9.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/5] regulator: add Ricoh RN5T567 PMIC support Stefan Agner <stefan@agner.ch> - 2016-06-29 08:00 +0200
[PATCH v5 5/5] mfd: rn5t618: register restart handler Stefan Agner <stefan@agner.ch> - 2016-06-29 08:00 +0200
Applied "mfd: rn5t618: Register restart handler" to the regulator tree Mark Brown <broonie@kernel.org> - 2016-06-29 20:10 +0200
[PATCH v5 3/5] regulator: rn5t618: add RN5T567 PMIC support Stefan Agner <stefan@agner.ch> - 2016-06-29 08:00 +0200
[PATCH v5 2/5] mfd: add Ricoh RN5T567 PMIC support Stefan Agner <stefan@agner.ch> - 2016-06-29 08:00 +0200
[PATCH v5 1/5] ARM: dts: meson: minix-neo-x8: define PMIC as power controller Stefan Agner <stefan@agner.ch> - 2016-06-29 08:00 +0200
[PATCH v5 4/5] mfd: rn5t618: register power off callback optionally Stefan Agner <stefan@agner.ch> - 2016-06-29 08:00 +0200
Re: [PATCH v5 0/5] regulator: add Ricoh RN5T567 PMIC support Lee Jones <lee.jones@linaro.org> - 2016-06-29 10:20 +0200
Re: [PATCH v5 0/5] regulator: add Ricoh RN5T567 PMIC support Stefan Agner <stefan@agner.ch> - 2016-06-29 10:30 +0200
[GIT PULL] Immutable branch between MFD, Regulator and ARM for v4.8 Lee Jones <lee.jones@linaro.org> - 2016-06-29 18:30 +0200
csiph-web