diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-06-02 21:09:41 (GMT) |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2013-06-21 07:21:02 (GMT) |
commit | d63dc0514d56e108cc96e334ca26b538263e52a2 (patch) | |
tree | 73bbb24b8ac743d2bf61126d64f086ba8c2d0f7d /arch/arm/mach-rockchip/Makefile | |
parent | 38bd6892abbf7d60b1e9ff7f1a2b8019b552eed3 (diff) | |
download | linux-d63dc0514d56e108cc96e334ca26b538263e52a2.tar.xz |
arm: add basic support for Rockchip RK3066a boards
This adds a generic devicetree board file and a dtsi for boards
based on the RK3066a SoCs from Rockchip.
Apart from the generic parts (gic, clocks, pinctrl) the only components
currently supported are the timers, uarts and mmc ports (all DesignWare-
based).
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-rockchip/Makefile')
-rw-r--r-- | arch/arm/mach-rockchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Makefile b/arch/arm/mach-rockchip/Makefile new file mode 100644 index 0000000..1547d4f --- /dev/null +++ b/arch/arm/mach-rockchip/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip.o |