summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3399-vop-clk-set.dtsi
AgeCommit message (Collapse)Author
2018-08-28arm64: dts: rockchip: Improve the aclk_perilp0 frequency for rk3399Elaine Zhang
To improve the performance of dual USB transmission. Change-Id: Ie20d17029e54d299cddadc7a286d9bf6c96b0fbb Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
2017-09-20ARM64: dts: rockchip: rk3399: assigned clk_uart4_src parent to PPLLElaine Zhang
clk_uart4_src default parent is 24M,does not satisfy the fractional divider must set that denominator is 20 times larger than numerator. Change-Id: I21fd9866794e052414a6fdf1d64840ac2a0bb8f2 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
2017-03-24arm64: dts: rockchip: rk3399: add aclk/hclk_vop init freqElaine Zhang
to fix up the display error when no uboot logo show. Change-Id: I6227391a3c0d015a5fa6ae916d849659d5957077 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
2017-03-22arm64: dts: rockchip: rk3399: remove some unnecessary assigned-clocks nodeElaine Zhang
keep aclk_vop hclk_vop freq the same as uboot, to slove shaking for uboot logo to kernel show. Change-Id: Id0b86fc583024482f16f40b2f1ec6f9189eac160 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
2017-03-08ARM64: dts: rockchip: rk3399: change the pll init freqElaine Zhang
set npll init freq 600M set gpll init freq 800M Change-Id: I110cc4b4051504dd875712bce9e473f74d8578b4 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
2017-01-05arm64: dts: rockchip: clk: rk3399: reparent some clks parentElaine Zhang
1.reparent vop's parent to vpll which vop is for hdmi. 2.reparent the other vop to cpll. 3.reparent others clk and set clk rate, to slove some clks is dummy. attention: if the vopb is for hdmi,the vopb parent clk must be vpll and the vopl parent clk is cpll or others plls. if the vopl is for hdmi,the vopl parent clk must be vpll and the vopb parent clk is cpll or other plls. Change-Id: Ibfd05172c93f885f66deea9cec64d64e22174078 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>