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.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 E31A2C2B9F4 for ; Thu, 17 Jun 2021 13:10:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BD59D613D6 for ; Thu, 17 Jun 2021 13:10:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232267AbhFQNMU (ORCPT ); Thu, 17 Jun 2021 09:12:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230137AbhFQNMU (ORCPT ); Thu, 17 Jun 2021 09:12:20 -0400 Received: from mail.bugwerft.de (mail.bugwerft.de [IPv6:2a03:6000:1011::59]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 59827C06175F; Thu, 17 Jun 2021 06:10:12 -0700 (PDT) Received: from [192.168.178.130] (p57bc9ba2.dip0.t-ipconnect.de [87.188.155.162]) by mail.bugwerft.de (Postfix) with ESMTPSA id 082F84C00EA; Thu, 17 Jun 2021 13:10:07 +0000 (UTC) Subject: Re: [PATCH v2 2/3] dt-bindings: clock: cs2000-cp: Document aux-output-source To: Geert Uytterhoeven Cc: linux-clk , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Rob Herring , Kuninori Morimoto , Michael Turquette , Stephen Boyd References: <20210519201551.690654-1-daniel@zonque.org> <20210519201551.690654-3-daniel@zonque.org> From: Daniel Mack Message-ID: Date: Thu, 17 Jun 2021 15:10:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Hi Geert, Thanks for looking into this patch! On 6/11/21 2:18 PM, Geert Uytterhoeven wrote: >> + cirrus,aux-output-source: >> + description: >> + Specfies the function of the auxililary clock output pin > > Specifies ... auxiliary > >> + $ref: /schemas/types.yaml#/definitions/uint32 >> + enum: >> + - 0 # CS2000CP_AUX_OUTPUT_REF_CLK: ref_clk input >> + - 1 # CS2000CP_AUX_OUTPUT_CLK_IN: clk_in input >> + - 2 # CS2000CP_AUX_OUTPUT_CLK_OUT: clk_out output >> + - 3 # CS2000CP_AUX_OUTPUT_PLL_LOCK: pll lock status > > Should the default be documented? "default: 0"? Both addressed. I will send a new series soon that supersedes this one and carries some more changes. Daniel