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 8DE31C433F5 for ; Wed, 4 May 2022 20:34:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378082AbiEDUhk (ORCPT ); Wed, 4 May 2022 16:37:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378100AbiEDUhj (ORCPT ); Wed, 4 May 2022 16:37:39 -0400 Received: from mail-oa1-f42.google.com (mail-oa1-f42.google.com [209.85.160.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D3F150056; Wed, 4 May 2022 13:34:02 -0700 (PDT) Received: by mail-oa1-f42.google.com with SMTP id 586e51a60fabf-edf3b6b0f2so1997243fac.9; Wed, 04 May 2022 13:34:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=PE0/mr3CK6LI2EW3G3CcGXz8d3sJvD5z1eOffL3SZjk=; b=1SP7q/suYRiCPJ3lc0mmXbgPUaHyuKYGEwfYMMAao+6wa4RIEgJiiPmEzNDfJK1tfd Mg4JFdGtKhChF7DThRmVySvv5Bs+qNEghF/zoPcYdQWWshqOsfurFVCIzcXaOWZTZb7Y BYSzQKGYR+TFlsrV4gpPvVEHXugZKrO8fwb/4asmc57JFtXJXNf/sez5hsO6vyh/ytBB AvBf2rHn7YKs3awUTn3pZ9WhFSvhwsl2xCx9EQPPMTsmyLAGtKwGxPcTjirBEasLyhmY W4YYiDug+wAmaqKgRH7QdZXMsr7+s5lHZza/mD+YCc5Hl/Fx7Wiqq8+oVPGt0iJQFHzo iN6A== X-Gm-Message-State: AOAM533depqa0A+FlyrJX2wobkkzN8x1sIH4UuBVi7YmIxOy2NhQlWQo HXebyefROCOQuVTiuhHPVKq4o7VvXg== X-Google-Smtp-Source: ABdhPJzaPpzsZu9OKNhkox9cq3OHRCZ9ylrNs5rWf3k1HTRCFemLek1wCkKpOsQ6zTmeEYZ9rFdaHA== X-Received: by 2002:a05:6870:8896:b0:ed:a31a:fbf7 with SMTP id m22-20020a056870889600b000eda31afbf7mr656809oam.273.1651696441692; Wed, 04 May 2022 13:34:01 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id f11-20020a4ae60b000000b0035eb4e5a6bdsm6217952oot.19.2022.05.04.13.34.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 May 2022 13:34:01 -0700 (PDT) Received: (nullmailer pid 2180122 invoked by uid 1000); Wed, 04 May 2022 20:34:00 -0000 Date: Wed, 4 May 2022 15:34:00 -0500 From: Rob Herring To: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= Cc: Krzysztof Kozlowski , Guenter Roeck , linux-kernel@vger.kernel.org, Michael Turquette , openbmc@lists.ozlabs.org, Benjamin Fair , Philipp Zabel , devicetree@vger.kernel.org, Daniel Lezcano , linux-clk@vger.kernel.org, Tomer Maimon , linux-watchdog@vger.kernel.org, Stephen Boyd , Nancy Yuen , Tali Perry , Wim Van Sebroeck , Thomas Gleixner , Avi Fishman , Patrick Venture , Rob Herring Subject: Re: [PATCH v2 1/7] dt-bindings: timer: nuvoton,npcm7xx-timer: Allow specifying all clocks Message-ID: References: <20220429172030.398011-1-j.neuschaefer@gmx.net> <20220429172030.398011-2-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220429172030.398011-2-j.neuschaefer@gmx.net> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 29 Apr 2022 19:20:24 +0200, Jonathan Neuschäfer wrote: > The timer module contains multiple timers. In the WPCM450 SoC, each timer > runs off a clock can be gated individually. To model this correctly, the > timer node in the devicetree needs to take multiple clock inputs. > > Signed-off-by: Jonathan Neuschäfer > --- > > v2: > - no changes > --- > .../devicetree/bindings/timer/nuvoton,npcm7xx-timer.yaml | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring