commit | efad57f804c10461367ed4a40620b976f9e765df | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 30 16:55:33 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 02 21:28:24 2015 -0600 |
tree | 76f476f44200f6bd1fb751783406907b9b44bd74 | |
parent | 95ce32c8755035af0e96f7149f774be6e1a9304c [diff] [blame] |
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>
diff --git a/arch/arm/mach-rockchip/rk3288/Makefile b/arch/arm/mach-rockchip/rk3288/Makefile new file mode 100644 index 0000000..c6663f0 --- /dev/null +++ b/arch/arm/mach-rockchip/rk3288/Makefile
@@ -0,0 +1,7 @@ +# +# Copyright (c) 2015 Google, Inc +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += reset_rk3288.o