]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rockchip: Add basic peripheral and clock definitions
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:28 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:23 +0000 (21:28 -0600)
commit26ad30e9d3ec445f61f94910fb14cc6e7d8efa25
treeb42ab70473504698cd6c8b095bd8c0d803ca3935
parent1f8f7730a8a3c8cc73ecb5715f5d87ed55fec541
rockchip: Add basic peripheral and clock definitions

Add header files for the peripherals and clocks supported on Rockchip
platforms. The particular implementation (and register set) for each is
SoC-specific, but it seems that the naming can be generic.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-rockchip/clock.h [new file with mode: 0644]
arch/arm/include/asm/arch-rockchip/hardware.h [new file with mode: 0644]
arch/arm/include/asm/arch-rockchip/periph.h [new file with mode: 0644]