|
@@ -21,7 +21,6 @@
|
|
|
#include <linux/of.h>
|
|
#include <linux/of.h>
|
|
|
#include <linux/of_platform.h>
|
|
#include <linux/of_platform.h>
|
|
|
#include <linux/regulator/machine.h>
|
|
#include <linux/regulator/machine.h>
|
|
|
-#include <linux/platform_data/pinctrl-nomadik.h>
|
|
|
|
|
#include <linux/random.h>
|
|
#include <linux/random.h>
|
|
|
|
|
|
|
|
#include <asm/pmu.h>
|
|
#include <asm/pmu.h>
|
|
@@ -167,9 +166,6 @@ static struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = {
|
|
|
OF_DEV_AUXDATA("stericsson,ux500-hash", 0xa03c2000, "hash1", NULL),
|
|
OF_DEV_AUXDATA("stericsson,ux500-hash", 0xa03c2000, "hash1", NULL),
|
|
|
OF_DEV_AUXDATA("stericsson,snd-soc-mop500", 0, "snd-soc-mop500.0",
|
|
OF_DEV_AUXDATA("stericsson,snd-soc-mop500", 0, "snd-soc-mop500.0",
|
|
|
NULL),
|
|
NULL),
|
|
|
- /* Requires device name bindings. */
|
|
|
|
|
- OF_DEV_AUXDATA("stericsson,db8500-pinctrl", U8500_PRCMU_BASE,
|
|
|
|
|
- "pinctrl-db8500", NULL),
|
|
|
|
|
{},
|
|
{},
|
|
|
};
|
|
};
|
|
|
|
|
|