summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/rk3368-cru.h
Commit message (Collapse)AuthorAgeFilesLines
* clk: rockchip: add clock id for PCLK_EFUSE256 of RK3368 SoCsRomain Perier2017-10-141-0/+1
| | | | | Signed-off-by: Romain Perier <romain.perier@collabora.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: add clock ids for timer10-15 of RK3368 SoCsElaine Zhang2017-03-101-0/+6
| | | | | Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: fix up rk3368 timer-idsElaine Zhang2017-03-101-7/+6Star
| | | | | | | | | | | | The timer-ids are wrong compared to the manual, probably due a simple copy-paste mistake from the otherwise very similar rk3288. And there are even more timers in the system than the ones wrongly listed here. Timer-Ids were unused both in clock-driver as well as devicetree till now, so fixing them won't break anything. Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: add dt-binding header for rk3368Heiko Stuebner2015-07-071-0/+384
Add the dt-bindings header for the rk3368, that gets shared between the clock controller and the clock references in the dts. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>