Commit fe85cad2 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: make ADI board names consistent



Cc: Graf Yang <graf.yang@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 8a0e9acf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
/*
 * Name the Board for the /proc/cpuinfo
 */
const char bfin_board_name[] = "BF518F-EZBRD";
const char bfin_board_name[] = "ADI BF518F-EZBRD";

/*
 *  Driver needs to know address, irq and flag pin.
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
/*
 * Name the Board for the /proc/cpuinfo
 */
const char bfin_board_name[] = "BF526-EZBRD";
const char bfin_board_name[] = "ADI BF526-EZBRD";

/*
 *  Driver needs to know address, irq and flag pin.
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
/*
 * Name the Board for the /proc/cpuinfo
 */
const char bfin_board_name[] = "ADDS-BF527-EZKIT";
const char bfin_board_name[] = "ADI BF527-EZKIT";

/*
 *  Driver needs to know address, irq and flag pin.
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
/*
 * Name the Board for the /proc/cpuinfo
 */
const char bfin_board_name[] = "ADDS-BF533-EZKIT";
const char bfin_board_name[] = "ADI BF533-EZKIT";

#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE)
static struct platform_device rtc_device = {
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
/*
 * Name the Board for the /proc/cpuinfo
 */
const char bfin_board_name[] = "ADDS-BF533-STAMP";
const char bfin_board_name[] = "ADI BF533-STAMP";

#if defined(CONFIG_RTC_DRV_BFIN) || defined(CONFIG_RTC_DRV_BFIN_MODULE)
static struct platform_device rtc_device = {
Loading