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
(cherry picked from commit a5388aba8b)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3084979
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Manikanta Maddireddy <mmaddireddy@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
39a40385a8
commit
a5d4283b10
@@ -560,7 +560,7 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
host1x@13e00000 {
|
host1x: host1x@13e00000 {
|
||||||
assigned-clocks = <&bpmp TEGRA234_CLK_HOST1X>;
|
assigned-clocks = <&bpmp TEGRA234_CLK_HOST1X>;
|
||||||
assigned-clock-rates = <204000000>;
|
assigned-clock-rates = <204000000>;
|
||||||
|
|
||||||
@@ -900,6 +900,7 @@
|
|||||||
nvidia,aspm-pwr-on-t-us = <20>;
|
nvidia,aspm-pwr-on-t-us = <20>;
|
||||||
nvidia,aspm-l0s-entrance-latency-us = <3>;
|
nvidia,aspm-l0s-entrance-latency-us = <3>;
|
||||||
|
|
||||||
|
nvidia,host1x = <&host1x>;
|
||||||
num-ib-windows = <2>;
|
num-ib-windows = <2>;
|
||||||
num-ob-windows = <8>;
|
num-ob-windows = <8>;
|
||||||
interconnects = <&mc TEGRA234_MEMORY_CLIENT_PCIE4R &emc>,
|
interconnects = <&mc TEGRA234_MEMORY_CLIENT_PCIE4R &emc>,
|
||||||
@@ -914,6 +915,7 @@
|
|||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pex_rst_c5_in_state>;
|
pinctrl-0 = <&pex_rst_c5_in_state>;
|
||||||
|
|
||||||
|
nvidia,host1x = <&host1x>;
|
||||||
num-ib-windows = <2>;
|
num-ib-windows = <2>;
|
||||||
num-ob-windows = <8>;
|
num-ob-windows = <8>;
|
||||||
};
|
};
|
||||||
@@ -922,6 +924,7 @@
|
|||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pex_rst_c6_in_state>;
|
pinctrl-0 = <&pex_rst_c6_in_state>;
|
||||||
|
|
||||||
|
nvidia,host1x = <&host1x>;
|
||||||
num-ib-windows = <2>;
|
num-ib-windows = <2>;
|
||||||
num-ob-windows = <8>;
|
num-ob-windows = <8>;
|
||||||
};
|
};
|
||||||
@@ -930,6 +933,7 @@
|
|||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pex_rst_c7_in_state>;
|
pinctrl-0 = <&pex_rst_c7_in_state>;
|
||||||
|
|
||||||
|
nvidia,host1x = <&host1x>;
|
||||||
num-ib-windows = <2>;
|
num-ib-windows = <2>;
|
||||||
num-ob-windows = <8>;
|
num-ob-windows = <8>;
|
||||||
};
|
};
|
||||||
@@ -938,6 +942,7 @@
|
|||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pex_rst_c10_in_state>;
|
pinctrl-0 = <&pex_rst_c10_in_state>;
|
||||||
|
|
||||||
|
nvidia,host1x = <&host1x>;
|
||||||
num-ib-windows = <2>;
|
num-ib-windows = <2>;
|
||||||
num-ob-windows = <8>;
|
num-ob-windows = <8>;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user