mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3084079 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
a5388aba8b
commit
091037754c
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user