From patchwork Tue Feb 12 17:50:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 10808387 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6C5A6746 for ; Tue, 12 Feb 2019 17:51:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5B6F02C017 for ; Tue, 12 Feb 2019 17:51:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4F9342C246; Tue, 12 Feb 2019 17:51:06 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 D765B2C2EF for ; Tue, 12 Feb 2019 17:51:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728764AbfBLRvF (ORCPT ); Tue, 12 Feb 2019 12:51:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:55212 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728438AbfBLRvC (ORCPT ); Tue, 12 Feb 2019 12:51:02 -0500 Received: from localhost.localdomain (unknown [194.230.155.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 72BA420842; Tue, 12 Feb 2019 17:50:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549993860; bh=Y9Q0OxZhuzcTIEW9s/8KTeqGtmmlVTtjf2PpH/LOqnY=; h=From:To:Subject:Date:From; b=r12BhEqKl/QWhUrqlqyXZGGxy5N9T0hfqus0VxArxehSmfIwRPSqO5z8U+Ig70Mm8 7aFDfi3XJPHyoLes+FFw2qFcJRTPI51gjjRK6GL7eGZfjWllOfPIpvFzM+aHu1T+Mg zV3yzgAvNdKD6LGlaJEBf3A8V2aJJ3ivpesWUYK8= From: Krzysztof Kozlowski To: Rob Herring , Mark Rutland , Kukjin Kim , Krzysztof Kozlowski , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Michael Turquette , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: [PATCH 0/4] clk/ARM: exynos: Add ADC to Exynos5410 (Odroid XU) Date: Tue, 12 Feb 2019 18:50:48 +0100 Message-Id: <20190212175052.6310-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, The DTS patch depends on bindings header with clock ID. I will take it through samsung-soc for consecutive release. Best regards, Krzysztof Krzysztof Kozlowski (4): dt-bindings: clock: exynos: Put CLK_UART3 in order dt-bindings: clock: exynos: Add ADC clock ID to Exynos5410 clk: samsung: exynos5410: Add gate clock for ADC ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU arch/arm/boot/dts/exynos5410-odroidxu.dts | 5 +++++ arch/arm/boot/dts/exynos5410.dtsi | 6 ++++++ arch/arm/boot/dts/exynos5420.dtsi | 18 ++++++------------ arch/arm/boot/dts/exynos54xx.dtsi | 9 +++++++++ drivers/clk/samsung/clk-exynos5410.c | 1 + include/dt-bindings/clock/exynos5410.h | 3 ++- 6 files changed, 29 insertions(+), 13 deletions(-)