Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Dec 2008 17:37:57 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 154406 for review
Message-ID:  <200812091737.mB9HbvfN079757@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=154406

Change 154406 by sam@sam_ebb on 2008/12/09 17:37:19

	I2C driver for Cambria's front panel LED

Affected files ...

.. //depot/projects/vap/sys/arm/conf/CAMBRIA#4 edit
.. //depot/projects/vap/sys/arm/conf/CAMBRIA.hints#2 edit
.. //depot/projects/vap/sys/arm/xscale/ixp425/cambria_fled.c#1 add
.. //depot/projects/vap/sys/arm/xscale/ixp425/files.avila#6 edit

Differences ...

==== //depot/projects/vap/sys/arm/conf/CAMBRIA#4 (text+ko) ====

@@ -78,6 +78,7 @@
 device		ds1672		# DS1672 on I2C bus
 device		ad7418		# AD7418 on I2C bus
 
+device		cambria_fled	# Font Panel LED on I2C bus
 device		cambria_led	# 8-LED latch
 
 device		ata

==== //depot/projects/vap/sys/arm/conf/CAMBRIA.hints#2 (text+ko) ====

@@ -31,9 +31,10 @@
 hint.ata_avila.0.at="ixp0"
 
 # Front Panel LED
-#hint.led_avila.0.at="ixp0"
-#hint.led_avila.0.pin=5
+hint.fled.0.at="iicbus0"
+hint.fled.0.addr=0x5a
 
+# Octal LED Latch
 hint.led_cambria.0.at="ixp0"
 
 # Analog Devices AD7418 temperature sensor

==== //depot/projects/vap/sys/arm/xscale/ixp425/files.avila#6 (text+ko) ====

@@ -3,4 +3,5 @@
 arm/xscale/ixp425/avila_ata.c		optional avila_ata
 arm/xscale/ixp425/avila_led.c		optional avila_led
 arm/xscale/ixp425/cambria_led.c		optional cambria_led
+arm/xscale/ixp425/cambria_fled.c	optional cambria_fled
 arm/xscale/ixp425/ixdp425_pci.c		optional pci



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812091737.mB9HbvfN079757>