From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752145AbcENL53 (ORCPT ); Sat, 14 May 2016 07:57:29 -0400 Received: from gloria.sntech.de ([95.129.55.99]:42079 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752025AbcENL52 (ORCPT ); Sat, 14 May 2016 07:57:28 -0400 From: Heiko Stuebner To: Brian Norris Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Doug Anderson , Shawn Lin , Brian Norris , Xing Zheng Subject: Re: [PATCH] ARM64: dts: rockchip: assign default rates for core rk3399 clocks Date: Sat, 14 May 2016 13:57:12 +0200 Message-ID: <25672526.OH6Oxq7zkd@phil> User-Agent: KMail/4.14.10 (Linux/4.3.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1463172618-96001-1-git-send-email-briannorris@chromium.org> References: <1463172618-96001-1-git-send-email-briannorris@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Freitag, 13. Mai 2016, 13:50:18 schrieb Brian Norris: > From: Xing Zheng > > These clocks are all core clocks used by many blocks/peripherals, many > of whose drivers don't set their clock rates at all. Let's assign > reasonable default clock rates for these core clocks, so that these > peripherals get something reasonable by default, and also so that if > child devices want to select a clock rate themselves, their muxes have > some reasonable parent clock rates to branch off of (rather than just > the boot-time defaults). > > This helps the eMMC PHY, for one, to get a reasonable ACLK rate. > > Signed-off-by: Xing Zheng > Signed-off-by: Brian Norris applied for 4.8 with Doug's review-tag (after making the ARM64 lower-case)