Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754639AbbKWRaS (ORCPT ); Mon, 23 Nov 2015 12:30:18 -0500 Received: from gloria.sntech.de ([95.129.55.99]:56072 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752520AbbKWRaQ (ORCPT ); Mon, 23 Nov 2015 12:30:16 -0500 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Chris Zhong Cc: linux-rockchip@lists.infradead.org, mark.yao@rock-chips.com, treding@nvidia.com, emil.l.velikov@gmail.com, airlied@linux.ie, ajaykumar.rs@samsung.com, rmk+kernel@arm.linux.org.uk, dri-devel@lists.freedesktop.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Doug Anderson , Kever Yang , Huang Lin , Sonny Rao , Jeff Chen , Roger Chen , Alexandru M Stan , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 01/13] clk: rockchip: add id for mipidsi sclk on rk3288 Date: Mon, 23 Nov 2015 18:29:40 +0100 Message-ID: <2553166.BXJRVnMEyt@diego> User-Agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.12; x86_64; ; ) In-Reply-To: <1448007339-10966-2-git-send-email-zyw@rock-chips.com> References: <1448007339-10966-1-git-send-email-zyw@rock-chips.com> <1448007339-10966-2-git-send-email-zyw@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 Content-Length: 1197 Lines: 38 Hi Chris, Am Freitag, 20. November 2015, 16:15:27 schrieb Chris Zhong: > Adds a new id for the sclk supplying the mipidsi on rk3288 socs. > > Signed-off-by: Chris Zhong > > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: > add the mipi clk id in a single patch > > include/dt-bindings/clock/rk3288-cru.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/dt-bindings/clock/rk3288-cru.h > b/include/dt-bindings/clock/rk3288-cru.h index c719aac..b07cdd3 100644 > --- a/include/dt-bindings/clock/rk3288-cru.h > +++ b/include/dt-bindings/clock/rk3288-cru.h > @@ -86,6 +86,7 @@ > #define SCLK_USBPHY480M_SRC 122 > #define SCLK_PVTM_CORE 123 > #define SCLK_PVTM_GPU 124 > +#define SCLK_MIPI_24M 125 in the TRM (and therefore in the clock-controller) this is labeled as sclk_mipidsi_24m, so I'd think the clock-id shouls also contain the DSI part as well, making it SCLK_MIPIDSI_24M Heiko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/