From nobody Thu Sep 18 04:19:26 2025 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 3DF6CC4332F for ; Fri, 9 Dec 2022 15:48:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230134AbiLIPsF (ORCPT ); Fri, 9 Dec 2022 10:48:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230350AbiLIPr1 (ORCPT ); Fri, 9 Dec 2022 10:47:27 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E231C379FE; Fri, 9 Dec 2022 07:47:26 -0800 (PST) Date: Fri, 09 Dec 2022 15:47:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1670600844; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kWhPFQaF7u4DJr+B6nu29bDhBVH9d+i6oLF6X/1Nlmc=; b=ejf9GsbtK8AK1hKqLUwVCXc4CDKaVLHQimSgsyRmm+VHhOxjuXvnpDdDWpXZvfHa8mWewJ bvJGBZpKNqHnnnMrg92ymbftewHNIsb1WKHtVdfAX3FyYGm/ZQLDzp/leKybiCf9bbavC7 ALChGBba14G5RqmQTCjAWODokaweJ7vCn5arFlHJe7n7ab6zouoK2f+ODSLMJgQEbtr6dD KtBzjGglgPy7LKCS74wRncyTBsPuD1l7mJrHL1DPA8TG+65ossSs4pZ/0EQ9EP7TdAAxUw DMDAD5Dei+Vd7AsPfTE6JOG0KaBpYLFGONPLcQZoNEUZddFdPlazXtfYxS4cMw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1670600844; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kWhPFQaF7u4DJr+B6nu29bDhBVH9d+i6oLF6X/1Nlmc=; b=QUv1RTcDb9m9qmQMtyHi2lX56pmR9dD8a5kK6z0z0EvpoAU3j94Wx/bUTNMX5sQcLp0usA 5EiU6tjRpTYryhAA== From: tip-bot2 for Jonathan =?utf-8?q?Neusch=C3=A4fer?= Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: timers/core] dt-bindings: timer: nuvoton,npcm7xx-timer: Allow specifying all clocks Cc: j.neuschaefer@gmx.net, Rob Herring , Joel Stanley , Daniel Lezcano , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20221104161850.2889894-2-j.neuschaefer@gmx.net> References: <20221104161850.2889894-2-j.neuschaefer@gmx.net> MIME-Version: 1.0 Message-ID: <167060084366.4906.15959650150118240047.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the timers/core branch of tip: Commit-ID: aa3f72ea9410f8c9394a5d25bbf40a4cfb56f5a0 Gitweb: https://git.kernel.org/tip/aa3f72ea9410f8c9394a5d25bbf40a4cf= b56f5a0 Author: Jonathan Neusch=C3=A4fer AuthorDate: Fri, 04 Nov 2022 17:18:45 +01:00 Committer: Daniel Lezcano CommitterDate: Fri, 02 Dec 2022 12:48:28 +01:00 dt-bindings: timer: nuvoton,npcm7xx-timer: Allow specifying all clocks 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=C3=A4fer Reviewed-by: Rob Herring Reviewed-by: Joel Stanley Link: https://lore.kernel.org/r/20221104161850.2889894-2-j.neuschaefer@gmx.= net Signed-off-by: Daniel Lezcano --- Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.yaml | 8 +++= ++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.= yaml b/Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.yaml index 737af78..d53e1bb 100644 --- a/Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.yaml +++ b/Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.yaml @@ -25,7 +25,13 @@ properties: - description: The timer interrupt of timer 0 =20 clocks: - maxItems: 1 + items: + - description: The reference clock for timer 0 + - description: The reference clock for timer 1 + - description: The reference clock for timer 2 + - description: The reference clock for timer 3 + - description: The reference clock for timer 4 + minItems: 1 =20 required: - compatible