diff mbox series

[2/4] media: tegra-cec: Support Tegra186 and Tegra194

Message ID 20250407-tegra-cec-v1-2-e25dd9577b5f@gmail.com (mailing list archive)
State New
Headers show
Series Tegra CEC Updates | expand

Commit Message

Aaron Kling April 8, 2025, 4:39 a.m. UTC
From: Aaron Kling <webgeek1234@gmail.com>

The tegra186 and tegra194 controllers are working with the driver as-is,
so add the compatibles to allow them to probe.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
---
 drivers/media/cec/platform/tegra/tegra_cec.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Krzysztof Kozlowski April 8, 2025, 6:01 a.m. UTC | #1
On 08/04/2025 06:39, Aaron Kling via B4 Relay wrote:
> From: Aaron Kling <webgeek1234@gmail.com>
> 
> The tegra186 and tegra194 controllers are working with the driver as-is,
> so add the compatibles to allow them to probe.
> 
> Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
> ---
>  drivers/media/cec/platform/tegra/tegra_cec.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/media/cec/platform/tegra/tegra_cec.c b/drivers/media/cec/platform/tegra/tegra_cec.c
> index 3ed50097262f64c32fe0480698cea9a1056a0953..aa3d36286d256d59f9d726e5c3cee5decacd1d23 100644
> --- a/drivers/media/cec/platform/tegra/tegra_cec.c
> +++ b/drivers/media/cec/platform/tegra/tegra_cec.c
> @@ -456,6 +456,8 @@ static const struct of_device_id tegra_cec_of_match[] = {
>  	{ .compatible = "nvidia,tegra114-cec", },
>  	{ .compatible = "nvidia,tegra124-cec", },
>  	{ .compatible = "nvidia,tegra210-cec", },
> +	{ .compatible = "nvidia,tegra186-cec", },
> +	{ .compatible = "nvidia,tegra194-cec", },

No, express compatible devices with fallbacks.


Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/drivers/media/cec/platform/tegra/tegra_cec.c b/drivers/media/cec/platform/tegra/tegra_cec.c
index 3ed50097262f64c32fe0480698cea9a1056a0953..aa3d36286d256d59f9d726e5c3cee5decacd1d23 100644
--- a/drivers/media/cec/platform/tegra/tegra_cec.c
+++ b/drivers/media/cec/platform/tegra/tegra_cec.c
@@ -456,6 +456,8 @@  static const struct of_device_id tegra_cec_of_match[] = {
 	{ .compatible = "nvidia,tegra114-cec", },
 	{ .compatible = "nvidia,tegra124-cec", },
 	{ .compatible = "nvidia,tegra210-cec", },
+	{ .compatible = "nvidia,tegra186-cec", },
+	{ .compatible = "nvidia,tegra194-cec", },
 	{},
 };