From patchwork Tue Sep 6 12:04:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Sylwester Nawrocki/Kernel \\(PLT\\) /SRPOL/Staff Engineer/Samsung Electronics" X-Patchwork-Id: 9316473 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id ACC9A607D3 for ; Tue, 6 Sep 2016 12:05:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9D24428C67 for ; Tue, 6 Sep 2016 12:05:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9202728CF0; Tue, 6 Sep 2016 12:05:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E68CC28CEF for ; Tue, 6 Sep 2016 12:05:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932428AbcIFMFe (ORCPT ); Tue, 6 Sep 2016 08:05:34 -0400 Received: from mailout2.samsung.com ([203.254.224.25]:45207 "EHLO mailout2.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932358AbcIFMFd (ORCPT ); Tue, 6 Sep 2016 08:05:33 -0400 Received: from epcpsbgm2new.samsung.com (epcpsbgm2 [203.254.230.27]) by mailout2.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0OD302U7D0970O10@mailout2.samsung.com>; Tue, 06 Sep 2016 21:05:31 +0900 (KST) X-AuditID: cbfee61b-f79466d000001e3c-d1-57ceb10be4f3 Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm2new.samsung.com (EPCPMTA) with SMTP id 20.B8.07740.B01BEC75; Tue, 6 Sep 2016 05:05:31 -0700 (MST) Received: from AMDC1344.digital.local ([106.116.147.32]) by mmp2.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0OD300B5A08TSS80@mmp2.samsung.com>; Tue, 06 Sep 2016 21:05:31 +0900 (KST) From: Sylwester Nawrocki To: linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org Cc: b.zolnierkie@samsung.com, krzk@kernel.org, Sylwester Nawrocki Subject: [PATCH v2 1/7] clk: samsung: exynos5410: Add clock IDs for PDMA and EPLL clocks Date: Tue, 06 Sep 2016 14:04:50 +0200 Message-id: <1473163496-17820-2-git-send-email-s.nawrocki@samsung.com> X-Mailer: git-send-email 1.9.1 In-reply-to: <1473163496-17820-1-git-send-email-s.nawrocki@samsung.com> References: <1473163496-17820-1-git-send-email-s.nawrocki@samsung.com> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpiluLIzCtJLcpLzFFi42I5/e+xoC73xnPhBsdna1tsnLGe1eL8+Q3s Fh977rFazDi/j8ni8Jt2VgdWj02rOtk8+rasYvT4vEkugDmKyyYlNSezLLVI3y6BK2PJpgam guUcFV0vPjA3ML5m62Lk4JAQMJG4+8Wii5ETyBSTuHBvPVCYi0NIYBajxMbzN1ggnF+MEp9a ZzGDVLEJGEr0Hu1jBLFFBBwkdh2bzARiMwvESDTengVmCwtESex5+5AFxGYRUJW4df8qO4jN K+AmsfdVDyPENjmJk8cms4LYnALuErPP9ILZQkA165/dZ57AyLuAkWEVo0RqQXJBcVJ6rlFe arlecWJucWleul5yfu4mRnDIPJPewXh4l/shRgEORiUe3g2lZ8OFWBPLiitzDzFKcDArifD6 rTkXLsSbklhZlVqUH19UmpNafIhRmoNFSZz38f91YUIC6YklqdmpqQWpRTBZJg5OqQZG5V+K d7aGrZ11m/Gn+fe7i4olKwP2HprxdmlA/Yf3L65e9znNO6OHJTf7fMp08dNNq655OTWmVHbs cSqwYv6z3Zzty4Fbhs9flIjFTI1KiKr3P5paGBJks+y2i6R9vgZDb6ix2q6EouCARfWrdp2w WFJ7+sOT5u2cp8Ua73xd9mL/4q8u9dMylFiKMxINtZiLihMBLymhcxUCAAA= Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The PDMA{0,1} and EPLL clock IDs are added separately in this patch so the patch can be merged to the arm-soc tree as dependency. Signed-off-by: Sylwester Nawrocki Reviewed-by: Krzysztof Kozlowski Reviewed-by: Chanwoo Choi --- Changes since v1: - used same index values as for exynos5420. --- include/dt-bindings/clock/exynos5410.h | 3 +++ 1 file changed, 3 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/dt-bindings/clock/exynos5410.h b/include/dt-bindings/clock/exynos5410.h index 85b467b..6cb4e90 100644 --- a/include/dt-bindings/clock/exynos5410.h +++ b/include/dt-bindings/clock/exynos5410.h @@ -19,6 +19,7 @@ #define CLK_FOUT_MPLL 4 #define CLK_FOUT_BPLL 5 #define CLK_FOUT_KPLL 6 +#define CLK_FOUT_EPLL 7 /* gate for special clocks (sclk) */ #define CLK_SCLK_UART0 128 @@ -55,6 +56,8 @@ #define CLK_MMC0 351 #define CLK_MMC1 352 #define CLK_MMC2 353 +#define CLK_PDMA0 362 +#define CLK_PDMA1 363 #define CLK_USBH20 365 #define CLK_USBD300 366 #define CLK_USBD301 367