diff options
author | gregory hermant <gregory.hermant@calao-systems.com> | 2012-08-03 18:40:24 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-11 23:17:49 +0200 |
commit | 77d3c5d457784d5035d7fece1c3ee0ef5cd46d92 (patch) | |
tree | 4016e4e77bc087735a7dcd6370c4a5faf6e83763 /board/calao/qil-a9260/linux-3.4.7.patch | |
parent | 380ff787d95f9fa36a73503fd3ac6d5c40a5e6bc (diff) | |
download | buildroot-novena-77d3c5d457784d5035d7fece1c3ee0ef5cd46d92.tar.gz buildroot-novena-77d3c5d457784d5035d7fece1c3ee0ef5cd46d92.zip |
Add support for the Calao-systems QIL-A9260
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/calao/qil-a9260/linux-3.4.7.patch')
-rw-r--r-- | board/calao/qil-a9260/linux-3.4.7.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/board/calao/qil-a9260/linux-3.4.7.patch b/board/calao/qil-a9260/linux-3.4.7.patch new file mode 100644 index 000000000..5d355d23c --- /dev/null +++ b/board/calao/qil-a9260/linux-3.4.7.patch @@ -0,0 +1,27 @@ +From fe6432a9728b62bce3db73c5a4efe026018fd495 Mon Sep 17 00:00:00 2001 +From: Gregory Hermant <gregory.hermant@calao-systems.com> +Date: Fri, 3 Aug 2012 16:45:37 +0200 +Subject: [PATCH] QIL-A9260: rtc modalias m41t48 renamed to rtc-m41t48 + + +Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> +--- + arch/arm/mach-at91/board-qil-a9260.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/arch/arm/mach-at91/board-qil-a9260.c b/arch/arm/mach-at91/board-qil-a9260.c +index bf351e2..c0df05c 100644 +--- a/arch/arm/mach-at91/board-qil-a9260.c ++++ b/arch/arm/mach-at91/board-qil-a9260.c +@@ -78,7 +78,7 @@ static struct at91_udc_data __initdata ek_udc_data = { + static struct spi_board_info ek_spi_devices[] = { + #if defined(CONFIG_RTC_DRV_M41T94) + { /* M41T94 RTC */ +- .modalias = "m41t94", ++ .modalias = "rtc-m41t94", + .chip_select = 0, + .max_speed_hz = 1 * 1000 * 1000, + .bus_num = 0, +-- +1.5.6.3 + |