From nobody Wed Apr 15 01:30:14 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 06A5EC04A68 for ; Thu, 28 Jul 2022 10:46:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236571AbiG1KqJ (ORCPT ); Thu, 28 Jul 2022 06:46:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236558AbiG1KpH (ORCPT ); Thu, 28 Jul 2022 06:45:07 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34420664E3; Thu, 28 Jul 2022 03:44:23 -0700 (PDT) Date: Thu, 28 Jul 2022 10:44:20 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1659005061; 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=BvyQ53aTo6TzG6aGVr0rWTID5OlvrGNl2NWUlk432dU=; b=y563N3OfqLDAswrjy3oxY2bQD8Tql9gaslLcPV8xHQBp91gHh2UlUFe4c/+TlOSfMdOHFc bjbt0pHRh3sc+F0jgiUdMRq3MChBZP5ucM6gM6YLUMNNEwA1Yivjpr3n4DD+E6sxIiNjMp vhcAU5t6x5FWsB2Fx6akJ3cdLbI6UgtitTGNRAiHFgJAl+05gM+GJYmD7MFtt4TM3ANgTc jPQQFt27FQ2SAow07psnNUGrJTTTNVcU906a9RZxURLeEvbt2ZgbGYHQqCgggySaTHWLN1 EJIj1zjbVuHlxMpzABs1kQgiykSh2cvRs5DyJ26Wolxi+h+UTyR+bo4ALT6Eow== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1659005061; 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=BvyQ53aTo6TzG6aGVr0rWTID5OlvrGNl2NWUlk432dU=; b=RpBLNMtwG1KvVahOMEeci2cYalsfTbYkOc9HqYWszRbtSojjRq12wJUr0DNHJHGZnjuGQn o4j+aM6rKeVm9GCQ== From: "tip-bot2 for Linus Walleij" 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: Add Nomadik MTU binding Cc: Lee Jones , devicetree@vger.kernel.org, Linus Walleij , Rob Herring , Daniel Lezcano , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20220526213621.373727-1-linus.walleij@linaro.org> References: <20220526213621.373727-1-linus.walleij@linaro.org> MIME-Version: 1.0 Message-ID: <165900506020.15455.5741050322919175591.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: d6513a34926f4f4b331be115819702ca2a4682fb Gitweb: https://git.kernel.org/tip/d6513a34926f4f4b331be115819702ca2= a4682fb Author: Linus Walleij AuthorDate: Thu, 26 May 2022 23:36:21 +02:00 Committer: Daniel Lezcano CommitterDate: Tue, 14 Jun 2022 21:23:06 +02:00 dt-bindings: timer: Add Nomadik MTU binding The Nomadik MTU timer has been used in devicetrees forever but somehow we missed to add a binding for it. Fix it by simply adding it. Cc: Lee Jones Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij Reviewed-by: Rob Herring Link: https://lore.kernel.org/r/20220526213621.373727-1-linus.walleij@linar= o.org Signed-off-by: Daniel Lezcano --- Documentation/devicetree/bindings/timer/st,nomadik-mtu.yaml | 58 +++++++- 1 file changed, 58 insertions(+) create mode 100644 Documentation/devicetree/bindings/timer/st,nomadik-mtu.= yaml diff --git a/Documentation/devicetree/bindings/timer/st,nomadik-mtu.yaml b/= Documentation/devicetree/bindings/timer/st,nomadik-mtu.yaml new file mode 100644 index 0000000..901848d --- /dev/null +++ b/Documentation/devicetree/bindings/timer/st,nomadik-mtu.yaml @@ -0,0 +1,58 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +# Copyright 2022 Linaro Ltd. +%YAML 1.2 +--- +$id: "http://devicetree.org/schemas/timer/st,nomadik-mtu.yaml#" +$schema: "http://devicetree.org/meta-schemas/core.yaml#" + +title: ST Microelectronics Nomadik Multi-Timer Unit MTU Timer + +maintainers: + - Linus Walleij + +description: This timer is found in the ST Microelectronics Nomadik + SoCs STn8800, STn8810 and STn8815 as well as in ST-Ericsson DB8500. + +properties: + compatible: + items: + - const: st,nomadik-mtu + + reg: + maxItems: 1 + + interrupts: + maxItems: 1 + + clocks: + description: The first clock named TIMCLK clocks the actual timers and + the second clock clocks the digital interface to the interconnect. + maxItems: 2 + + clock-names: + items: + - const: timclk + - const: apb_pclk + +required: + - compatible + - reg + - interrupts + - clocks + - clock-names + +additionalProperties: false + +examples: + - | + #include + #include + #include + timer@a03c6000 { + compatible =3D "st,nomadik-mtu"; + reg =3D <0xa03c6000 0x1000>; + interrupts =3D ; + + clocks =3D <&prcmu_clk PRCMU_TIMCLK>, <&prcc_pclk 6 6>; + clock-names =3D "timclk", "apb_pclk"; + };