From nobody Mon Apr 6 16:21:46 2026 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 BC3E7C433FE for ; Tue, 4 Oct 2022 09:31:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231280AbiJDJbr (ORCPT ); Tue, 4 Oct 2022 05:31:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229525AbiJDJ1t (ORCPT ); Tue, 4 Oct 2022 05:27:49 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D975F20F; Tue, 4 Oct 2022 02:27:10 -0700 (PDT) Date: Tue, 04 Oct 2022 09:27:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1664875629; 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=0TyCQXvt06LyiwK7IosnA4d22ZMlnNW3vraRLQ3xqSA=; b=omkCUtTaudp12CHRXGZinqto1oFvw2DndsTbrCwJc8D3iaF/ophlcoifcivWHT8LuLT9UJ uS73O8oPhPbD4SDf5oCOkEXPLSRE/6RTSaqHx1HOzSvqbroxEBSQ2Z4ie05DZWpsSJqHTk i0KzIpjoCuHoyvqgV3lasauwwtfXHZqTJGU0P/w2rF9mJUHcWgQJSv5m9DkAWcHs39hB7R Ic2OoVCT1MjqYfQpHwY45tXkiwgKqowtqqFi/+M1QyRx0DJBLWafkD9bZu7qG5xQTgZ+m9 ZvpPI9oMOTXWYqvQd+ymq9M8evVJX3QyyMg1ymvwWgdUXhFYZ58QtTF6hs2biw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1664875629; 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=0TyCQXvt06LyiwK7IosnA4d22ZMlnNW3vraRLQ3xqSA=; b=oFLDxRp5tYuXMacQmTG/cjy59sMLOZk1DrLkrv6voEpJA9s92mr0WF80rxOcqg533jilPz Qs7X8Qu0eHAMZ2AQ== From: "tip-bot2 for Peng Fan" 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: nxp,sysctr-timer: add nxp,no-divider property Cc: Peng Fan , Krzysztof Kozlowski , Daniel Lezcano , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20220902111207.2902493-2-peng.fan@oss.nxp.com> References: <20220902111207.2902493-2-peng.fan@oss.nxp.com> MIME-Version: 1.0 Message-ID: <166487562795.401.1639480223954751337.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: 061f42748d0639647636b7a48d71951e8d92720a Gitweb: https://git.kernel.org/tip/061f42748d0639647636b7a48d71951e8= d92720a Author: Peng Fan AuthorDate: Fri, 02 Sep 2022 19:12:06 +08:00 Committer: Daniel Lezcano CommitterDate: Tue, 20 Sep 2022 10:49:46 +02:00 dt-bindings: timer: nxp,sysctr-timer: add nxp,no-divider property The base clock input to system counter is internally divided by 3 in previous design, but there is change that no divider now. So add a property to indicate that. Signed-off-by: Peng Fan Acked-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20220902111207.2902493-2-peng.fan@oss.nxp.c= om Signed-off-by: Daniel Lezcano --- Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml = b/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml index 830211c..2b9653d 100644 --- a/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml +++ b/Documentation/devicetree/bindings/timer/nxp,sysctr-timer.yaml @@ -32,6 +32,10 @@ properties: clock-names: const: per =20 + nxp,no-divider: + description: if present, means there is no internal base clk divider. + type: boolean + required: - compatible - reg