@@ -33,6 +33,10 @@ static const struct of_dev_auxdata pxa3xx_auxdata_lookup[] __initconst = {
OF_DEV_AUXDATA("mrvl,pxa-i2c", 0x40301680, "pxa2xx-i2c.0", NULL),
OF_DEV_AUXDATA("mrvl,pwri2c", 0x40f500c0, "pxa3xx-i2c.1", NULL),
OF_DEV_AUXDATA("marvell,pxa3xx-nand", 0x43100000, "pxa3xx-nand", NULL),
+ OF_DEV_AUXDATA("mrvl,pxa27x-ssp", 0x41000000, "pxa27x-ssp.0", NULL),
+ OF_DEV_AUXDATA("mrvl,pxa27x-ssp", 0x41700000, "pxa27x-ssp.1", NULL),
+ OF_DEV_AUXDATA("mrvl,pxa27x-ssp", 0x41900000, "pxa27x-ssp.2", NULL),
+ OF_DEV_AUXDATA("mrvl,pxa27x-ssp", 0x41a00000, "pxa27x-ssp.3", NULL),
{}
};
This is needed until we switch over to the common clk framework. Signed-off-by: Daniel Mack <zonque@gmail.com> --- Haojian, note that these two patches apply on top of the PXA-specific last two ones of my pxa-gpio series. Thanks, Daniel arch/arm/mach-pxa/pxa-dt.c | 4 ++++ 1 file changed, 4 insertions(+)