Author: myles Date: 2008-11-17 23:24:11 +0100 (Mon, 17 Nov 2008) New Revision: 1041
Modified: coreboot-v3/southbridge/amd/amd8111/ac97audio.dts coreboot-v3/southbridge/amd/amd8111/acpi.dts Log: Correct ops pointers in amd8111 dts.
Signed-off-by: Myles Watson mylesgw@gmail.com Acked-by: Ronald G. Minnich rminnich@gmail.com
Modified: coreboot-v3/southbridge/amd/amd8111/ac97audio.dts =================================================================== --- coreboot-v3/southbridge/amd/amd8111/ac97audio.dts 2008-11-17 20:40:39 UTC (rev 1040) +++ coreboot-v3/southbridge/amd/amd8111/ac97audio.dts 2008-11-17 22:24:11 UTC (rev 1041) @@ -18,6 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ { - device_operations = "ac97modem"; + device_operations = "ac97audio"; /* configuration variables go here */ };
Modified: coreboot-v3/southbridge/amd/amd8111/acpi.dts =================================================================== --- coreboot-v3/southbridge/amd/amd8111/acpi.dts 2008-11-17 20:40:39 UTC (rev 1040) +++ coreboot-v3/southbridge/amd/amd8111/acpi.dts 2008-11-17 22:24:11 UTC (rev 1041) @@ -19,6 +19,6 @@ */
{ - device_operations = "ac97modem"; + device_operations = "acpi"; /* configuration variables go here */ };