mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
nv-platform: Disable CV engines for Orin Nano
Disable DLA and PVA for Orin Nano as they are not present. Bug 4338263 Change-Id: I47377db6daa5db9894fa5783bfdbad8ae3a7a9c1 Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3008711 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Rajkumar Kasirajan <rkasirajan@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
723872c59c
commit
58a9253a09
@@ -5,3 +5,21 @@
|
|||||||
|
|
||||||
#include "staging/tegra234-p3768-0000+p3767-0003.dts"
|
#include "staging/tegra234-p3768-0000+p3767-0003.dts"
|
||||||
#include "tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi"
|
#include "tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
bus@0 {
|
||||||
|
host1x@13e00000 {
|
||||||
|
nvdla0@15880000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
nvdla1@158c0000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
pva0@16000000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|||||||
@@ -5,3 +5,21 @@
|
|||||||
|
|
||||||
#include "staging/tegra234-p3768-0000+p3767-0004.dts"
|
#include "staging/tegra234-p3768-0000+p3767-0004.dts"
|
||||||
#include "tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi"
|
#include "tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
bus@0 {
|
||||||
|
host1x@13e00000 {
|
||||||
|
nvdla0@15880000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
nvdla1@158c0000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
pva0@16000000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|||||||
@@ -5,3 +5,21 @@
|
|||||||
|
|
||||||
#include "tegra234-p3768-0000+p3767-0005.dts"
|
#include "tegra234-p3768-0000+p3767-0005.dts"
|
||||||
#include "tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi"
|
#include "tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
bus@0 {
|
||||||
|
host1x@13e00000 {
|
||||||
|
nvdla0@15880000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
nvdla1@158c0000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
pva0@16000000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user