On Jan 25, 2008, at 10:16 AM, Paul Gortmaker wrote:
Kumar Gala wrote:
quoted
On Fri, 25 Jan 2008, Paul Gortmaker wrote:
quoted
Move mpc834x_mds device tree source forward to dts-v1 format.
Nothing
too complex in this one, so it boils down to just adding a bunch
of 0x
in the right places and converting clock speeds to decimal.
Signed-off-by: Paul Gortmaker <redacted>
---
arch/powerpc/boot/dts/mpc834x_mds.dts | 254 ++++++++++++++++
+----------------
1 files changed, 128 insertions(+), 126 deletions(-)
applied. I fixed up things so that interrupts use decimal.
Yeah, IRQ was one of those gray areas where I wasn't 100%
sure whether DTS folks would rather hex or decimal values.
decimal is easier since UMs tend to reference IRQs in dec.
I think on 85xx I might have left them as hex since the IRQs don't
directly reflect the UMs.
- k