From 10354e89f55834f835a674a32d93a558f7ff1950 Mon Sep 17 00:00:00 2001 From: Paritosh Dixit Date: Mon, 26 Feb 2024 18:43:33 +0000 Subject: [PATCH] t23x: nv-public: Reorder ethernet@6800000 regs Currently, with our downstream DT the onboard ethernet devices enumerates as ethernet@6810000. With the upstream DT, this device enumerates as ethernet@6800000. Reorder registers under the ethernet@6800000 node in the DT so that it enumerates as ethernet@6800000 on the target. Bug 4494706 Change-Id: I63851784d696a66bb0985b0f60b98f30809583d2 Signed-off-by: Paritosh Dixit (cherry picked from commit 091037754c4d9d25c8c43f617ad50329b52c9c24) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3085057 Reviewed-by: svcacv Reviewed-by: Jon Hunter GVS: Gerrit_Virtual_Submit --- nv-soc/tegra234-base-overlay.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nv-soc/tegra234-base-overlay.dtsi b/nv-soc/tegra234-base-overlay.dtsi index 9d4a01c..8d8dff3 100644 --- a/nv-soc/tegra234-base-overlay.dtsi +++ b/nv-soc/tegra234-base-overlay.dtsi @@ -344,11 +344,11 @@ ethernet@6800000 { compatible = "nvidia,tegra234-mgbe"; - reg = <0x0 0x06810000 0x0 0x10000>, /* MGBE base */ + reg = <0x0 0x06800000 0x0 0x10000>, /* HV base */ + <0x0 0x06810000 0x0 0x10000>, /* MGBE base */ <0x0 0x068A0000 0x0 0x10000>, /* XPCS base */ - <0x0 0x068D0000 0x0 0x10000>, /* MACsec RM base */ - <0x0 0x06800000 0x0 0x10000>; /* HV base */ - reg-names = "mac", "xpcs", "macsec-base", "hypervisor"; + <0x0 0x068D0000 0x0 0x10000>; /* MACsec RM base */ + reg-names = "hypervisor", "mac", "xpcs", "macsec-base"; interrupts = <0 384 0x4>, /* common */ <0 385 0x4>, /* vm0 */ <0 386 0x4>, /* vm1 */