From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932069AbbJaM4u (ORCPT ); Sat, 31 Oct 2015 08:56:50 -0400 Received: from mail-qk0-f182.google.com ([209.85.220.182]:33952 "EHLO mail-qk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753104AbbJaM4q (ORCPT ); Sat, 31 Oct 2015 08:56:46 -0400 From: Chris Zhong To: heiko@sntech.de, linux-rockchip@lists.infradead.org Cc: Chris Zhong , devicetree@vger.kernel.org, Alexandru M Stan , linux-kernel@vger.kernel.org, Kever Yang , Doug Anderson , Kumar Gala , "David S. Miller" , Ian Campbell , Sonny Rao , Rob Herring , Pawel Moll , Jeff Chen , Mark Rutland , Huang Lin , Roger Chen Subject: [PATCH v2 01/13] clk: rockchip: add id for mipidsi sclk on rk3288 Date: Sat, 31 Oct 2015 20:55:57 +0800 Message-Id: <1446296170-3702-2-git-send-email-zyw@rock-chips.com> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1446296170-3702-1-git-send-email-zyw@rock-chips.com> References: <1446296170-3702-1-git-send-email-zyw@rock-chips.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Adds a new id for the sclk supplying the mipidsi on rk3288 socs. Signed-off-by: Chris Zhong --- 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 #define SCLK_MAC 151 #define SCLK_MACREF_OUT 152 -- 2.6.2