mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
UPSTREAM: arm64: tegra: Fix Tegra234 MGBE power-domains
The MGBE power-domains on Tegra234 are mapped to the MGBE controllers as
follows:
MGBE0 (0x68000000) --> Power-Domain MGBEB
MGBE1 (0x69000000) --> Power-Domain MGBEC
MGBE2 (0x6a000000) --> Power-Domain MGBED
Update the device-tree nodes for Tegra234 to correct this.
Bug 3820445
Bug 4293378
Fixes: 610cdf3186bc ("arm64: tegra: Add MGBE nodes on Tegra234")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Change-Id: I470a7128e2bc05c5c66539fab544d091b2f846a4
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3082846
(cherry picked from commit 0424f757a5)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3083875
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
05079f35de
commit
ffde65f9d3
@@ -1459,7 +1459,7 @@
|
|||||||
<&mc TEGRA234_MEMORY_CLIENT_MGBEAWR &emc>;
|
<&mc TEGRA234_MEMORY_CLIENT_MGBEAWR &emc>;
|
||||||
interconnect-names = "dma-mem", "write";
|
interconnect-names = "dma-mem", "write";
|
||||||
iommus = <&smmu_niso0 TEGRA234_SID_MGBE>;
|
iommus = <&smmu_niso0 TEGRA234_SID_MGBE>;
|
||||||
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBEA>;
|
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBEB>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
snps,axi-config = <&mgbe0_axi_setup>;
|
snps,axi-config = <&mgbe0_axi_setup>;
|
||||||
@@ -1501,7 +1501,7 @@
|
|||||||
<&mc TEGRA234_MEMORY_CLIENT_MGBEBWR &emc>;
|
<&mc TEGRA234_MEMORY_CLIENT_MGBEBWR &emc>;
|
||||||
interconnect-names = "dma-mem", "write";
|
interconnect-names = "dma-mem", "write";
|
||||||
iommus = <&smmu_niso0 TEGRA234_SID_MGBE_VF1>;
|
iommus = <&smmu_niso0 TEGRA234_SID_MGBE_VF1>;
|
||||||
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBEB>;
|
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBEC>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
snps,axi-config = <&mgbe1_axi_setup>;
|
snps,axi-config = <&mgbe1_axi_setup>;
|
||||||
@@ -1543,7 +1543,7 @@
|
|||||||
<&mc TEGRA234_MEMORY_CLIENT_MGBECWR &emc>;
|
<&mc TEGRA234_MEMORY_CLIENT_MGBECWR &emc>;
|
||||||
interconnect-names = "dma-mem", "write";
|
interconnect-names = "dma-mem", "write";
|
||||||
iommus = <&smmu_niso0 TEGRA234_SID_MGBE_VF2>;
|
iommus = <&smmu_niso0 TEGRA234_SID_MGBE_VF2>;
|
||||||
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBEC>;
|
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBED>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
snps,axi-config = <&mgbe2_axi_setup>;
|
snps,axi-config = <&mgbe2_axi_setup>;
|
||||||
|
|||||||
Reference in New Issue
Block a user