Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2827971imu; Mon, 17 Dec 2018 08:26:07 -0800 (PST) X-Google-Smtp-Source: AFSGD/Vzq/BVhCUxQevVb29tUq/7WegNreiDy9qTdddKEy73Oqz3qOb3r/AYX4vmxMD4/SN7J6L0 X-Received: by 2002:a17:902:3383:: with SMTP id b3mr12987029plc.170.1545063967724; Mon, 17 Dec 2018 08:26:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545063967; cv=none; d=google.com; s=arc-20160816; b=kTanvPTuBL+W+QmqDcsVv7uVnJg8msmV/jZDjXAN0CP3pi1ZzO4dsEI6ObSmiiRuNC Izs0BZZaU5bnQa8VKeBM8oqJJdTUdUAskFwhHED62NdcvYhpAy7P1COMwwNlztIFCl4v O9UbBkH3iAFf+4ELA1MN1T4cyi42hphPOIkJBBQlKaNa9keP+XboVcznCu1VZb1B/y2u 6Ii3TZxtV7qt66EdDgrWEyq7IIy1XVIo6oq/JXEbxBiAaECE8Dlqe3jFX5tlOvo0XtGf 9gGL8ZrAlClEuU6aGprcYVTM8PWVQ7o3ThtPV2LUAKYGEMplx8EN0gzbkBIyM0vTn075 Gmjg== 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=zpFVRXpNHC7B7pj0tXirtjZzdfThZf2pSXUpCIpJAzj3mSdAJJzjkG7FODPuWC2m55 Vn2vTGa4ChYJjGmplNyk66rTJ/ssOgm1hz8VyeVtIJcetPXj6Aw9n37jKk5HONRa3XkN rbI4gEi1pQ8wibkrUE35z99IB6+FILSKRuwW4DxDckZnsqRdUJvS50UUEELo7JlFoWWD NICdT0y/BzbK3hrGhYcoJpW9ZaIERyHcLlqNSNmBhTxuD+X3NnsOz002CHwaEx6Dsgy0 zqdP4fjV/TPOvsFruHQE70b5ckrOsB2XMcQbMNa/PNVGqgu+RHiyHLQXenJYNipDLtCE W0FA== 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 1si11244029plr.189.2018.12.17.08.25.51; Mon, 17 Dec 2018 08:26:07 -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 S2388204AbeLQQYp (ORCPT + 99 others); Mon, 17 Dec 2018 11:24:45 -0500 Received: from mail-sh2.amlogic.com ([58.32.228.45]:33928 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387823AbeLQQYm (ORCPT ); Mon, 17 Dec 2018 11:24:42 -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; Tue, 18 Dec 2018 00:24:50 +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 v8 3/4] clk: meson: add DT documentation for emmc clock controller Date: Tue, 18 Dec 2018 00:24:09 +0800 Message-ID: <1545063850-21504-4-git-send-email-jianxin.pan@amlogic.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1545063850-21504-1-git-send-email-jianxin.pan@amlogic.com> References: <1545063850-21504-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