Philipp Tomsich
a904a16bc1
rockchip: rk8xx: remove unused header includes
...
Remove header file includes that have been left over after the
conversion to livetree-support.
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com >
Reviewed-by: Simon Glass <sjg@chromium.org >
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com >
2017-09-18 20:40:35 +02:00
Kever Yang
7c1fb0a794
rockchip: rk8xx: allocate priv structure for driver
...
The rk8xx_priv structure need to allocate for driver, or else
it will cause data abort when CPU access it.
This is a bug fix for below patch set:
https://www.mail-archive.com/u-boot@lists.denx.de/msg247345.html
Signed-off-by: Kever Yang <kever.yang@rock-chips.com >
Acked-by: Simon Glass <sjg@chromium.org >
2017-06-07 06:57:49 -06:00
Simon Glass
7a869e6cd1
dm: pmic: Convert uclass to livetree
...
Update the pmic uclass and all pmics to support a live device tree.
Signed-off-by: Simon Glass <sjg@chromium.org >
2017-06-01 07:03:12 -06:00
Jacob Chen
453c5a927c
power: rk808: rename to rk8xx
...
Since this driver can be used for rk8xx series pmic,
let's rename rk808 to rk8xx, to make it clear.
Configs parts are done by sed -i "s/RK808/RK8XX/g" `grep RK808 -lr ./`
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com >
2017-05-10 13:37:22 -06:00