aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/rk3399-cru.h
Commit message (Collapse)AuthorAge
* clk: rockchip: add dclk_vop_frac ids for rk3399 vopYakir Yang2016-09-04
| | | | | | | | | | Export the dclk_vop_frac out, so we can set the dclk_vop as the child of dclk_vop_frac, and then we can start to take use of the fractional dividers. Signed-off-by: Yakir Yang <ykk@rock-chips.com> Signed-off-by: Chris Zhong <zyw@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: add SCLK_DDRC id for rk3399 ddrcLin Huang2016-08-31
| | | | | | | Add the needed id for the ddr clock. Signed-off-by: Lin Huang <hl@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: export some necessary rk3399 clock idsXing Zheng2016-04-25
| | | | | | | We export some clock IDs for the reference drivers need them. Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: rename rga clock-id on rk3399Xing Zheng2016-04-25
| | | | | | | | | | The rga clock supplying the working clock on the rk3399 is actually called rga-core in the manual. As the clock id has neither been assigned nor released with a full kernel release, we can still change the id to the more appropriate naming. Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: add general gpu soft-reset on rk3399Xing Zheng2016-04-25
| | | | | | | | Add the id for the general gpu soft-reset, that got documented only in newer TRM versions. Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: fix checkpatch errors in rk3399 dt-binding headerHeiko Stuebner2016-04-15
| | | | | | | Some "please, no space before tabs" checkpatch warnings slipped through the recent addition of the rk3399 dt-binding header, so fix them. Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: add dt-binding header for rk3399Xing Zheng2016-03-28
Add the dt-bindings header for the rk3399, that gets shared between the clock controller and the clock references in the dts. Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de>