[PATCH 2/5] ARM: PXA: Zipit Z2: Add USB host and device support
From: anarsoul@gmail.com (Vasily Khoruzhick)
Date: 2012-10-30 21:20:47
From: anarsoul@gmail.com (Vasily Khoruzhick)
Date: 2012-10-30 21:20:47
On Tue, Oct 30, 2012 at 11:05 PM, Daniel Mack [off-list ref] wrote:
quoted
One more question: what should I use instead of pxa2xx_mfp_config in DT board to configure pin modes?Haojian was working on the PXA pinctrl drivers, but I don't know how far that is yet. If that's not yet there, have a look at the pinctrl-single driver. It's admittedly not as nice to use as the constants in the board file as DT lacks defines for numerical constants, but's at least a workaround. On a more general note, it's arguable whether this kind of setup should be done in the bootloader after all. Daniel
OK, thanks for suggestion! Regards Vasily