13 May 2013 10:00
[PATCH v2 1/2] blackfin: bf609: implement soft switch
From: Sonic Zhang <sonic.zhang@...> Set up soft switch pins properly in board init code. Signed-off-by: Sonic Zhang <sonic.zhang@...> Signed-off-by: Scott Jiang <scott.jiang@...> Signed-off-by: Bob Liu <lliubbo@...> Signed-off-by: Sonic Zhang <sonic.adi@...> --- Changes in v2: None board/bf609-ezkit/soft_switch.c | 180 ++++++++++++++++++++++++++++++++++++++++ board/bf609-ezkit/soft_switch.h | 71 ++++++++++++++++ 2 files changed, 251 insertions(+) create mode 100644 board/bf609-ezkit/soft_switch.c create mode 100644 board/bf609-ezkit/soft_switch.h diff --git a/board/bf609-ezkit/soft_switch.c b/board/bf609-ezkit/soft_switch.c new file mode 100644 index 0000000..2e1404f --- /dev/null +++ b/board/bf609-ezkit/soft_switch.c <at> <at> -0,0 +1,180 <at> <at> +/* + * U-boot - main board file + * + * Copyright (c) 2008-2011 Analog Devices Inc. + * + * Licensed under the GPL-2 or later. + */(Continue reading)
RSS Feed