diff options
author | Olof Johansson <olof@lixom.net> | 2014-05-04 22:27:30 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-05-04 22:27:30 -0700 |
commit | 1270f063f95c9c57c59b60c7122603e633c6e276 (patch) | |
tree | bb6e89b26f3f241108e6a4dff105aa712e6c78cc /arch | |
parent | 9a2044fce2021358e082d344b8c248e83b1c499b (diff) | |
parent | 1cc9d48145b81e307fab94a5cf6ee66ec2f0de60 (diff) | |
download | linux-1270f063f95c9c57c59b60c7122603e633c6e276.tar.bz2 |
Merge tag 'mvebu-fixes-3.15' of git://git.infradead.org/linux-mvebu into fixes
From Jason Cooper:
mvebu fixes for v3.15
- devbus: fix bus-width conversion
- orion5x: fix target ID for crypto SRAM window
* tag 'mvebu-fixes-3.15' of git://git.infradead.org/linux-mvebu:
ARM: orion5x: fix target ID for crypto SRAM window
memory: mvebu-devbus: fix the conversion of the bus width
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-orion5x/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/common.h b/arch/arm/mach-orion5x/common.h index f565f9944af2..7548db2bfb8a 100644 --- a/arch/arm/mach-orion5x/common.h +++ b/arch/arm/mach-orion5x/common.h @@ -21,7 +21,7 @@ struct mv_sata_platform_data; #define ORION_MBUS_DEVBUS_BOOT_ATTR 0x0f #define ORION_MBUS_DEVBUS_TARGET(cs) 0x01 #define ORION_MBUS_DEVBUS_ATTR(cs) (~(1 << cs)) -#define ORION_MBUS_SRAM_TARGET 0x00 +#define ORION_MBUS_SRAM_TARGET 0x09 #define ORION_MBUS_SRAM_ATTR 0x00 /* |