From: Tony Lindgren <tony@atomide.com>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-omap@vger.kernel.org,
Daniel Lezcano <daniel.lezcano@linaro.org>,
Keerthy <j-keerthy@ti.com>, Nishanth Menon <nm@ti.com>,
Vignesh Raghavendra <vigneshr@ti.com>
Subject: [PATCH 2/2] dt-bindings: timer: Add compatible for am6 for TI timer-dm
Date: Mon, 11 Apr 2022 14:18:58 +0300 [thread overview]
Message-ID: <20220411111858.16814-2-tony@atomide.com> (raw)
In-Reply-To: <20220411111858.16814-1-tony@atomide.com>
Let's add compatible for ti,am654-timer for TI am64, am65 and j72 SoCs.
As the timer hardware is the same between am64, am65 and j72 we use the
compatible name for the earliest SoC with this timer.
The timer interrupts are not routable for the operating system for some
timers on am6. Let's make sure the interrupts are configured for the
timers on all other SoCs.
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Keerthy <j-keerthy@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Cc: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
.../devicetree/bindings/timer/ti,timer-dm.yaml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml b/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml
--- a/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml
+++ b/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml
@@ -19,6 +19,7 @@ properties:
- enum:
- ti,am335x-timer
- ti,am335x-timer-1ms
+ - ti,am654-timer
- ti,dm814-timer
- ti,dm816-timer
- ti,omap2420-timer
@@ -92,11 +93,20 @@ properties:
required:
- compatible
- reg
- - interrupts
additionalProperties: false
allOf:
+ - if:
+ not:
+ properties:
+ compatible:
+ contains:
+ const: ti,am654-timer
+ then:
+ required:
+ - interrupts
+
- if:
properties:
compatible:
--
2.35.1
next prev parent reply other threads:[~2022-04-11 11:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-11 11:18 [PATCH 1/2] dt-bindings: timer: Update TI timer to yaml Tony Lindgren
2022-04-11 11:18 ` Tony Lindgren [this message]
2022-04-12 8:52 ` [PATCH 2/2] dt-bindings: timer: Add compatible for am6 for TI timer-dm Krzysztof Kozlowski
2022-04-12 8:38 ` [PATCH 1/2] dt-bindings: timer: Update TI timer to yaml Grygorii Strashko
2022-04-12 8:51 ` Tony Lindgren
2022-04-12 9:48 ` Grygorii Strashko
2022-04-12 9:00 ` Krzysztof Kozlowski
2022-04-12 9:10 ` Tony Lindgren
2022-04-12 9:13 ` Krzysztof Kozlowski
-- strict thread matches above, loose matches on Subject: below --
2022-04-12 13:16 [PATCHv3 0/2] Convert TI dmtimer binding " Tony Lindgren
2022-04-12 13:16 ` [PATCH 2/2] dt-bindings: timer: Add compatible for am6 for TI timer-dm Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220411111858.16814-2-tony@atomide.com \
--to=tony@atomide.com \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=j-keerthy@ti.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=nm@ti.com \
--cc=robh+dt@kernel.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).