Received: by 10.223.164.202 with SMTP id h10csp215961wrb; Mon, 13 Nov 2017 05:25:21 -0800 (PST) X-Google-Smtp-Source: AGs4zMaatiA0HHtMJbJG5kgagibKYyQkzf3tOk3WprVDjqhjLxOLM5JZgY0V8z7VI0vbGb+JU9Oj X-Received: by 10.159.195.7 with SMTP id bd7mr9122708plb.43.1510579521066; Mon, 13 Nov 2017 05:25:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510579521; cv=none; d=google.com; s=arc-20160816; b=sI9A7qMDL7xoD+X1EtwAMnMNKmF5dAyxcgm7mAoNM0ZxN2Rr+31P92moDTIWp/f53i wPsfSAZTW1qkpQABJThf47aF2uyOpjepuJcb40jBkK67qOk+nOihQ6GDfsaClFUgcR6J sjLj8TokwDLDKQg9h3bbTUjgxTEB4cwroXkIfLrGFyk5pBdUfYFjmtGli3dJoVEV8i+k JlPKDXbxuzn5gzDjTusfHJeqlX5cXmjpGTa6+XYhFlmLEzRFwSUXFvPa9fx+vVq+gkHE mua4PnUv9YCDLZcsXojnIPaxAo7DTkGUQ67OF2KtwaDUgFX7fznNurKjZ29ygxqH1MvR Aq7w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=REJDoQf53uPskGNRnXT2O+Ai5IBry2deNXJuP/QApng=; b=A0hfQshBKcZXMJGv27Gb3Jy87Dkgvd9JGmZnJxtMdHYk0W2ttFjtdNfqIa+9TldEh7 EIvQJwKrC5qcWbLBhzihIohoNc5wbZBYyhWF+i8fbgl0s9eCwdgf5JXlOOLVexcsWapb eLYwroiQPCxsywrgFBu7JNMR3F5K0RdYcfmJP/Vrei6M5q5JOPbPBjZS2NVrUkdocbHH fZXLSElgFVb9g7A0BSF2+cOBlE/5ULn3spejKH6BjDVJ7gQBl2OiVx75ct0jxlIf1/O1 mvCGVxp+SKcm71Ropmk4gjnc7PTKPnjEvdCjehIV8zLV73nUylIJinFPl4hPr6HXjrkA 8BXA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l68si14053337pgl.128.2017.11.13.05.25.07; Mon, 13 Nov 2017 05:25:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754419AbdKMNAi (ORCPT + 95 others); Mon, 13 Nov 2017 08:00:38 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:50004 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754370AbdKMNAe (ORCPT ); Mon, 13 Nov 2017 08:00:34 -0500 Received: from localhost (LFbn-1-12253-150.w90-92.abo.wanadoo.fr [90.92.67.150]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id B0789AA5; Mon, 13 Nov 2017 13:00:33 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Marek Szyprowski , Krzysztof Kozlowski , Chanwoo Choi , Sylwester Nawrocki , Sasha Levin Subject: [PATCH 4.9 10/87] clk: samsung: exynos5433: Add IDs for PHYCLK_MIPIDPHY0_* clocks Date: Mon, 13 Nov 2017 13:55:27 +0100 Message-Id: <20171113125616.215317677@linuxfoundation.org> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20171113125615.304035578@linuxfoundation.org> References: <20171113125615.304035578@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Marek Szyprowski [ Upstream commit 5ccb58968bf7f46dbd128df88f71838a5a9750b8 ] Add missing identifiers for phyclk_mipidphy0_bitclkdiv8_phy and phyclk_mipidphy0_rxclkesc0_phy clocks. Access to those clocks is needed to setup initial clock configuration for display subsystem in device tree in order to avoid dependency on the configuration left by the bootloader. Signed-off-by: Marek Szyprowski Acked-by: Krzysztof Kozlowski Acked-by: Chanwoo Choi Signed-off-by: Sylwester Nawrocki Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- drivers/clk/samsung/clk-exynos5433.c | 6 ++++-- include/dt-bindings/clock/exynos5433.h | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) --- a/drivers/clk/samsung/clk-exynos5433.c +++ b/drivers/clk/samsung/clk-exynos5433.c @@ -2559,8 +2559,10 @@ static const struct samsung_fixed_rate_c FRATE(0, "phyclk_mipidphy1_bitclkdiv8_phy", NULL, 0, 188000000), FRATE(0, "phyclk_mipidphy1_rxclkesc0_phy", NULL, 0, 100000000), /* PHY clocks from MIPI_DPHY0 */ - FRATE(0, "phyclk_mipidphy0_bitclkdiv8_phy", NULL, 0, 188000000), - FRATE(0, "phyclk_mipidphy0_rxclkesc0_phy", NULL, 0, 100000000), + FRATE(CLK_PHYCLK_MIPIDPHY0_BITCLKDIV8_PHY, "phyclk_mipidphy0_bitclkdiv8_phy", + NULL, 0, 188000000), + FRATE(CLK_PHYCLK_MIPIDPHY0_RXCLKESC0_PHY, "phyclk_mipidphy0_rxclkesc0_phy", + NULL, 0, 100000000), /* PHY clocks from HDMI_PHY */ FRATE(CLK_PHYCLK_HDMIPHY_TMDS_CLKO_PHY, "phyclk_hdmiphy_tmds_clko_phy", NULL, 0, 300000000), --- a/include/dt-bindings/clock/exynos5433.h +++ b/include/dt-bindings/clock/exynos5433.h @@ -771,7 +771,10 @@ #define CLK_PCLK_DECON 113 -#define DISP_NR_CLK 114 +#define CLK_PHYCLK_MIPIDPHY0_BITCLKDIV8_PHY 114 +#define CLK_PHYCLK_MIPIDPHY0_RXCLKESC0_PHY 115 + +#define DISP_NR_CLK 116 /* CMU_AUD */ #define CLK_MOUT_AUD_PLL_USER 1 From 1586131512169056879@xxx Thu Dec 07 13:21:25 +0000 2017 X-GM-THRID: 1586131512169056879 X-Gmail-Labels: Inbox,Category Updates,HistoricalUnread