Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a84c892 authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone-k2e: fix mdio io start address



The K2E MDIO io space has different start address.
Hence, fix it to be 0x24200f00 according to TRM.

Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent b741bb28
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -87,3 +87,7 @@
		};
	};
};

&mdio {
	reg = <0x24200f00 0x100>;
};