mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
overlay: safety: Enable hsi error injection
The IPs with no local error collator use error injection driver to report the errors to FSI. This change enables is by default for the safety package (SEP). Bug 4289946 Change-Id: Ib126905d2806fa5baebaaf8dee0614fef96103f4 Signed-off-by: Dipen Patel <dipenp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2981057 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> Tested-by: Prasun Kumar <prasunk@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
b07915c32b
commit
01fcbefa8d
@@ -68,6 +68,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
channelid_list = <3>;
|
channelid_list = <3>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hsierrrptinj {
|
||||||
|
compatible = "nvidia,tegra23x-hsierrrptinj";
|
||||||
|
mboxes = <&hsp_top0 (TEGRA_HSP_MBOX_TYPE_SM | TEGRA_HSP_MBOX_TYPE_SM_128BIT) TEGRA_HSP_SM_TX(1)>;
|
||||||
|
mbox-names = "hsierrrptinj-tx";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user