
22 Oct
2015
22 Oct
'15
4:07 p.m.
On 20 October 2015 at 20:37, Lin Huang hl@rock-chips.com wrote:
We can reset the Soc using some CRU (clock/reset unit) register. Add support for this.
Signed-off-by: Lin Huang hl@rock-chips.com
Chnages in v1:
- clean copyright announcement
arch/arm/mach-rockchip/rk3036/Makefile | 8 +++++ arch/arm/mach-rockchip/rk3036/reset_rk3036.c | 45 ++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 arch/arm/mach-rockchip/rk3036/Makefile create mode 100644 arch/arm/mach-rockchip/rk3036/reset_rk3036.c
Acked-by: Simon Glass sjg@chromium.org