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 51C72C433FE for ; Wed, 4 May 2022 20:34:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378099AbiEDUhk (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: linux-clk@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 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B4960C433F5 for ; Wed, 4 May 2022 20:35:02 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4KtpVF314hz3c7X for ; Thu, 5 May 2022 06:35:01 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.160.49; helo=mail-oa1-f49.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-oa1-f49.google.com (mail-oa1-f49.google.com [209.85.160.49]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4KtpTB050tz3brH for ; Thu, 5 May 2022 06:34:05 +1000 (AEST) Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-e2fa360f6dso2390949fac.2 for ; Wed, 04 May 2022 13:34:05 -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=c1ehVEhs7gdHVaq6O7BpIcdGfrVGcWfEE+9dm3YL4za2cVNPItsT7IAuX+2PbSAFcE BxLX9VGG/6jm5H1vYTJF2dW6NVnmPvcI1/PDH/LARaQfde2oyhrCz83KlnMhrbF6HEQU l/djkJy44mW9XWHQYn7wLxIzeVohRTRDfvqsK9ase58NvGU+9ePM2s6ihr3JzMG8DMsH TZpHFlbpDgUbnRHlYYVCgEOY1Uhmkfjr9kbuAG07WxV+iB/DRXpRIVemTRLxmBc0SOdd Zq3v7GwRZ3x6CXO8oVcu/pCy94aXFbOPQoBeoVaa+/yyi74smwIj7WzbimTlvPCS50TR +G8A== X-Gm-Message-State: AOAM531c99DH/1RBwF8an1Zg0ItYyAjjwgSMpmuX7ReSIRNYaD4z2mGd GQV3w0hDF2hmvxu5XnC1OQ== 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?= 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> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org, Wim Van Sebroeck , Benjamin Fair , Stephen Boyd , Patrick Venture , Michael Turquette , Daniel Lezcano , linux-kernel@vger.kernel.org, Rob Herring , linux-clk@vger.kernel.org, Avi Fishman , Thomas Gleixner , Philipp Zabel , Krzysztof Kozlowski , Tali Perry , openbmc@lists.ozlabs.org, Guenter Roeck , Tomer Maimon Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" 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