Re: [U-Boot] [PATCH 6/8] fsl_dr_usb: Fixup disabled USB controllers nodes in device tree

2009-07-16 Thread Wolfgang Denk
Dear Anton Vorontsov, In message 20090609202534.gf20...@oksana.dev.rtsoft.ru you wrote: We should add status = disabled property when USB controller can't be used (for example when USB pins muxed away to another device). Also convert whole fdt_fixup_dr_usb() to use more compact routines

[U-Boot] [PATCH 6/8] fsl_dr_usb: Fixup disabled USB controllers nodes in device tree

2009-06-09 Thread Anton Vorontsov
We should add status = disabled property when USB controller can't be used (for example when USB pins muxed away to another device). Also convert whole fdt_fixup_dr_usb() to use more compact routines from fdt_support.h. Signed-off-by: Anton Vorontsov avoront...@ru.mvista.com ---

[U-Boot] [PATCH 6/8] fsl_dr_usb: Fixup disabled USB controllers nodes in device tree

2009-04-29 Thread Anton Vorontsov
We should add status = disabled property when USB controller can't be used (for example when USB pins muxed away to another device). Also convert whole fdt_fixup_dr_usb() to use more compact routines from fdt_support.h. Signed-off-by: Anton Vorontsov avoront...@ru.mvista.com ---