Fix device name in ac97audio dts.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@882 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Peter Stuge 2008-10-03 04:08:15 +00:00
parent d3ae8e7951
commit 84c6bce2c6

View file

@ -18,6 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
{ {
device_operations = "ac97modem"; device_operations = "ac97audio";
/* configuration variables go here */ /* configuration variables go here */
}; };