On Tue, Jun 26, 2012 at 12:15:23PM +0300, Alexander Shishkin wrote:
> Richard Zhao <[email protected]> writes:
> 
> > +config USB_MXS_PHY
> > +   tristate "Freescale MXS USB PHY support"
> > +   select STMP_DEVICE
> > +   select USB_OTG_UTILS
> 
> There should also be a dependency on ARM (or maybe even ARCH_MXS),
> because you're using writel_relaxed() here, which only exists on arm and
> sh4 and enabling it on other architectures breaks compilation.
Thanks for your view. I'll add
        depends on ARCH_MXC || ARCH_MXS

Richard
> 
> Regards,
> --
> Alex
> 

_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to