Re: [U-Boot] [PATCH 4/8] mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree

2009-07-16 Thread Wolfgang Denk
Dear Anton Vorontsov, In message <20090609202531.gd20...@oksana.dev.rtsoft.ru> you wrote: > fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and > also will fixup clock-frequency property. > > Plus, since DR USB and eSDHC are mutually exclusive, we should > only configure the eSDHC if

[U-Boot] [PATCH 4/8] mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree

2009-06-09 Thread Anton Vorontsov
fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and also will fixup clock-frequency property. Plus, since DR USB and eSDHC are mutually exclusive, we should only configure the eSDHC if asked through hwconfig. Signed-off-by: Anton Vorontsov --- board/freescale/mpc837xemds/mpc837xemd

[U-Boot] [PATCH 4/8] mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree

2009-04-29 Thread Anton Vorontsov
fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and also will fixup clock-frequency property. Plus, since DR USB and eSDHC are mutually exclusive, we should only configure the eSDHC if asked through hwconfig. Signed-off-by: Anton Vorontsov --- board/freescale/mpc837xemds/mpc837xemd