devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: display: tegra: Document Tegra124 MIPI
@ 2025-03-06 17:59 Thierry Reding
  2025-03-06 17:59 ` [PATCH 2/2] dt-bindings: Document Tegra114 HDA support Thierry Reding
  2025-03-07 15:47 ` [PATCH 1/2] dt-bindings: display: tegra: Document Tegra124 MIPI Conor Dooley
  0 siblings, 2 replies; 4+ messages in thread
From: Thierry Reding @ 2025-03-06 17:59 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Jonathan Hunter, Rob Herring, Krzysztof Kozlowski,
	Svyatoslav Ryhel, devicetree, linux-tegra

From: Thierry Reding <treding@nvidia.com>

The Tegra124 MIPI hardware block is very similar to the one found on
earlier chip generations. Add a corresponding compatible string.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 .../devicetree/bindings/display/tegra/nvidia,tegra114-mipi.yaml  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra114-mipi.yaml b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra114-mipi.yaml
index f448624dd779..193ddb105283 100644
--- a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra114-mipi.yaml
+++ b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra114-mipi.yaml
@@ -17,6 +17,7 @@ properties:
   compatible:
     enum:
       - nvidia,tegra114-mipi
+      - nvidia,tegra124-mipi
       - nvidia,tegra210-mipi
       - nvidia,tegra186-mipi
 
-- 
2.48.1


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

* [PATCH 2/2] dt-bindings: Document Tegra114 HDA support
  2025-03-06 17:59 [PATCH 1/2] dt-bindings: display: tegra: Document Tegra124 MIPI Thierry Reding
@ 2025-03-06 17:59 ` Thierry Reding
  2025-03-07 15:43   ` Conor Dooley
  2025-03-07 15:47 ` [PATCH 1/2] dt-bindings: display: tegra: Document Tegra124 MIPI Conor Dooley
  1 sibling, 1 reply; 4+ messages in thread
From: Thierry Reding @ 2025-03-06 17:59 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Jonathan Hunter, Rob Herring, Krzysztof Kozlowski,
	Svyatoslav Ryhel, devicetree, linux-tegra

From: Thierry Reding <treding@nvidia.com>

The HDA hardware on Tegra114 is almost identical to the one found on
Tegra30 or Tegra124. Add a compatible string to allow matching in case
it's ever needed. Typically the match on Tegra30 should be sufficient.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml
index 12c31b4b99e1..3ca9affb79a2 100644
--- a/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml
+++ b/Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.yaml
@@ -28,6 +28,7 @@ properties:
               - nvidia,tegra186-hda
               - nvidia,tegra210-hda
               - nvidia,tegra124-hda
+              - nvidia,tegra114-hda
           - const: nvidia,tegra30-hda
       - items:
           - const: nvidia,tegra132-hda
-- 
2.48.1


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

* Re: [PATCH 2/2] dt-bindings: Document Tegra114 HDA support
  2025-03-06 17:59 ` [PATCH 2/2] dt-bindings: Document Tegra114 HDA support Thierry Reding
@ 2025-03-07 15:43   ` Conor Dooley
  0 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2025-03-07 15:43 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Jonathan Hunter, Rob Herring, Krzysztof Kozlowski,
	Svyatoslav Ryhel, devicetree, linux-tegra

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH 1/2] dt-bindings: display: tegra: Document Tegra124 MIPI
  2025-03-06 17:59 [PATCH 1/2] dt-bindings: display: tegra: Document Tegra124 MIPI Thierry Reding
  2025-03-06 17:59 ` [PATCH 2/2] dt-bindings: Document Tegra114 HDA support Thierry Reding
@ 2025-03-07 15:47 ` Conor Dooley
  1 sibling, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2025-03-07 15:47 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Jonathan Hunter, Rob Herring, Krzysztof Kozlowski,
	Svyatoslav Ryhel, devicetree, linux-tegra

[-- Attachment #1: Type: text/plain, Size: 1060 bytes --]

On Thu, Mar 06, 2025 at 06:59:30PM +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> The Tegra124 MIPI hardware block is very similar to the one found on
> earlier chip generations. Add a corresponding compatible string.
> 
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
>  .../devicetree/bindings/display/tegra/nvidia,tegra114-mipi.yaml  | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra114-mipi.yaml b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra114-mipi.yaml
> index f448624dd779..193ddb105283 100644
> --- a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra114-mipi.yaml
> +++ b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra114-mipi.yaml
> @@ -17,6 +17,7 @@ properties:
>    compatible:
>      enum:
>        - nvidia,tegra114-mipi
> +      - nvidia,tegra124-mipi
>        - nvidia,tegra210-mipi
>        - nvidia,tegra186-mipi

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2025-03-07 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 17:59 [PATCH 1/2] dt-bindings: display: tegra: Document Tegra124 MIPI Thierry Reding
2025-03-06 17:59 ` [PATCH 2/2] dt-bindings: Document Tegra114 HDA support Thierry Reding
2025-03-07 15:43   ` Conor Dooley
2025-03-07 15:47 ` [PATCH 1/2] dt-bindings: display: tegra: Document Tegra124 MIPI Conor Dooley

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).