Received: by 10.223.164.221 with SMTP id h29csp3053690wrb; Fri, 3 Nov 2017 00:28:00 -0700 (PDT) X-Google-Smtp-Source: ABhQp+Q7Jtm2m8+wbgqyaGHBHpW/fWVohsw9Ebb96xoz4vYt902JcFuzKcr4CpBqw7Rb64PLfi5s X-Received: by 10.99.171.6 with SMTP id p6mr6484688pgf.30.1509694080263; Fri, 03 Nov 2017 00:28:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1509694080; cv=none; d=google.com; s=arc-20160816; b=HZGKnBGqYM4BptxGcufgcEFJ8IY8WbaMoGEaysYio2oreuaUFNElrG1i0UMxRxLOWh xWhvx/RyJlFDy8/geryD46CfaakZBpwTujX0wRdvK3UukwJy4wjCGKL4+9wC/iLSRXBD VBtXHwJcChkP6j0X+zWNBM6PlBEATAL8fVr1/PfwfBAkYCmJCy0cKu7YYvHbSOAFf0a6 Zfc4s+zrPSSZAgtZMyR9J/5Cnl4UIDfJXxcVcu6GgTpocsZwpTObpVA471bMzq+ZjXVz Ysv1gG94uEwPZbkaHR3XZH5EjvxrEFia4jy5ygBf23KbispcMKxMlWkzh98RxJpcnEsa 43SQ== 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:arc-authentication-results; bh=NsALhC7xdVmPefs6TaPfel7tW1UrF7szpFTgBWkiWhI=; b=VcifBWDL03cFmFxG7EU34MQG4VCZsLBK+heDSa8mgemri68FQTOsrdF7JE6lRDIkpY uSi6KI0rY+HGWBEThN0PopARknhGpci71jrXSAHWCxDPNRPEW92G6Efiy+jwGUtMy1Xl Iw8BV3buFyh0Gtp9JvtLSrff6yh+sZzjIOdep5lSxhogcxQNpDGZ1Cewv416mFB8QxNl 4Y2nxcovRyUvyK+1Tahtd5/wz3g5Uk2Z7Akgf356EfpfGa1QT4m1P5NIXdtagjxnQJi4 wL5rkb7wcUdj3sP/A2Bgm/pSScDqpwRcw+84/sEyuhvFgHlpaLr+6kb1dRlolZ7al3p7 0uUw== 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 t123si5446444pgc.151.2017.11.03.00.27.44; Fri, 03 Nov 2017 00:28:00 -0700 (PDT) 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 S1755330AbdKCH0l (ORCPT + 96 others); Fri, 3 Nov 2017 03:26:41 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:48180 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752452AbdKCH0P (ORCPT ); Fri, 3 Nov 2017 03:26:15 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 292AD82D7B106; Fri, 3 Nov 2017 15:26:01 +0800 (CST) Received: from vm167-7.huawei.com (10.177.167.7) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.361.1; Fri, 3 Nov 2017 15:25:09 +0800 From: Kaihua Zhong To: , , , , , , , , , , , , , CC: , , , , , , Subject: [PATCH 1/3] dt-bindings: clk: Hi3660: Document stub clock Date: Fri, 3 Nov 2017 15:25:05 +0800 Message-ID: <1509693907-90682-2-git-send-email-zhongkaihua@huawei.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1509693907-90682-1-git-send-email-zhongkaihua@huawei.com> References: <1509693907-90682-1-git-send-email-zhongkaihua@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.177.167.7] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Leo Yan Document the DT binding for stub clock which is used for CPU, GPU and DDR frequency scaling. Signed-off-by: Leo Yan --- Documentation/devicetree/bindings/clock/hi3660-clock.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/clock/hi3660-clock.txt b/Documentation/devicetree/bindings/clock/hi3660-clock.txt index 0035a7e..946da7c 100644 --- a/Documentation/devicetree/bindings/clock/hi3660-clock.txt +++ b/Documentation/devicetree/bindings/clock/hi3660-clock.txt @@ -13,12 +13,18 @@ Required Properties: - "hisilicon,hi3660-pmuctrl" - "hisilicon,hi3660-sctrl" - "hisilicon,hi3660-iomcu" + - "hisilicon,hi3660-stub-clk" - reg: physical base address of the controller and length of memory mapped region. - #clock-cells: should be 1. +Optional Properties: + +- mboxes: Phandle to the mailbox for sending message to MCU. + (See: ../mailbox/hisilicon,hi3660-mailbox.txt for more info) + Each clock is assigned an identifier and client nodes use this identifier to specify the clock which they consume. -- 1.9.1 From 1582967103305366597@xxx Thu Nov 02 15:04:30 +0000 2017 X-GM-THRID: 1582916317399179995 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread