Correct ops pointers in amd8111 dts.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@1041 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Myles Watson 2008-11-17 22:24:11 +00:00
commit 4e9c6f3669
2 changed files with 2 additions and 2 deletions

View file

@ -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 */
};

View file

@ -19,6 +19,6 @@
*/
{
device_operations = "ac97modem";
device_operations = "acpi";
/* configuration variables go here */
};