All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: pwm: tegra: Add compatible string for Tegra234
@ 2022-09-07  6:25 Sandipan Patra
  2022-09-07  6:25 ` [PATCH 2/3] arm64: tegra: Add PWM controllers on Tegra234 Sandipan Patra
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sandipan Patra @ 2022-09-07  6:25 UTC (permalink / raw)
  To: thierry.reding, jonathanh, robh+dt, krzysztof.kozlowski+dt,
	devicetree, linux-tegra, linux-kernel
  Cc: bbasu, kyarlagadda, Sandipan Patra

Tegra234 has 8 different PWM controllers and each controller has only
one output. Add a device tree compatible string for Tegra234.

Signed-off-by: Sandipan Patra <spatra@nvidia.com>
---
 Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt b/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt
index 74c41e34c3b6..331c1e66e8fa 100644
--- a/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt
+++ b/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt
@@ -9,7 +9,7 @@ Required properties:
   - "nvidia,tegra132-pwm", "nvidia,tegra20-pwm": for Tegra132
   - "nvidia,tegra210-pwm", "nvidia,tegra20-pwm": for Tegra210
   - "nvidia,tegra186-pwm": for Tegra186
-  - "nvidia,tegra194-pwm": for Tegra194
+  - "nvidia,tegra194-pwm": for Tegra194, Tegra234
 - reg: physical base address and length of the controller's registers
 - #pwm-cells: should be 2. See pwm.yaml in this directory for a description of
   the cells format.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH] dt-bindings: pwm: tegra: Document Tegra234 pwm binding
@ 2022-09-09 15:52 Sandipan Patra
  2022-09-09 15:52 ` [PATCH 3/3] arm64: tegra: Add user PWM support on Jetson Orin Sandipan Patra
  0 siblings, 1 reply; 7+ messages in thread
From: Sandipan Patra @ 2022-09-09 15:52 UTC (permalink / raw)
  To: thierry.reding, jonathanh, robh+dt, krzysztof.kozlowski+dt,
	devicetree, linux-tegra, linux-kernel
  Cc: bbasu, kyarlagadda, Sandipan Patra

The PWM controller blocks are identical to ones found on the
Tegra194 SoC. No driver changes are required and compatible string
"nvidia,tegra194-pwm" will be used as a fallback.

Signed-off-by: Sandipan Patra <spatra@nvidia.com>
---
V4: Mention fallback compatible

 Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt b/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt
index 74c41e34c3b6..331c1e66e8fa 100644
--- a/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt
+++ b/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt
@@ -9,7 +9,7 @@ Required properties:
   - "nvidia,tegra132-pwm", "nvidia,tegra20-pwm": for Tegra132
   - "nvidia,tegra210-pwm", "nvidia,tegra20-pwm": for Tegra210
   - "nvidia,tegra186-pwm": for Tegra186
-  - "nvidia,tegra194-pwm": for Tegra194
+  - "nvidia,tegra194-pwm": for Tegra194, Tegra234
 - reg: physical base address and length of the controller's registers
 - #pwm-cells: should be 2. See pwm.yaml in this directory for a description of
   the cells format.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-09-09 15:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-07  6:25 [PATCH 1/3] dt-bindings: pwm: tegra: Add compatible string for Tegra234 Sandipan Patra
2022-09-07  6:25 ` [PATCH 2/3] arm64: tegra: Add PWM controllers on Tegra234 Sandipan Patra
2022-09-07  6:25 ` [PATCH 3/3] arm64: tegra: Add user PWM support on Jetson Orin Sandipan Patra
2022-09-08 12:13 ` [PATCH 1/3] dt-bindings: pwm: tegra: Add compatible string for Tegra234 Krzysztof Kozlowski
2022-09-09 11:17   ` Sandipan Patra
2022-09-09 12:57     ` Krzysztof Kozlowski
  -- strict thread matches above, loose matches on Subject: below --
2022-09-09 15:52 [PATCH] dt-bindings: pwm: tegra: Document Tegra234 pwm binding Sandipan Patra
2022-09-09 15:52 ` [PATCH 3/3] arm64: tegra: Add user PWM support on Jetson Orin Sandipan Patra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.