Re: [PATCH] add restart function for mpc52xx
From: Sylvain Munaut <hidden>
Date: 2007-01-12 09:02:51
Sascha Hauer wrote:
quoted
Not being able to ioremap at interrupt time has absolutely _nothing_ to do with the device tree.No, not directly..
Not at all ... in arch/ppc we just have the bug and just never noticed.
On system with real open firmware it's surely the way to go to use it, but on systems without OF it's just painful. Not being able to implement a restart function without changing the device tree shows that.
It's because the device tree is not done correctly ... The bindings are
recent,
and may change soon. This whole issue has triggered some discussion on IRC
about them.
I'm not saying the system is perfect but this issue is more related to
recent
bindings that the of thing as a whole. That's more the problem with of
is that
when you need to define bindings for something that has none, you may not
anticipate everything ....
Sylvain