mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
d3ae8e7951
commit
84c6bce2c6
1 changed files with 1 additions and 1 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 */
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue