[PATCH 0/9] 83xx DTS fixes and v1 conversions

Paul Gortmaker paul.gortmaker at windriver.com
Mon Jan 28 18:27:50 EST 2008


This series incorporates my earlier qe/muram fix before converting
the existing mpc83xx DTS files to v1 format.  I've also redone the
mpc834x_mds with the IRQs as decimal as per Kumar's comments and
re-included that too.  I've kept each board as a separate commit
in case one of them conflicts with what someone else is working on.

Boards covered are: 8349mds, 8349mitx, 8349mitx-gp, 836x_mds,
8323_mds, 8323_rdb, and the 8313_rdb.  Plus a small tweak to the
sbc8349 (it was already v1 -- but IRQs were in hex.)

I've fed all the files to DTC before and after to ensure the
output is the same after the conversion.

I'm not aware of any explicit rules for what is hex vs decimal.
I've tried to keep things that are usually discussed in decimal
as decimal quantities (i.e. cache size, IRQ, counts, indicies)
and all other data that you'd normally expect in hex (addresses,
IRQ flags, masks) as hex -- including prefixing 0x on values from
zero to 10 where it tends to make rows of numbers (e.g. ranges)
align for better readability, even though it isn't required.

Paul.



More information about the Linuxppc-dev mailing list