diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2014-10-01 09:59:33 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2014-10-01 09:59:33 -0400 |
commit | 45aa70d1f77e3b88f776a34cf2b38858d922ca9b (patch) | |
tree | 286d6b21ff6932ab9b9607ae96f8cc6b29051477 /arch/arm/boot/dts/k2l.dtsi | |
parent | 9a84c8928dde3e032ec482a3f59f5f7e8929cca5 (diff) |
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: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/k2l.dtsi')
-rw-r--r-- | arch/arm/boot/dts/k2l.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/k2l.dtsi b/arch/arm/boot/dts/k2l.dtsi index 291db43a611d..e32c3baa77b8 100644 --- a/arch/arm/boot/dts/k2l.dtsi +++ b/arch/arm/boot/dts/k2l.dtsi @@ -95,3 +95,7 @@ /* Pin muxed. Enabled and configured by Bootloader */ status = "disabled"; }; + +&mdio { + reg = <0x26200f00 0x100>; +}; |