]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rockchip: rk3288: Add SoC reset driver
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:33 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:24 +0000 (21:28 -0600)
commit3c5d0e34f6fe64144de0ad84e42f113c1cc2e0ca
tree76f476f44200f6bd1fb751783406907b9b44bd74
parent7f4fd26bf2068ad2732f77445fc4d13a9d7ab3aa
rockchip: rk3288: Add SoC reset driver

We can reset the SoC using some CRU (clock/reset unit) registers. Add support
for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/rk3288/Makefile [new file with mode: 0644]
arch/arm/mach-rockchip/rk3288/reset_rk3288.c [new file with mode: 0644]