From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko =?ISO-8859-1?Q?St=FCbner?=) Date: Thu, 16 Oct 2014 22:22:16 +0200 Subject: [PATCH v2 0/2] init some clock rate from dts for rk3288 In-Reply-To: <1412916630-8256-1-git-send-email-kever.yang@rock-chips.com> References: <1412916630-8256-1-git-send-email-kever.yang@rock-chips.com> Message-ID: <7367250.umrZo9GlUH@phil> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am Donnerstag, 9. Oktober 2014, 21:50:28 schrieb Kever Yang: > This patch add init rate for PLLs and some bus clock from dts for rk3288, > add two clock rate of 400M and 500M into rate table for we will use it. > We need Doug's patch to make "aclk_cpu" get set properly: > > > Changes in v2: > - change the PLL setting of 400M to meet the constraints of TRM > - add review and test tag > - add some explanation in commit message > > Kever Yang (2): > clk: rockchip: add 400MHz and 500MHz for rk3288 clock rate > ARM: dts: enable init rate for clock I've added both patches to my wip branches for clock and dts. I've also adapted the subject of the 2nd one to "ARM: dts: rockchip: enable init rate for clock" because otherwise people reading the log won't be able to see which subarch this is. Heiko > > arch/arm/boot/dts/rk3288.dtsi | 10 ++++++++++ > drivers/clk/rockchip/clk-rk3288.c | 2 ++ > 2 files changed, 12 insertions(+)