Re: [PATCH] 86xx: Enable the AC97 interface on 8641D board.
From: Matt Sealey <hidden>
Date: 2007-05-06 22:41:56
Jon Loeliger wrote:
On Thu, 2007-05-03 at 11:10, Olof Johansson wrote:quoted
This sounds like something that firmware should take care of, not hardcoded in the board code. Seems like the device is just a PCI device that doesn't have a device tree entry.Well, it's not a PCI device at all.
A PCI Express southbridge - not much difference really is there?
quoted
Why not do this in u-boot instead?Why do it there? We'd have to do it _again_ in Linux if we didn't come in from U-Boot anyway.
Because the firmware should configure the board specifics if possible, Linux should only be tweaking Northbridge/Southbridge settings if it is truly configurable at runtime or boot. If the difference is between whether an AC97 or Azalia codec is installed and soldered to the board, and it is not possible to have both, really the firmware should be setting up the chip so that only one is obviously usable. Ostensibly Linux and any drivers should be able to check which is enabled on the board - one revision may have AC97 and one may have Azalia HD audio. If this can be swapped by simply having each driver check the enabled codec mode on init, and dropping out if not correct, then it's starting to get to be Plug And Play. The alternative is that every revision of the board has it Hardcoded Into A Board Support Package, with different device trees and strange quirks which may or may not be easily determined, cluttering Kconfigs and so on. In theory; the firmware should do it, and if not, it should be done as early in Linux boot (platform init, device tree fixup) as possible. That's how we agreed to do it on the Efika after much, much discussion and argument :D -- Matt Sealey [off-list ref] Genesi, Manager, Developer Relations