[PATCH 5/9] ARM: kirkwood: use devicetree for orion-spi
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-06-14 10:54:15
Also in:
linux-devicetree, linux-i2c, linux-spi
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-06-14 10:54:15
Also in:
linux-devicetree, linux-i2c, linux-spi
On Thursday 14 June 2012, Andrew Lunn wrote:
We either have auxdata and clean clock code, or no auxdata and messy clock code with lots of aliases. The auxdata is also not limited to the name of the clocks. It allows me to diff the kernel log for a DT boot and a none DT boot of the same box and see they are identical. I've found a few typo's that way, and not been hindered by noise of the devices changing name is useful. Once we have the clock tree described in DT, then i think it makes sense to remove these auxdata entries.
Ok, fair enough. Arnd