]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: Fix dm814x control base to properly initialize Ethernet PHY
authorTony Lindgren <tony@atomide.com>
Mon, 14 Sep 2015 14:07:28 +0000 (07:07 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 14 Sep 2015 19:12:15 +0000 (12:12 -0700)
commit89e3a62dcd9c5fa457b0bf72acbaae24e8a70620
treeebf26a07f9f3becacef236d5bc9555c5d33376a5
parentbfa8203362ec71b0a0db2c2b7bccc2e97d750f0e
ARM: dts: Fix dm814x control base to properly initialize Ethernet PHY

Looks like I made a typo on the control base, all the 81xx
SoCs have it at 0x48140000 base. We've just gotten away with
the typo as the Ethernet phy was configured by the bootloader
on my test system and we're not yet using the pinctrl.

In addition to fixing the contol base, we need to also use the
right Ethernet phy flags to initialize it. And we are still
missing the PLL driver for dm814x and only relying on the
divider and mux clocks.

Fixes: 973aa90c0640 ("ARM: dts: Add minimal dm814x support")
Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
Cc: Nicolas Chauvet <kwizart@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dm8148-evm.dts
arch/arm/boot/dts/dm8148-t410.dts
arch/arm/boot/dts/dm814x.dtsi