From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751117AbdAMTLI (ORCPT ); Fri, 13 Jan 2017 14:11:08 -0500 Received: from gloria.sntech.de ([95.129.55.99]:35798 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750823AbdAMTLG (ORCPT ); Fri, 13 Jan 2017 14:11:06 -0500 From: Heiko Stuebner To: Xing Zheng Cc: dianders@google.com, linux-rockchip@lists.infradead.org, Douglas Anderson , David Wu , Jianqun Xu , devicetree@vger.kernel.org, Stephen Boyd , Elaine Zhang , Brian Norris , Michael Turquette , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Shawn Lin , Rob Herring , Will Deacon , Mark Rutland , Caesar Wang , Catalin Marinas , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 0/2] Add support rockchip,grf property for RK3399 PMU/GRU Date: Fri, 13 Jan 2017 20:10:54 +0100 Message-ID: <3210111.1N6x2AkRMx@phil> User-Agent: KMail/5.2.3 (Linux/4.8.0-2-amd64; KDE/5.27.0; x86_64; ; ) In-Reply-To: <1484028930-20305-1-git-send-email-zhengxing@rock-chips.com> References: <1484028930-20305-1-git-send-email-zhengxing@rock-chips.com> 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 Dienstag, 10. Januar 2017, 14:15:28 CET schrieb Xing Zheng: > Hi, > The structure rockchip_clk_provider needs to refer the GRF regmap > in somewhere, if the CRU node has not "rockchip,grf" property, > calling syscon_regmap_lookup_by_phandle will return an invalid GRF > regmap, and the MUXGRF type clock will be not supported. > > Therefore, we need to add them. > > Thanks. applied both for 4.11 binding-change is in my clock-branch (so that dt-binding doc changes stay together) and the dts change is of course in the dts64 branch. Thanks Heiko