p3737: Remove inclusion of nvidia-oot dt-binding headers

T234 specific dt-binding macros are upstreamed and
back-ported to the kernel dt-binding headers. Hence,
it is not required to have the similar headers at
nvidia-oot which was created as staging purpose for
upstream.

Remove the inclusion of dt-binding headers located
at include/nvidia-oot.

Bug 4037899

Change-Id: Iabe2e311d343c3ba774af802bcdcd0e98aa23729
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/platform/t23x/concord-generic-dts/+/2874702
Reviewed-by: svcacv <svcacv@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-03-21 19:27:21 +00:00
parent 8b2cafa4ea
commit 57f049ca21
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
// Copyright (c) 2017-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#include "tegra234-camera-imx185-a00.dtsi"
#include <dt-bindings/clock/tegra234-clock-oot.h>
#include <dt-bindings/clock/tegra234-clock.h>
#include <dt-bindings/gpio/tegra234-gpio.h>
#define CAM0_RST_L TEGRA234_MAIN_GPIO(H, 3)
@@ -58,4 +58,4 @@
};
};
};
};
};

View File

@@ -3,7 +3,7 @@
* Copyright (c) 2017-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*/
#include "tegra234-camera-imx274-dual.dtsi"
#include <dt-bindings/clock/tegra234-clock-oot.h>
#include <dt-bindings/clock/tegra234-clock.h>
#include <dt-bindings/gpio/tegra234-gpio.h>
#define CAM0_RST_L TEGRA234_MAIN_GPIO(H, 3)