phy: berlin-sata: Move PHY_BASE into private data struct
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Thu, 30 Oct 2014 10:21:24 +0000 (11:21 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Thu, 13 Nov 2014 06:19:43 +0000 (11:49 +0530)
Currently, Berlin SATA PHY driver assumes PHY_BASE address being
constant. While this PHY_BASE is correct for BG2Q, older BG2 PHY_BASE
is different. Prepare the driver for BG2 support by moving the phy_base
into private driver data.

Acked-by: Antoine Ténart <antoine.tenart@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

No differences found