From 320ef8b94089aa8bdda1f33c3921ba0854abe7c7 Mon Sep 17 00:00:00 2001 From: Gautham Srinivasan Date: Tue, 14 Mar 2023 16:38:24 -0700 Subject: [PATCH] dt-common: Append JETSON_COMPATIBLE for Jango SKU5 Appended JETSON_COMPATIBLE with Jango SKU5 compatible to enable the Jetson-IO support for the corresponding CVM based platforms Bug 4028614 Change-Id: Ic48980d2403674efe81003aa45670e333f8c93b6 Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/soc/tegra/+/2871166 (cherry picked from commit 6fd7ad0066d9a2ea30fe5a412419bd60304f96aa) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/soc/tegra/+/2871658 Reviewed-by: Asha Talambedu Reviewed-by: Bibek Basu Tested-by: Gautham Srinivasan --- .../platforms/dt-bindings/tegra234-p3737-0000+p3701-0000.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/platforms/dt-bindings/tegra234-p3737-0000+p3701-0000.h b/include/platforms/dt-bindings/tegra234-p3737-0000+p3701-0000.h index 90b6463..d4b74e1 100644 --- a/include/platforms/dt-bindings/tegra234-p3737-0000+p3701-0000.h +++ b/include/platforms/dt-bindings/tegra234-p3737-0000+p3701-0000.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -20,7 +20,7 @@ #include -#define JETSON_COMPATIBLE "nvidia,p3737-0000+p3701-0000", "nvidia,p3737-0000+p3701-0004" +#define JETSON_COMPATIBLE "nvidia,p3737-0000+p3701-0000", "nvidia,p3737-0000+p3701-0004", "nvidia,p3737-0000+p3701-0005" /* SoC function name for clock signal on 40-pin header pin 7 */ #define HDR40_CLK "extperiph4"