From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4813CC432BE for ; Wed, 11 Aug 2021 18:53:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 28D3D60EBC for ; Wed, 11 Aug 2021 18:53:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231224AbhHKSxv (ORCPT ); Wed, 11 Aug 2021 14:53:51 -0400 Received: from mail-pl1-f180.google.com ([209.85.214.180]:41803 "EHLO mail-pl1-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230364AbhHKSxt (ORCPT ); Wed, 11 Aug 2021 14:53:49 -0400 Received: by mail-pl1-f180.google.com with SMTP id e15so3875602plh.8; Wed, 11 Aug 2021 11:53:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=06qEygJLTx39dSgIqgtwE46EcOnHTjW1rAqvEK4oK0U=; b=o/22w2xtrGZZ6EJABGZ8LPjpDidUHDLyaxuBZB19gCKopDGVk5kZ/nBdtzwNw8QF/K TN1zhO4zREwV2ESIVV2nj9gKo3GbUtQwQI8mbdtK3Fb1TXVfzqE7cSvxwzo3jtfx2W/a xIOhXEQ6dU+7PmVCgTNkMRG5BZYxz7yHYmI1yge9bWUSoIH2cAwW/RsLiETvsC3Qibqs 8yIUf/WxbMyg1cHUO6cItjnsa/vZibXZHXjlUpKY6nDER8bMas63qQcKhyJnNsfiJ6SI 7JXtNrGqbyrIbW+jCMHeKYhJjRnbEtKF+Brl498h391o5K6aG3+5k8Jc4xYQpoUTpirz ZDrw== X-Gm-Message-State: AOAM531/0UsvCr/MuOpOMS6hcHO6CIk+uDcg1HfAh2YlE++UR7LZBl+e c2ZvqelSJVeFYfEKCdqC1w== X-Google-Smtp-Source: ABdhPJwzpBJ1ynaRsE7+HKXnfeFz0YJ0Zr9leVRMDLimx0O+ThxMCysCraSCWxOuhZEfzKK92jq4YA== X-Received: by 2002:a17:90a:150d:: with SMTP id l13mr66203pja.93.1628708005765; Wed, 11 Aug 2021 11:53:25 -0700 (PDT) Received: from robh.at.kernel.org ([208.184.162.215]) by smtp.gmail.com with ESMTPSA id u27sm262625pfg.83.2021.08.11.11.53.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Aug 2021 11:53:25 -0700 (PDT) Received: (nullmailer pid 89551 invoked by uid 1000); Wed, 11 Aug 2021 18:53:20 -0000 Date: Wed, 11 Aug 2021 12:53:20 -0600 From: Rob Herring To: Nobuhiro Iwamatsu Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, yuji2.ishikawa@toshiba.co.jp, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, Michael Turquette , punit1.agrawal@toshiba.co.jp, Stephen Boyd , Rob Herring Subject: Re: [PATCH v4 1/4] dt-bindings: clock: Add DT bindings for PLL of Toshiba Visconti TMPV770x SoC Message-ID: References: <20210804092244.390376-1-nobuhiro1.iwamatsu@toshiba.co.jp> <20210804092244.390376-2-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210804092244.390376-2-nobuhiro1.iwamatsu@toshiba.co.jp> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 04 Aug 2021 18:22:41 +0900, Nobuhiro Iwamatsu wrote: > Add device tree bindings for PLL of Toshiba Visconti TMPV770x SoC series. > > Signed-off-by: Nobuhiro Iwamatsu > --- > .../clock/toshiba,tmpv770x-pipllct.yaml | 57 +++++++++++++++++++ > 1 file changed, 57 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pipllct.yaml > Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8BA2AC4338F for ; Wed, 11 Aug 2021 18:55:44 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 44D9F6105A for ; Wed, 11 Aug 2021 18:55:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 44D9F6105A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=TVq1en4EW7SPrg6fbzY12Lw3sLDwshHz0/HFg/oKEoo=; b=xFNzF50G4nh2Hg UOtI9Eh8UopcbW7cGixJngv6AY47s3edYZcQI7yl+jpnC9T5+gDv0+RSVuWYx3UgI3sTnwwXb5wrL /1S0G1TIirF9fHaqPkqzMGcD7npti4oTbkUY0WBHAHFVgqgNj//J5mRzmhD0eM3OS0ghxyfPz8pnu YSyTXtqTjdFVDfZxjFkwgitOsedvptqK6Mk5K2opZ7Tt91oKDvk5zG1YVu3f7PNKbERUSKlh98Iao fsKD6PeXxKXtzn8cZRjoHUVquhIt4v/OvwcbeMFBK5ZDb4+CBN0//kNfnwlGHk94nHXZgF2QnVbJ9 tPxwxYxG/m1dMQq25cEQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mDtM1-007vWM-Ok; Wed, 11 Aug 2021 18:53:29 +0000 Received: from mail-pl1-f170.google.com ([209.85.214.170]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mDtLy-007vVy-FQ for linux-arm-kernel@lists.infradead.org; Wed, 11 Aug 2021 18:53:27 +0000 Received: by mail-pl1-f170.google.com with SMTP id b7so3886436plh.7 for ; Wed, 11 Aug 2021 11:53:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=06qEygJLTx39dSgIqgtwE46EcOnHTjW1rAqvEK4oK0U=; b=ToSp7C2OZKevthlMnKasxjlODeBpns8HL8OyDdIkFysJv5aXf3l867O3biRREaJoFf wj4jqg1M0RP7aZDNDwh8NnaDhLQQI2YomlsbJOcE5wmMXAa0tcM+pIIJuy8L4f1zfE0t m4DxIOOcRX8ojHDVxWFuZCK7hLiVy6iXxvIclFDjp2EC0J9PIR0/pGY8EbqgUJ2qYJS4 at2CE0x4ZqXaAZKhzr7YNNN9y7j4v4kXxW++4FCHjdPKhQGILvYPjXm69b2rc+K7M5Fl 0d+E2r2txtOCixBSUGJ+dCtk6MYpD24Xrdg08iM0OsSD3Wzi+Jq+qPpNRECtXvc0U2yS S2iQ== X-Gm-Message-State: AOAM530rZPU/OJ405WvHESYQM+1ZxM28a03lFperJiLmQuATfT/uLJCN tN6ywWO8S4jFsNin1y+H8Q== X-Google-Smtp-Source: ABdhPJwzpBJ1ynaRsE7+HKXnfeFz0YJ0Zr9leVRMDLimx0O+ThxMCysCraSCWxOuhZEfzKK92jq4YA== X-Received: by 2002:a17:90a:150d:: with SMTP id l13mr66203pja.93.1628708005765; Wed, 11 Aug 2021 11:53:25 -0700 (PDT) Received: from robh.at.kernel.org ([208.184.162.215]) by smtp.gmail.com with ESMTPSA id u27sm262625pfg.83.2021.08.11.11.53.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Aug 2021 11:53:25 -0700 (PDT) Received: (nullmailer pid 89551 invoked by uid 1000); Wed, 11 Aug 2021 18:53:20 -0000 Date: Wed, 11 Aug 2021 12:53:20 -0600 From: Rob Herring To: Nobuhiro Iwamatsu Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, yuji2.ishikawa@toshiba.co.jp, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, Michael Turquette , punit1.agrawal@toshiba.co.jp, Stephen Boyd , Rob Herring Subject: Re: [PATCH v4 1/4] dt-bindings: clock: Add DT bindings for PLL of Toshiba Visconti TMPV770x SoC Message-ID: References: <20210804092244.390376-1-nobuhiro1.iwamatsu@toshiba.co.jp> <20210804092244.390376-2-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210804092244.390376-2-nobuhiro1.iwamatsu@toshiba.co.jp> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210811_115326_552431_345AD0D3 X-CRM114-Status: GOOD ( 10.66 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 04 Aug 2021 18:22:41 +0900, Nobuhiro Iwamatsu wrote: > Add device tree bindings for PLL of Toshiba Visconti TMPV770x SoC series. > > Signed-off-by: Nobuhiro Iwamatsu > --- > .../clock/toshiba,tmpv770x-pipllct.yaml | 57 +++++++++++++++++++ > 1 file changed, 57 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pipllct.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel