overlay: enable cactmon, nvdec, nvenc, nvjpg

This change enables central actmon, and multimedia engines, such as
nvdec and nvenc.

Remove one redundant dts node of nvjpg.

Bug 4273157
Bug 4273121
Bug 4273117

Signed-off-by: Johnny Liu <johnliu@nvidia.com>
Change-Id: Id00aaaeb6af65060a37efc91d5e5b81cc7c0f70f
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2974745
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Johnny Liu
2023-09-06 07:34:49 +00:00
committed by mobile promotions
parent 421d0a796b
commit b07b8ac217

View File

@@ -18,6 +18,10 @@
target-path = "/"; target-path = "/";
__overlay__ { __overlay__ {
bus@0 { bus@0 {
actmon@d230000 {
status = "okay";
};
pinmux@2430000 { pinmux@2430000 {
status = "okay"; status = "okay";
}; };
@@ -230,6 +234,14 @@
}; };
host1x@13e00000 { host1x@13e00000 {
nvdec@15480000 {
status = "okay";
};
nvenc@154c0000 {
status = "okay";
};
tegra_soc_hwpm { tegra_soc_hwpm {
status = "okay"; status = "okay";
}; };
@@ -282,10 +294,6 @@
status = "okay"; status = "okay";
}; };
nvjpg1@15540000 {
status = "okay";
};
nvjpg@15540000 { nvjpg@15540000 {
status = "okay"; status = "okay";
}; };