summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/rv1108-cru.h
Commit message (Collapse)AuthorAgeFilesLines
* clk: rockchip: rename rv1108 macphy clock to macElaine Zhang2017-08-221-3/+3
| | | | | | | | | This MAC has no internal phy for rv1108 and the whole clock infrastructure hasn't been used yet, so is safe to fix. Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Reviewed-by: David Wu <david.wu@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: add rv1108 ACLK_GAMC and PCLK_GMAC IDElaine Zhang2017-08-221-0/+2
| | | | | | | | This patch exports gmac aclk and pclk for dts reference. Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Reviewed-by: David Wu <david.wu@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: fix up indentation of some RV1108 clock-idsElaine Zhang2017-08-061-14/+14
| | | | | | | | Make the code look better. Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: rename the clk id for HCLK_I2S1_2CHElaine Zhang2017-08-061-1/+1
| | | | | | | | | | | i2s1 has 2 channels but not 8 channels. Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Signed-off-by: Andy Yan <andy.yan@rock-chips.com> [and the clock id hasn't been used in either clock-driver nor dts, so is safe to rename] Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: add more clk ids for rv1108Elaine Zhang2017-08-061-1/+92
| | | | | | | | Add new clk ids for the peripherals on rv1108 soc. Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* clk: rockchip: rename RK1108 to RV1108Andy Yan2017-03-221-0/+269
Rockchip finally named the SOC as RV1108, so change it. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> [include rename in rk1108.dtsi to prevent compile errors] Signed-off-by: Heiko Stuebner <heiko@sntech.de>