Re: [PATCH] Add AMCC Arches 460GT eval board support to platforms/44x
From: Arnd Bergmann <arnd@arndb.de>
Date: 2008-07-16 22:58:53
On Wednesday 16 July 2008, Grant Likely wrote:
=20quoted
Shouldn't it be enough to have a common compatible value in each of these boards, e.g. "amcc,generic-ppc44x" and then just ignore the specific type unless you need to do something special?=20 This is bad for the same reason that "amcc,44x-<blah>" compatible values are bad in device nodes. =A0The definition of '*-44x-*' changes over time=
as
new parts are added. =A0Compatible values should always reflect an exact part number.
I agree in general, but I also think that all 44x boards should be regarded as the same machine time, in the same way that all powermacs are detected as compatible with "Power Macintosh" or "MacRISC", or how all sorts of serial ports claim compatibility with i8250. =46or classic SOCs like 4xx or 52xx, the SOC familiy more or less defines the platform, and all the details about peripherals can be expressed in the device tree elsewhere. If one board is so different that you need a separate board setup in the kernel, it should simply not claim compatibility with the SOC platform. Arnd <><