Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: meson: minix-neo-x8: define PMIC as power controller

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>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Stefan Agner and committed by
Lee Jones
229d641d af8c34ce

+1
+1
arch/arm/boot/dts/meson8-minix-neo-x8.dts
··· 80 80 pmic@32 { 81 81 compatible = "ricoh,rn5t618"; 82 82 reg = <0x32>; 83 + system-power-controller; 83 84 84 85 regulators { 85 86 };