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

repository service svn at openfirmware.info
Thu Dec 13 01:21:31 CET 2012


Author: wmb
Date: Thu Dec 13 01:21:31 2012
New Revision: 3488
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3488

Log:
OLPC ARM - device tree additions to HDMI-related nodes.

Modified:
   cpu/arm/olpc/gpio-i2c.fth

Modified: cpu/arm/olpc/gpio-i2c.fth
==============================================================================
--- cpu/arm/olpc/gpio-i2c.fth	Thu Dec 13 01:19:45 2012	(r3487)
+++ cpu/arm/olpc/gpio-i2c.fth	Thu Dec 13 01:21:31 2012	(r3488)
@@ -114,6 +114,7 @@
 [ifdef] hdmi-sda-gpio#
    new-device
       " hdmi-i2c" device-name
+      0 0 reg
       " i2c-gpio" +compatible
       1 " #address-cells" integer-property
       1 " #size-cells" integer-property
@@ -143,6 +144,7 @@
       new-device
          " hdmi-ddc" device-name    
          h# 50 1 reg
+         " eeprom" +compatible
          : close  ( -- )  ;
          h# 80 constant /edid-chunk
          0 value edid



More information about the openfirmware mailing list