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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 6F694C2D0C0 for ; Thu, 26 Dec 2019 18:57:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3D5B220838 for ; Thu, 26 Dec 2019 18:57:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577386633; bh=egJk+YJEdEZUHkmawZ2xJQDY2KVH9LnoXavNew67DIk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=bUdt72wIiMJT+EO7b3SoL83zAzBTb7O5yL4RVD9t7UNKNC1i8TwAQxR7iBZc5qVEe C2mS/2gOOlj23pSoEIwqom+2Bz4qQkbU+mVZIEaLA4q+wF5yGmeA02Mnl++nFBd+gP uc7q5C05+vlgt/MYogb4pEicYak00jTx2JeIGacI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726796AbfLZS5N (ORCPT ); Thu, 26 Dec 2019 13:57:13 -0500 Received: from mail-il1-f194.google.com ([209.85.166.194]:44748 "EHLO mail-il1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726480AbfLZS5M (ORCPT ); Thu, 26 Dec 2019 13:57:12 -0500 Received: by mail-il1-f194.google.com with SMTP id z12so20757056iln.11; Thu, 26 Dec 2019 10:57:12 -0800 (PST) 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:user-agent; bh=bfFASreyzqEKIaIlQEpKOKdP7fjtn5hK821zVwpHaQg=; b=UKnTkfk3sKiD+1Si4Fuwie6HBVKmziVqG8kPEpZMIlXT1fXfA0uZ4OUHRuy/jBng/X LJPOLFTa1UvbN/td4f33GgdShyM2luvbwEVfIq7BVfHQvjZUPtdakj1GS4hcF3ucQx51 DwVBjQgvCovW0PYKLstKtI5zx3HQPNWhQ5kUNaI7PpxpffgU5qwsYObk49MNntW44XCu FNrib3L00vSsaV1H+HIGTvRH/AVbYybNk7fI1apRfxuxrFxtUVlLqHLQdX/tPzAkQlL5 7muOI4yfx1OihFRUNeYhs0IfCQ5OD9or9cgjIr7vyyADTjIGVK8xW0qPOhwmqjYnSC5R WSGQ== X-Gm-Message-State: APjAAAVE2erL76cjmfYuB1hn0LBM4XFae/5X9i9DYJJ8qhLo4ryvPCVh rx7v1peIDgKjwmzb0l6toA== X-Google-Smtp-Source: APXvYqwgg1UJCnGmdjOODKkwLbFlszTIpJ9ffWr9vGwMXlrCkaUxy18fBNKT9IVuOEOa3OdclX8XJg== X-Received: by 2002:a92:b06:: with SMTP id b6mr38897567ilf.127.1577386632134; Thu, 26 Dec 2019 10:57:12 -0800 (PST) Received: from localhost ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id k7sm6215606iol.15.2019.12.26.10.57.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Dec 2019 10:57:11 -0800 (PST) Date: Thu, 26 Dec 2019 11:57:10 -0700 From: Rob Herring To: Chunyan Zhang Cc: Stephen Boyd , Michael Turquette , Mark Rutland , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Orson Zhai , Baolin Wang , Chunyan Zhang , Chunyan Zhang Subject: Re: [PATCH V2 4/6] clk: sprd: Add dt-bindings include file for SC9863A Message-ID: <20191226185710.GA13156@bogus> References: <20191216121932.22967-1-zhang.lyra@gmail.com> <20191216121932.22967-5-zhang.lyra@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191216121932.22967-5-zhang.lyra@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Mon, 16 Dec 2019 20:19:30 +0800, Chunyan Zhang wrote: > From: Chunyan Zhang > > This file defines all SC9863A clock indexes, it should be included in the > device tree in which there's device using the clocks. > > Signed-off-by: Chunyan Zhang > --- > include/dt-bindings/clock/sprd,sc9863a-clk.h | 345 +++++++++++++++++++ > 1 file changed, 345 insertions(+) > create mode 100644 include/dt-bindings/clock/sprd,sc9863a-clk.h > Reviewed-by: Rob Herring