ARM: kirkwood: topkick: init mvsdio via DT
Signed-off-by: Jason Cooper <jason@lakedaemon.net> Tested-by: Andrew Lunn <andrew@lunn.ch>
This commit is contained in:
committed by
Arnd Bergmann
parent
4ded65751c
commit
0dbe6ce037
@@ -149,6 +149,13 @@
|
|||||||
i2c@11000 {
|
i2c@11000 {
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mvsdio@90000 {
|
||||||
|
pinctrl-0 = <&pmx_sdio>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
status = "okay";
|
||||||
|
/* No CD or WP GPIOs */
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio-leds {
|
gpio-leds {
|
||||||
|
@@ -14,22 +14,16 @@
|
|||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/mv643xx_eth.h>
|
#include <linux/mv643xx_eth.h>
|
||||||
#include <linux/gpio.h>
|
#include <linux/gpio.h>
|
||||||
#include <linux/platform_data/mmc-mvsdio.h>
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
static struct mv643xx_eth_platform_data topkick_ge00_data = {
|
static struct mv643xx_eth_platform_data topkick_ge00_data = {
|
||||||
.phy_addr = MV643XX_ETH_PHY_ADDR(0),
|
.phy_addr = MV643XX_ETH_PHY_ADDR(0),
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct mvsdio_platform_data topkick_mvsdio_data = {
|
|
||||||
/* unfortunately the CD signal has not been connected */
|
|
||||||
};
|
|
||||||
|
|
||||||
void __init usi_topkick_init(void)
|
void __init usi_topkick_init(void)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Basic setup. Needs to be called early.
|
* Basic setup. Needs to be called early.
|
||||||
*/
|
*/
|
||||||
kirkwood_ge00_init(&topkick_ge00_data);
|
kirkwood_ge00_init(&topkick_ge00_data);
|
||||||
kirkwood_sdio_init(&topkick_mvsdio_data);
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user