mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: tegra: Fix ranges for host1x nodes
The currently specified 'ranges' properties don't actually include all devices under the host1x bus on Tegra194 and Tegra234. Expand them appropriately. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
committed by
Thierry Reding
parent
20aa3352c7
commit
e25770feb6
@@ -1895,7 +1895,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
ranges = <0x15000000 0x15000000 0x01000000>;
|
||||
ranges = <0x14800000 0x14800000 0x02800000>;
|
||||
interconnects = <&mc TEGRA194_MEMORY_CLIENT_HOST1XDMAR &emc>;
|
||||
interconnect-names = "dma-mem";
|
||||
iommus = <&smmu TEGRA194_SID_HOST1X>;
|
||||
|
||||
@@ -564,7 +564,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
ranges = <0x15000000 0x15000000 0x01000000>;
|
||||
ranges = <0x14800000 0x14800000 0x02000000>;
|
||||
interconnects = <&mc TEGRA234_MEMORY_CLIENT_HOST1XDMAR &emc>;
|
||||
interconnect-names = "dma-mem";
|
||||
iommus = <&smmu_niso1 TEGRA234_SID_HOST1X>;
|
||||
|
||||
Reference in New Issue
Block a user