Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5043269imu; Wed, 19 Dec 2018 04:47:13 -0800 (PST) X-Google-Smtp-Source: AFSGD/XrZx0wNY/HpL6lfI+84sba6Z3//mzuW6//7XapS1nUcttmeWObGLNCabp0Paj5IQgvQ3nh X-Received: by 2002:a17:902:6bc4:: with SMTP id m4mr19200026plt.93.1545223633188; Wed, 19 Dec 2018 04:47:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545223633; cv=none; d=google.com; s=arc-20160816; b=wHMAbBkmu4me0jN3Reht09fBABEkhaF5KQBBdI9JyRowg1vpZvHPsyipfd+3cu+8ph DFr6b/5nC1hFYUupYV4joAcEQtU54BoCkYxVDA5AkbTOnbIQiiRKC/2URoYj8rmb4FRV FEmMUknmb2LMw4TAFVmFdoqDUwREM1koC/V/8XtKrBwXjTDZdn00ymZe5NDWBxV82c1x VnKJiZB9aRv/sQM1RCeUvZEtjDjWfACotVZJcU3/kIoUpxBNUI1T7wGurAOl/YGKOvdn jB/2neKX5rggFkv4pNy6i4U2Qkek+92nvqG6TSvVNO3C1D6XFRchw+4OJbHzcZfox2ht k/bg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=lWJ9zH3pOu1B3RU4gZ7cSmZSY1c0vlY5gq26QsKijk0=; b=Xh60RaI932XPkTcSCLFuU2bVXU8a4K37V1G1aYgPzm6AECDRu2b/ek3AxPh3L6X1IM QEm79Pk9SB4RfT7JPPxMhJsro8pirl9SeRy9/SeMkS60sXi3QWjoy479Q3Q00j1cyK25 cT9rFdAULvr4oDlarRPHvcQG/5XfqL2sc1VLyoLCH5URsVgps2xy91CskuApk+qQMayd lkV3ZKxtCtVlQ3r8uQCl8BTI7kYOzsRkHKg8j57r5TcWUgl2j3cxbYRV2whAXNTbuOjE 11GZNJrRqCwugL7Qfi7UfZZFpFULaCIYuedHu+TNnGbGv80/krMRkH76mO7KbgkXwX7b VzuQ== 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 v16si15591831pgc.519.2018.12.19.04.46.57; Wed, 19 Dec 2018 04:47:13 -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 S1729393AbeLSLlG (ORCPT + 99 others); Wed, 19 Dec 2018 06:41:06 -0500 Received: from mail-sh2.amlogic.com ([58.32.228.45]:6680 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729294AbeLSLlE (ORCPT ); Wed, 19 Dec 2018 06:41:04 -0500 Received: from localhost.localdomain (10.18.11.217) by mail-sh2.amlogic.com (10.18.11.6) with Microsoft SMTP Server id 15.0.1320.4; Wed, 19 Dec 2018 19:41:18 +0800 From: Jianxin Pan To: Jerome Brunet , Neil Armstrong CC: Yixun Lan , Jianxin Pan , Kevin Hilman , Carlo Caione , Michael Turquette , Stephen Boyd , Rob Herring , Miquel Raynal , Boris Brezillon , Martin Blumenstingl , Liang Yang , Jian Hu , Qiufang Dai , Hanjie Lin , Victor Wan , , , , Subject: [PATCH RESEND v8 3/4] clk: meson: add DT documentation for emmc clock controller Date: Wed, 19 Dec 2018 19:40:41 +0800 Message-ID: <1545219642-9834-4-git-send-email-jianxin.pan@amlogic.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1545219642-9834-1-git-send-email-jianxin.pan@amlogic.com> References: <1545219642-9834-1-git-send-email-jianxin.pan@amlogic.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.18.11.217] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Yixun Lan Document the MMC sub clock controller driver, the potential consumer of this driver is MMC or NAND. Also add four clock bindings IDs which provided by this driver. Reviewed-by: Rob Herring Signed-off-by: Yixun Lan Signed-off-by: Jianxin Pan --- .../devicetree/bindings/clock/amlogic,mmc-clkc.txt | 39 ++++++++++++++++++++++ include/dt-bindings/clock/amlogic,mmc-clkc.h | 17 ++++++++++ 2 files changed, 56 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/amlogic,mmc-clkc.txt create mode 100644 include/dt-bindings/clock/amlogic,mmc-clkc.h diff --git a/Documentation/devicetree/bindings/clock/amlogic,mmc-clkc.txt b/Documentation/devicetree/bindings/clock/amlogic,mmc-clkc.txt new file mode 100644 index 0000000..0f518e6 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/amlogic,mmc-clkc.txt @@ -0,0 +1,39 @@ +* Amlogic MMC Sub Clock Controller Driver + +The Amlogic MMC clock controller generates and supplies clock to support +MMC and NAND controller + +Required Properties: + +- compatible: should be: + "amlogic,gx-mmc-clkc" + "amlogic,axg-mmc-clkc" + +- #clock-cells: should be 1. +- clocks: phandles to clocks corresponding to the clock-names property +- clock-names: list of parent clock names + - "clkin0", "clkin1" + +- reg: address of emmc sub clock register + +Example: Clock controller node: + +sd_mmc_c_clkc: clock-controller@7000 { + compatible = "amlogic,axg-mmc-clkc", "syscon"; + reg = <0x0 0x7000 0x0 0x4>; + #clock-cells = <1>; + + clock-names = "clkin0", "clkin1"; + clocks = <&clkc CLKID_SD_MMC_C_CLK0>, + <&clkc CLKID_FCLK_DIV2>; +}; + +sd_emmc_b_clkc: clock-controller@5000 { + compatible = "amlogic,axg-mmc-clkc", "syscon"; + reg = <0x0 0x5000 0x0 0x4>; + + #clock-cells = <1>; + clock-names = "clkin0", "clkin1"; + clocks = <&clkc CLKID_SD_EMMC_B_CLK0>, + <&clkc CLKID_FCLK_DIV2>; +}; diff --git a/include/dt-bindings/clock/amlogic,mmc-clkc.h b/include/dt-bindings/clock/amlogic,mmc-clkc.h new file mode 100644 index 0000000..34a3c56 --- /dev/null +++ b/include/dt-bindings/clock/amlogic,mmc-clkc.h @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ +/* + * Meson MMC sub clock tree IDs + * + * Copyright (c) 2018 Amlogic, Inc. All rights reserved. + * Author: Yixun Lan + */ + +#ifndef __MMC_CLKC_H +#define __MMC_CLKC_H + +#define CLKID_MMC_DIV 0 +#define CLKID_MMC_PHASE_CORE 1 +#define CLKID_MMC_PHASE_TX 2 +#define CLKID_MMC_PHASE_RX 3 + +#endif -- 1.9.1