[openfirmware] [commit] r3759 - cpu/arm/mmp3

repository service svn at openfirmware.info
Wed Jan 7 06:40:34 CET 2015


Author: quozl
Date: Wed Jan  7 06:40:31 2015
New Revision: 3759
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3759

Log:
OLPC XO-4 - mmp3-gic, remove IRQ changes to three I2C devices, matching commit 917d648bb by Darshan Prajapati.

Modified:
   cpu/arm/mmp3/gic.fth

Modified: cpu/arm/mmp3/gic.fth
==============================================================================
--- cpu/arm/mmp3/gic.fth	Tue Jan  6 04:55:38 2015	(r3758)
+++ cpu/arm/mmp3/gic.fth	Wed Jan  7 06:40:31 2015	(r3759)
@@ -70,21 +70,13 @@
 
 \ modify irqs to use 3 cells instead of 1
 dev /timer              h# 0d irqdef  dend
-\ dev /wakeup-rtc         h# 01 h# 00 irqdef2  dend
-\ dev /thermal            h# 0b irqdef  dend
-\ dev /audio              h# 02 irqdef  dend
 dev /sspa               h# 03 irqdef  dend
-\ dev /adma at c0ffd800      h# 12 h# 13 irqdef2  dend
-\ dev /adma at c0ffd900      h# 14 h# 15 irqdef2  dend
-\ dev /camera             h# 01 irqdef  dend
 dev /ap-sp              h# 28 irqdef  dend
 dev /usb                h# 2c irqdef  dend
 dev /ec-spi             h# 14 irqdef  dend
-\ dev /sd/sdhci at d4217000  h# 00 irqdef  dend
 dev /sd/sdhci at d4280000  h# 27 irqdef  dend
 dev /sd/sdhci at d4281000  h# 35 irqdef  dend
 dev /sd/sdhci at d4280800  h# 34 irqdef  dend
-\ dev /gpu                h# 00 h# 02 irqdef2  dend
 dev /display            h# 29 irqdef  dend
 dev /vmeta              h# 1a irqdef  dend
 dev /flash              h# 00 irqdef  dend
@@ -92,9 +84,6 @@
 dev /uart at d4030000      h# 1b irqdef  dend
 dev /uart at d4017000      h# 1c irqdef  dend
 dev /uart at d4018000      h# 18 irqdef  dend
-dev /i2c at d4034000       h# 04 irqdef  dend
-dev /i2c at d4033000       h# 02 irqdef  dend
-dev /i2c at d4031000       h# 00 irqdef  dend
 dev /i2c at d4011000       h# 07 irqdef  dend
 dev /dma                h# 30 irqdef  dend
 dev /gpio               h# 31 irqdef  dend



More information about the openfirmware mailing list