[openfirmware] [commit] r3088 - cpu/arm/mmp2

repository service svn at openfirmware.info
Mon Jul 30 01:16:15 CEST 2012


Author: wmb
Date: Mon Jul 30 01:16:14 2012
New Revision: 3088
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3088

Log:
OLPC MMP GPIO driver - omit pxa-gpio entry from compatible property.

Modified:
   cpu/arm/mmp2/gpio.fth

Modified: cpu/arm/mmp2/gpio.fth
==============================================================================
--- cpu/arm/mmp2/gpio.fth	Fri Jul 27 04:57:48 2012	(r3087)
+++ cpu/arm/mmp2/gpio.fth	Mon Jul 30 01:16:14 2012	(r3088)
@@ -44,8 +44,7 @@
 0 0  " d4019000" " /" begin-package
    " gpio" name
 
-   " mrvl,mmp-gpio" encode-string
-   " mrvl,pxa-gpio" encode-string encode+  " compatible" property
+   " mrvl,mmp-gpio" encode-string +compatible
 
    my-address my-space  h# 1000 reg
 



More information about the openfirmware mailing list