]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/arm/mach-rockchip/rk3036/Makefile
rockchip: rk3036: Add Soc reset driver
authorhuang lin <hl@rock-chips.com>
Tue, 17 Nov 2015 06:20:18 +0000 (14:20 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
commit2bc00e016e4c1440f3004776e26357f46eb6690a
tree89ef2b72bf20bc626459789684959d18c7bc27fe
parentc17736c02a5704cc48c9d48ce8f0c97e8a66924a
rockchip: rk3036: Add Soc reset driver

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>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/rk3036/Makefile [new file with mode: 0644]
arch/arm/mach-rockchip/rk3036/reset_rk3036.c [new file with mode: 0644]