mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
t23x: nv-public: add host1x handle in PCIe EP
Some EPF function, such as tvnet need host1x support. This involves adding the handle of host1x in PCIe EP. Bug 4456727 Bug 4451567 Change-Id: I398c8041f652fa84b555e228f06c0ca4a066ed31 Signed-off-by: Jason Mei <jianjunm@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3081924 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Manikanta Maddireddy <mmaddireddy@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
4d2010af58
commit
a5388aba8b
@@ -551,7 +551,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
host1x@13e00000 {
|
||||
host1x: host1x@13e00000 {
|
||||
assigned-clocks = <&bpmp TEGRA234_CLK_HOST1X>;
|
||||
assigned-clock-rates = <204000000>;
|
||||
|
||||
@@ -891,6 +891,7 @@
|
||||
nvidia,aspm-pwr-on-t-us = <20>;
|
||||
nvidia,aspm-l0s-entrance-latency-us = <3>;
|
||||
|
||||
nvidia,host1x = <&host1x>;
|
||||
num-ib-windows = <2>;
|
||||
num-ob-windows = <8>;
|
||||
interconnects = <&mc TEGRA234_MEMORY_CLIENT_PCIE4R &emc>,
|
||||
@@ -905,6 +906,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pex_rst_c5_in_state>;
|
||||
|
||||
nvidia,host1x = <&host1x>;
|
||||
num-ib-windows = <2>;
|
||||
num-ob-windows = <8>;
|
||||
};
|
||||
@@ -913,6 +915,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pex_rst_c6_in_state>;
|
||||
|
||||
nvidia,host1x = <&host1x>;
|
||||
num-ib-windows = <2>;
|
||||
num-ob-windows = <8>;
|
||||
};
|
||||
@@ -921,6 +924,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pex_rst_c7_in_state>;
|
||||
|
||||
nvidia,host1x = <&host1x>;
|
||||
num-ib-windows = <2>;
|
||||
num-ob-windows = <8>;
|
||||
};
|
||||
@@ -929,6 +933,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pex_rst_c10_in_state>;
|
||||
|
||||
nvidia,host1x = <&host1x>;
|
||||
num-ib-windows = <2>;
|
||||
num-ob-windows = <8>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user