[openfirmware] [commit] r3338 - cpu/arm/olpc

repository service svn at openfirmware.info
Thu Sep 27 03:20:09 CEST 2012


Author: wmb
Date: Thu Sep 27 03:20:09 2012
New Revision: 3338
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3338

Log:
OLPC ARM audio driver - Use mmp2 in compatible property name on XO-1.75, thus making it easy for the Linux driver to auto-configure itself.

Modified:
   cpu/arm/olpc/sound.fth

Modified: cpu/arm/olpc/sound.fth
==============================================================================
--- cpu/arm/olpc/sound.fth	Thu Sep 27 03:14:27 2012	(r3337)
+++ cpu/arm/olpc/sound.fth	Thu Sep 27 03:20:09 2012	(r3338)
@@ -87,7 +87,7 @@
    h# d00 +audio  h# 100 reg
 
    " marvell,mmp-sspa-dai" +compatible
-[ifdef] mmp2 " marvell,mmp3-sspa-dai" +compatible  [then]
+[ifdef] mmp2 " marvell,mmp2-sspa-dai" +compatible  [then]
 [ifdef] mmp3 " marvell,mmp3-sspa-dai" +compatible  [then]
 
    " unused" " status" string-property
@@ -102,7 +102,7 @@
 h# c00 +audio  h# 100 reg
 
 " marvell,mmp-sspa-dai" +compatible
-[ifdef] mmp2 " marvell,mmp3-sspa-dai" +compatible  [then]
+[ifdef] mmp2 " marvell,mmp2-sspa-dai" +compatible  [then]
 [ifdef] mmp3 " marvell,mmp3-sspa-dai" +compatible  [then]
 
 " /pmua" encode-phandle d# 20 encode-int encode+ " clocks" property



More information about the openfirmware mailing list