Skip to content

Commit

Permalink
ARM: dts: keystone-k2l: fix mdio io start address
Browse files Browse the repository at this point in the history
The K2L MDIO io space has different start address.
Hence, fix it to be 0x26200f00 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 9a84c89 commit 45aa70d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/k2l.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@
/* Pin muxed. Enabled and configured by Bootloader */
status = "disabled";
};

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

0 comments on commit 45aa70d

Please sign in to comment.