Skip to content

Commit

Permalink
ARM: dts: keystone-k2e: fix mdio io start address
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Grygorii Strashko authored and Santosh Shilimkar committed Oct 1, 2014
1 parent b741bb2 commit 9a84c89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/k2e.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@
};
};
};

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

0 comments on commit 9a84c89

Please sign in to comment.