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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67FEAC41513 for ; Wed, 9 Aug 2023 13:47:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232418AbjHINrY (ORCPT ); Wed, 9 Aug 2023 09:47:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231540AbjHINrY (ORCPT ); Wed, 9 Aug 2023 09:47:24 -0400 Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5C181B6 for ; Wed, 9 Aug 2023 06:47:22 -0700 (PDT) Received: by mail-wr1-x42a.google.com with SMTP id ffacd0b85a97d-31783d02093so5762299f8f.0 for ; Wed, 09 Aug 2023 06:47:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20221208.gappssmtp.com; s=20221208; t=1691588841; x=1692193641; h=mime-version:message-id:in-reply-to:date:subject:cc:to:from :user-agent:references:from:to:cc:subject:date:message-id:reply-to; bh=PE5cJzvntX1qIl6Z53C3/b2JXH5RY4FZGtDgaWloFqA=; b=fkx/JwZPfS0BAH2aVLs/mI7AhmfMoMPWUzRIZWS1Uri7+pwvP8BjWK7CEkOU/1ggKe 9N3uGSMwEPgkSsc4hOkYDgoiDvocZGt0KHArjCjknDPTd1+1Lu7nJWVuw6cvko/gCqQ8 xGn2deiABWf7HUPR+q1Rl77LtFJK1RONdiQfp6NBOCwyx2KVp8DGVBKZ5Ma/juCBAR7K RKGYMcnjpyFGO8TRZxiw6tQxELTj8PPW0XUgEcsoZqszU841/7sOpjiVHTvnUH+GyLLO C8B1p91Ohp62Hy27Rv1Kt95MMupD6kcpjX/MTKd8/rr9H4B/ENOokWfZeEdBcDGlYBYj QoEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691588841; x=1692193641; h=mime-version:message-id:in-reply-to:date:subject:cc:to:from :user-agent:references:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=PE5cJzvntX1qIl6Z53C3/b2JXH5RY4FZGtDgaWloFqA=; b=XjL3xoZczlBm4EgT9hTgUdBJyIa6zh4GzWyVuYQcks8vjslCw07ysEGedgzlEvuZjF NKmZBgpNTI55NMv+FHZ4/JyOI9BRIrc01ANBDDp8sDWpS/2FCphw9WM0rrvLZ+hpax/k Y/TD5/7dAmGLjHUtEWYIboDluAfQJcZbUDCCJy6jxXKILaNZd2FrK/l7APxabbEVnKLT 71z1Izav08BJG7SE4NEfDVMiHbetOqB0GlhxLSahY+XfwdLC9m51FPS2IAqAaNYtmhPf +B4kDMY3FiJLuHN03J981ICSnR671WQ0F4mH3ywhrGlNLS7GvgOYDicTUyihoJGupLnE BuRw== X-Gm-Message-State: AOJu0Yx1YTgApeQx5XGkJe99oH475D/b4BBtItKOLJA2ZYA7AaNM1GRj 5t5aVC9fWmEN19LDsdNp0Pkyng== X-Google-Smtp-Source: AGHT+IGDoLFaQy+WmBagoOTGH8xLuZ2hKnQLCQUA91JqHrtZq4wtyGXz7CjCYNJSikZpVukGoMVVqw== X-Received: by 2002:adf:f8cb:0:b0:317:9537:d741 with SMTP id f11-20020adff8cb000000b003179537d741mr1900502wrq.54.1691588841370; Wed, 09 Aug 2023 06:47:21 -0700 (PDT) Received: from localhost ([2a01:e0a:3c5:5fb1:2a0f:2daa:ffb5:cc02]) by smtp.gmail.com with ESMTPSA id i12-20020a5d55cc000000b00314427091a2sm16850870wrw.98.2023.08.09.06.47.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Aug 2023 06:47:20 -0700 (PDT) References: <20230808194811.113087-1-alexander.stein@mailbox.org> <1j5y5obt0u.fsf@starbuckisacylon.baylibre.com> User-agent: mu4e 1.8.13; emacs 28.2 From: Jerome Brunet To: Krzysztof Kozlowski , Alexander Stein , Neil Armstrong , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Dmitry Rokosov Cc: linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 1/1] dt-bindings: clock: meson: Convert axg-audio-clkc to YAML format Date: Wed, 09 Aug 2023 15:46:33 +0200 In-reply-to: Message-ID: <1j1qgcba54.fsf@starbuckisacylon.baylibre.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Wed 09 Aug 2023 at 15:02, Krzysztof Kozlowski wrote: > On 09/08/2023 08:58, Jerome Brunet wrote: >>>> + required: >>>> + - '#reset-cells' >>> >>> else: >>> properties: >>> '#reset-cells': false >>> ??? >>> >>> >>> You need to constrain the clocks per variant. Probably names are also >>> specific to each one, so the list of names can be moved here and you >>> keep just min/maxItems in the top level property. >>> >> >> input clock names and constraints are the same for all 3 variants. > > Then why do you have this huge, apparently unnecessary, oneOf? If it's > the same, then drop the oneOf and make number of clocks fixed. > As I pointed out, this section is wrong. > > Best regards, > Krzysztof