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: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
This commit is contained in:
Grygorii Strashko 2014-10-01 09:58:25 -04:00 committed by Santosh Shilimkar
parent b741bb2878
commit 9a84c8928d
1 changed files with 4 additions and 0 deletions

View File

@ -87,3 +87,7 @@
};
};
};
&mdio {
reg = <0x24200f00 0x100>;
};