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

Commit 45aa70d1 authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Santosh Shilimkar
Browse files

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



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

Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent 9a84c892
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -95,3 +95,7 @@
       /* Pin muxed. Enabled and configured by Bootloader */
       status = "disabled";
};

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