Skip to content

Commit 35edcf6

Browse files
committed
Merge tag 'tegra-for-6.8-arm64-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
arm64: tegra: Device tree fixes for v6.8 This contains two fixes to make the MGBE Ethernet devices found on Tegra234 work properly. * tag 'tegra-for-6.8-arm64-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: arm64: tegra: Fix Tegra234 MGBE power-domains arm64: tegra: Set the correct PHY mode for MGBE Link: https://lore.kernel.org/r/20240226144536.1525704-1-thierry.reding@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents d20f2a1 + ff6bd76 commit 35edcf6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
status = "okay";
176176

177177
phy-handle = <&mgbe0_phy>;
178-
phy-mode = "usxgmii";
178+
phy-mode = "10gbase-r";
179179

180180
mdio {
181181
#address-cells = <1>;

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)