mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
tegra234-camera: Update DT property for VI HW.
Update DT property for VI from "non-coherent" to "dma-noncoherent" to adopt to the latest upstream kernel change which intrun fixes the RAW image corruption. Bug 4640366 Change-Id: Ib49d5d69fb144a0ec87683b6c650507373be5579 Signed-off-by: Praveen AC <pac@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3172588 Reviewed-by: Ankur Pawar <ankurp@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
b0a87160ca
commit
545db72095
@@ -28,7 +28,7 @@
|
||||
iommus = <&smmu_iso TEGRA234_SID_ISO_VI>;
|
||||
interconnects = <&mc TEGRA234_MEMORY_CLIENT_VIW &emc>;
|
||||
interconnect-names = "write";
|
||||
non-coherent;
|
||||
dma-noncoherent;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
resets = <&bpmp TEGRA234_RESET_VI>;
|
||||
reset-names = "vi0_thi";
|
||||
iommus = <&smmu_iso TEGRA234_SID_ISO_VI>;
|
||||
non-coherent;
|
||||
dma-noncoherent;
|
||||
interconnects = <&mc TEGRA234_MEMORY_CLIENT_VI2FALR &emc>,
|
||||
<&mc TEGRA234_MEMORY_CLIENT_VI2FALW &emc>;
|
||||
interconnect-names = "dma-mem", "write";
|
||||
@@ -54,7 +54,7 @@
|
||||
iommus = <&smmu_iso TEGRA234_SID_ISO_VI2>;
|
||||
interconnects = <&mc TEGRA234_MEMORY_CLIENT_VI2W &emc>;
|
||||
interconnect-names = "write";
|
||||
non-coherent;
|
||||
dma-noncoherent;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
resets = <&bpmp TEGRA234_RESET_VI2>;
|
||||
reset-names = "vi1_thi";
|
||||
iommus = <&smmu_iso TEGRA234_SID_ISO_VI2>;
|
||||
non-coherent;
|
||||
dma-noncoherent;
|
||||
interconnects = <&mc TEGRA234_MEMORY_CLIENT_VIFALR &emc>,
|
||||
<&mc TEGRA234_MEMORY_CLIENT_VIFALW &emc>;
|
||||
interconnect-names = "dma-mem", "write";
|
||||
|
||||
Reference in New Issue
Block a user