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 890FAC433EF for ; Wed, 23 Mar 2022 14:26:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237204AbiCWO2S (ORCPT ); Wed, 23 Mar 2022 10:28:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231790AbiCWO2P (ORCPT ); Wed, 23 Mar 2022 10:28:15 -0400 Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21B38DF2C; Wed, 23 Mar 2022 07:26:44 -0700 (PDT) Received: by mail-qt1-f179.google.com with SMTP id t7so1234978qta.10; Wed, 23 Mar 2022 07:26:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MgaVbTc6NIAbgS2wEZfzTz0EIf+0SLB19R8ha1w5Zmc=; b=6yh7OkIoFpKFL3aPJ7SSm/F4hrHx85q6Ka0r12r0MXCDIuKsUseKrtkxutPWaOBqFR DsWng2xiiJYyaQuFoKxrWH/gZtgpZXuEyj01WrK0XuLQcWyChNzW5KbKPyBca37a+i8d Mxc40PYPJXFpaHz46kIHmtEEiFLwO+URSI1aBIB9PjMVKxompgXlBsd6XhwKxrUHZfnJ 84QOYmLQo6FE8XiHp4qedljX5H2HGCGDzJ2lk/5XSOLzgKoG2cqIQlbu4ErJO/X7qG/u yNjFmsOwd+OowWNLgVHTL9hLFyFOSVcBPnToBZJP/YRb/VIq/KmTErDqWKDx/pixMIGU XAqQ== X-Gm-Message-State: AOAM533tbJpw0/aOGCa5UG78a9EZUN8hpq3xlmtzzQCl+J2jFkkRYEWE yKJRwP8gmpXcFHHLlPA9CZOlNAhT1k0rqquj X-Google-Smtp-Source: ABdhPJzPnzoyNIrd1y1A1+ahUJOehAFamtMkh/kPgcBS1SG4dLj9mcGF3yn2if79yS8zlNzQ6JvmxQ== X-Received: by 2002:ac8:57ca:0:b0:2e2:131b:6f0e with SMTP id w10-20020ac857ca000000b002e2131b6f0emr11994094qta.664.1648045602739; Wed, 23 Mar 2022 07:26:42 -0700 (PDT) Received: from mail-yb1-f171.google.com (mail-yb1-f171.google.com. [209.85.219.171]) by smtp.gmail.com with ESMTPSA id b21-20020a05620a04f500b0067b4895472esm75201qkh.5.2022.03.23.07.26.42 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 23 Mar 2022 07:26:42 -0700 (PDT) Received: by mail-yb1-f171.google.com with SMTP id z8so2989358ybh.7; Wed, 23 Mar 2022 07:26:42 -0700 (PDT) X-Received: by 2002:a5b:a8f:0:b0:633:fd57:f587 with SMTP id h15-20020a5b0a8f000000b00633fd57f587mr190730ybq.506.1648045601981; Wed, 23 Mar 2022 07:26:41 -0700 (PDT) MIME-Version: 1.0 References: <20220301190400.1644150-1-robh@kernel.org> In-Reply-To: From: Geert Uytterhoeven Date: Wed, 23 Mar 2022 15:26:30 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] dt-bindings: clock: renesas: Make example 'clocks' parsable To: Rob Herring Cc: Michael Turquette , Stephen Boyd , Krzysztof Kozlowski , Linux-Renesas , linux-clk , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, On Wed, Mar 23, 2022 at 3:07 PM Rob Herring wrote: > On Tue, Mar 8, 2022 at 3:53 AM Geert Uytterhoeven wrote: > > On Fri, Mar 4, 2022 at 2:28 PM Rob Herring wrote: > > > On Fri, Mar 4, 2022 at 3:09 AM Geert Uytterhoeven wrote: > > > > On Tue, Mar 1, 2022 at 8:04 PM Rob Herring wrote: > > > > > 'clocks' in the example is not parsable with the 0 phandle value > > > > > because the number of #clock-cells is unknown in the previous entry. > > > > > Solve this by adding the clock provider node. Only 'cpg_clocks' is > > > > > needed as the examples are built with fixups which can be used to > > > > > identify phandles. > > > > > > > > > > This is in preparation to support schema validation on .dtb files. > > > > > > > > > > Signed-off-by: Rob Herring > > > > > > > > Thanks for your patch! > > > > > > > > Reviewed-by: Geert Uytterhoeven > > > > > > > > Do you want me to queue this in renesas-clk-for-v5.19, or do you > > > > want to take it yourself, together with the validation patches? > > > > Please let me know. > > > > > > You can take it. > > > > Thanks, queuing in renesas-clk-for-v5.19. > > This needs to go in 5.18, not 5.19. Mike/Stephen: can you please take this directly? Thanks! Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds