From patchwork Fri Jul 7 01:57:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Barinov X-Patchwork-Id: 9829357 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 7259F602F0 for ; Fri, 7 Jul 2017 02:00:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9BACA26E3E for ; Fri, 7 Jul 2017 01:58:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8F67C28582; Fri, 7 Jul 2017 01:58:19 +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.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID 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 0A78426E3E for ; Fri, 7 Jul 2017 01:58:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753255AbdGGB6E (ORCPT ); Thu, 6 Jul 2017 21:58:04 -0400 Received: from mail-yw0-f178.google.com ([209.85.161.178]:36530 "EHLO mail-yw0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753219AbdGGB6C (ORCPT ); Thu, 6 Jul 2017 21:58:02 -0400 Received: by mail-yw0-f178.google.com with SMTP id a12so8192759ywh.3 for ; Thu, 06 Jul 2017 18:58:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cogentembedded-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=CPj4uS2a20I4UtP7AeCFUxpYePxmjAvRolcovsVi5rE=; b=J5POjEV1ULKBkkmrmvypmlvMzYLob6eAcOWskwF7FnW+ygpFP3MBhdh2QvATBzdVYl 1jM00tniob1/nq2WN6+/OnHJvdPKgHe21FJWkp3hM/eeJYEcUbaX01eceb2Dm37UKeZn 9DzPQr3RawTwaki+KdV2B8DyiXByLQiuy5LoBp5f/zvejVtoUA5JbE73L2QHlTMFsuxB frHvBurlxSnOsF/bgZ37DY5DfBKKXFEG7UvJE3xUJIPJZoxV78xtEmn/jiP7PDHNuh2t DT+KZWC5ON6Ll/XLn5VynRDmaDonsbUUpkknfL4dex6eJISxhJt/b2LJ2MZkWJhy6Fst eGWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=CPj4uS2a20I4UtP7AeCFUxpYePxmjAvRolcovsVi5rE=; b=NnWnOX8gNNWq880N3OXFnkaJfh/JoQ+/SbmcgokGpy6NiqkW5W2MuG4ZXKdJ3amRWW EmdGjybqM3Nc+bbxmeNjvNGjzH/FdWr+cWlYaxNrXb6VdAGX2ZZbY9gsffFwLCUT6Ep4 NDOEkak2BmZ84BmNU29Uowx1FbcFnSNMZibm6yUwYSAw8/Y+XZALWFpJVhna7NuCs2gr QMt2Ep434Rjeeeq4tP/Ijl5+ZL1cEOkPLzXbpFkOBhFwN9PB3+6IJgYehzYiTXL569zE eJxROhu482/GJaOMDNpGfWHh+iPf3bltrK5S2lDUZwNibPmNo9N6mOwTKIigI1hsEkYL +5bg== X-Gm-Message-State: AIVw1100xMU1YTWFzSE9DzGTzRuSIQD+wNEs90/Bl0BJ7GL1s7FeZmPh Fg1H99DTf1QEIUls X-Received: by 10.13.232.136 with SMTP id r130mr108692ywe.161.1499392681387; Thu, 06 Jul 2017 18:58:01 -0700 (PDT) Received: from opad.hil-atlpchx.atl.wayport.net ([63.140.207.18]) by smtp.gmail.com with ESMTPSA id m30sm827340ywh.29.2017.07.06.18.57.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 06 Jul 2017 18:58:00 -0700 (PDT) From: Vladimir Barinov To: Marek Vasut , Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Vladimir Barinov Subject: [PATCH 2/2] dt: Add bindings for IDT VersaClock 5P49V5925 Date: Fri, 7 Jul 2017 04:57:57 +0300 Message-Id: <1499392677-9100-1-git-send-email-vladimir.barinov@cogentembedded.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1499392623-9011-1-git-send-email-vladimir.barinov@cogentembedded.com> References: <1499392623-9011-1-git-send-email-vladimir.barinov@cogentembedded.com> 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 From: Vladimir Barinov IDT VersaClock 5 5P49V5925 has 4 clock outputs, 4 fractional dividers. Input clock source can be taken only from external reference clock. Signed-off-by: Vladimir Barinov --- Documentation/devicetree/bindings/clock/idt,versaclock5.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/idt,versaclock5.txt b/Documentation/devicetree/bindings/clock/idt,versaclock5.txt index 53d7e50..a1ad9e0 100644 --- a/Documentation/devicetree/bindings/clock/idt,versaclock5.txt +++ b/Documentation/devicetree/bindings/clock/idt,versaclock5.txt @@ -6,19 +6,21 @@ from 3 to 12 output clocks. ==I2C device node== Required properties: -- compatible: shall be one of "idt,5p49v5923" , "idt,5p49v5933" , - "idt,5p49v5935". +- compatible: shall be one of "idt,5p49v5923" , "idt,5p49v5925" , + "idt,5p49v5933", "idt,5p49v5935". - reg: i2c device address, shall be 0x68 or 0x6a. - #clock-cells: from common clock binding; shall be set to 1. - clocks: from common clock binding; list of parent clock handles, - - 5p49v5923: (required) either or both of XTAL or CLKIN + - 5p49v5923 and + - 5p49v5925: (required) either or both of XTAL or CLKIN reference clock. - 5p49v5933 and - 5p49v5935: (optional) property not present (internal Xtal used) or CLKIN reference clock. - clock-names: from common clock binding; clock input names, can be - - 5p49v5923: (required) either or both of "xin", "clkin". + - 5p49v5923 and + - 5p49v5925: (required) either or both of "xin", "clkin". - 5p49v5933 and - 5p49v5935: (optional) property not present or "clkin". @@ -37,6 +39,7 @@ clock specifier, the following mapping applies: 1 -- OUT1 2 -- OUT4 +5P49V5925 and 5P49V5935: 0 -- OUT0_SEL_I2CB 1 -- OUT1