mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
DTS: Add empty overlay DTS file as placeholder
Add empty overlay DTS file as placeholder and enable the build and flashing. The build will generate the respective DTBO file and it is flashed into the DTBO partition. Bug 3614924 Change-Id: I01ab9ce90b24a78f25eb442a14166e9f272b070e Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2702020 GVS: Gerrit_Virtual_Submit Reviewed-by: Suresh Mangipudi <smangipudi@nvidia.com> Reviewed-by: Krishna Yarlagadda <kyarlagadda@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
6ed6c05da2
commit
e658a56460
3
arch/arm64/boot/dts/nvidia/Makefile
Normal file
3
arch/arm64/boot/dts/nvidia/Makefile
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
dtbo-y += tegra194-p3509-0000+p3668-0001-overlay.dtbo
|
||||||
|
dtbo-y += tegra234-p3737-0000+p3701-0000-overlay.dtbo
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
/ {
|
||||||
|
overlay-name = "Add p3509-0000+p3668-0001 Overlay Support";
|
||||||
|
compatible = "nvidia,tegra194";
|
||||||
|
};
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
/ {
|
||||||
|
overlay-name = "Add nvidia,p3737-0000+p3701-0000 Overlay Support";
|
||||||
|
compatible = "nvidia,tegra234";
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user