]> asedeno.scripts.mit.edu Git - linux.git/commit
soc: rockchip: add header for ddr rate SIP interface
authorLin Huang <hl@rock-chips.com>
Mon, 22 Aug 2016 03:36:17 +0000 (11:36 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 31 Aug 2016 16:53:24 +0000 (18:53 +0200)
commit97dd82682f1a6174698fbea149a04b4cabc58c4f
treeb8c6f2621de55f5f6cc500ac3489d82bc4562f54
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
soc: rockchip: add header for ddr rate SIP interface

Add a header for the SIP interface defined to access the dcf controller
handling ddr rate changes on rk3399 (and most likely later socs).

This interface is shared between the clock driver as well as the
devfreq driver.

The SIP interface counterpart was merged from pull-request #684 [0]
into the upstream arm-trusted-firmware codebase.

[0] https://github.com/ARM-software/arm-trusted-firmware/pull/684

Signed-off-by: Lin Huang <hl@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
include/soc/rockchip/rockchip_sip.h [new file with mode: 0644]