kernel: update linux 3.2 to 3.2.15
[openwrt.git] / target / linux / lantiq / patches-3.2 / 0069-MIPS-lantiq-fixes-bad-PMU_USB0-0-define.patch
1 From 2690917f28c385dd3edf0e2b92dc6b44a1b3dd12 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Thu, 5 Apr 2012 21:51:05 +0200
4 Subject: [PATCH 69/73] MIPS: lantiq: fixes bad PMU_USB0(0) define
5
6 ---
7  arch/mips/lantiq/xway/sysctrl.c |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 --- a/arch/mips/lantiq/xway/sysctrl.c
11 +++ b/arch/mips/lantiq/xway/sysctrl.c
12 @@ -40,7 +40,7 @@
13  #define PMU_USB0_P     BIT(0)
14  #define PMU_PCI                BIT(4)
15  #define PMU_DMA                BIT(5)
16 -#define PMU_USB0       BIT(5)
17 +#define PMU_USB0       BIT(6)
18  #define PMU_EPHY       BIT(7)  /* ase */
19  #define PMU_SPI                BIT(8)
20  #define PMU_DFE                BIT(9)