]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
karo: tx48: fix U-Boot heartbeat LED
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 28 Nov 2013 12:00:02 +0000 (13:00 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 28 Nov 2013 12:00:02 +0000 (13:00 +0100)
commit5fd2bd8f8dffe01f31097f8d22b242d20dc2eb87
tree3e617fae330abbcfa3eb6132b9d4c964ab50c49f
parentf9897ef5d7125eb38e800f8de1a65a385826839a
karo: tx48: fix U-Boot heartbeat LED

Add missing call to gpio_request_array(stk5_gpios) that has been lost
somehow. Also call to gpio_request_array() before calling
tx48_set_pin_mux() to prevent glitches when reconfiguring pin
functions.
board/karo/tx48/tx48.c