[U-Boot] [PATCH v2] MPC8260: fixup device tree by property instead of path

2009-05-12 Thread Wolfgang Denk
cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the clock frequencies in the device tree, using a CPU path "/cpus/OF_CPU", with OF_CPU beind defined in the board config file. However, this does not work when one board config file (here: MPC8260ADS.h) is intended to be used for sever

Re: [U-Boot] [PATCH v2] MPC8260: fixup device tree by property instead of path

2009-05-12 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the > clock frequencies in the device tree, using a CPU path > "/cpus/OF_CPU", with OF_CPU beind defined in the board config file. > > However, this does not work when one board config file (here

Re: [U-Boot] [PATCH v2] MPC8260: fixup device tree by property instead of path

2009-05-13 Thread Detlev Zundel
Hi Heiko, > Acked-by: Heiko Schocher Apart from fixing the inverse whitespace problemn, am I correct that strictly speaking we should now also add the following? Tested-by: Heiko Schocher Cheers Detlev -- To summarize: It is a well known and lamented fact that those people who most want

Re: [U-Boot] [PATCH v2] MPC8260: fixup device tree by property instead of path

2009-05-13 Thread Heiko Schocher
Hello Detlev, Detlev Zundel wrote: >> Acked-by: Heiko Schocher > > Apart from fixing the inverse whitespace problemn, am I correct that > strictly speaking we should now also add the following? > > Tested-by: Heiko Schocher Ah, you are right. bye Heiko -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH v2] MPC8260: fixup device tree by property instead of path

2009-05-15 Thread Wolfgang Denk
In message <1242134255-7295-1-git-send-email...@denx.de> you wrote: > cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the > clock frequencies in the device tree, using a CPU path > "/cpus/OF_CPU", with OF_CPU beind defined in the board config file. > > However, this does not work w