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:
parent
e5fa03aa74
commit
4e9c6f3669
2 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,6 +19,6 @@
|
|||
*/
|
||||
|
||||
{
|
||||
device_operations = "ac97modem";
|
||||
device_operations = "acpi";
|
||||
/* configuration variables go here */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue