mvebu: fixups for the new driver

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43978 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Imre Kaloz 2015-01-16 08:44:15 +00:00
parent 83a7a8ea70
commit 965f285794
2 changed files with 4 additions and 4 deletions

View File

@ -186,7 +186,7 @@ $(eval $(call KernelPackage,ledtrig-oneshot))
define KernelPackage/leds-tlc59116
SUBMENU:=$(LEDS_MENU)
TITLE:=TLC59116 LED support
DEPENDS:=@TARGET_mvebu kmod-i2c-core
DEPENDS:=@TARGET_mvebu +kmod-i2c-core +kmod-regmap
KCONFIG:=CONFIG_LEDS_TLC59116
FILES:=$(LINUX_DIR)/drivers/leds/leds-tlc59116.ko
AUTOLOAD:=$(call AutoLoad,60,leds-tlc59116,1)

View File

@ -10,9 +10,9 @@ board=$(mvebu_board_name)
case "$board" in
armada-xp-mamba)
ucidef_set_led_netdev "wan" "WAN" "tlc59116:1" "eth1"
ucidef_set_led_usbdev "usb1" "USB1" "tlc59116:5" "1-1"
ucidef_set_led_usbdev "usb2" "USB2" "tlc59116:6" "2-2"
ucidef_set_led_netdev "wan" "WAN" "mamba:white:wan" "eth1"
ucidef_set_led_usbdev "usb2" "USB2" "mamba:white:usb2" "1-1"
ucidef_set_led_usbdev "usb3" "USB3" "mamba:white:usb3_1" "2-2"
;;
esac