Skip to content

Commit ff6bd76

Browse files
jonhunterthierryreding
authored andcommitted
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. Fixes: 610cdf3 ("arm64: tegra: Add MGBE nodes on Tegra234") Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 4c89212 commit ff6bd76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra234.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@
14591459
<&mc TEGRA234_MEMORY_CLIENT_MGBEAWR &emc>;
14601460
interconnect-names = "dma-mem", "write";
14611461
iommus = <&smmu_niso0 TEGRA234_SID_MGBE>;
1462-
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBEA>;
1462+
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBEB>;
14631463
status = "disabled";
14641464
};
14651465

@@ -1493,7 +1493,7 @@
14931493
<&mc TEGRA234_MEMORY_CLIENT_MGBEBWR &emc>;
14941494
interconnect-names = "dma-mem", "write";
14951495
iommus = <&smmu_niso0 TEGRA234_SID_MGBE_VF1>;
1496-
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBEB>;
1496+
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBEC>;
14971497
status = "disabled";
14981498
};
14991499

@@ -1527,7 +1527,7 @@
15271527
<&mc TEGRA234_MEMORY_CLIENT_MGBECWR &emc>;
15281528
interconnect-names = "dma-mem", "write";
15291529
iommus = <&smmu_niso0 TEGRA234_SID_MGBE_VF2>;
1530-
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBEC>;
1530+
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_MGBED>;
15311531
status = "disabled";
15321532
};
15331533

0 commit comments

Comments
 (0)