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 <paritoshd@nvidia.com>
(cherry picked from commit 091037754c)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3085057
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Paritosh Dixit
2024-02-26 18:43:33 +00:00
committed by mobile promotions
parent 4a727c972f
commit 10354e89f5

View File

@@ -344,11 +344,11 @@
ethernet@6800000 { ethernet@6800000 {
compatible = "nvidia,tegra234-mgbe"; 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 0x068A0000 0x0 0x10000>, /* XPCS base */
<0x0 0x068D0000 0x0 0x10000>, /* MACsec RM base */ <0x0 0x068D0000 0x0 0x10000>; /* MACsec RM base */
<0x0 0x06800000 0x0 0x10000>; /* HV base */ reg-names = "hypervisor", "mac", "xpcs", "macsec-base";
reg-names = "mac", "xpcs", "macsec-base", "hypervisor";
interrupts = <0 384 0x4>, /* common */ interrupts = <0 384 0x4>, /* common */
<0 385 0x4>, /* vm0 */ <0 385 0x4>, /* vm0 */
<0 386 0x4>, /* vm1 */ <0 386 0x4>, /* vm1 */