On Tue, Nov 18, 2008 at 02:49:37PM -0700, Myles Watson wrote:
This patch makes subsystem ids work. Here are the changes by file:
Nice!
Acked-by: Uwe Hermann uwe@hermann-uwe.de
So just to make sure -- we can now set per-board IDs _and_ override them for individual PCI devices in the dts?
Index: mainboard/amd/serengeti/dts
--- mainboard/amd/serengeti/dts (revision 1043) +++ mainboard/amd/serengeti/dts (working copy) @@ -22,6 +22,8 @@ device_operations="serengeti"; mainboard_vendor = "AMD"; mainboard_name = "Serengeti";
- subsystem_vendor = "PCI_VENDOR_ID_AMD";
Nice, I didn't know that #defines could be used in dts.
Uwe.