diff options
author | Olof Johansson <olof@lixom.net> | 2014-09-23 00:54:11 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-09-23 00:54:17 -0400 |
commit | 602f58500664943cc885e34cd60a9661f96fb709 (patch) | |
tree | 28025cfda113a449de04d2cf39c9c235da5164fd | |
parent | 3c91f97aaf383cb63375deca796ab45afdfa0441 (diff) | |
parent | 41fc619dd5584d438d1eb673bd82a722d627ad85 (diff) |
Merge tag 'fixes-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
Few regression fixes for omaps for the -rc cycle:
- Fix for omap_l3_noc bus code
- Serial console fix for cm-t53
- NAND timings fix for dra7-evm
* tag 'fixes-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
bus: omap_l3_noc: Fix connID for OMAP4
ARM: dts: cm-t54: fix serial console power supply.
ARM: dts: dra7-evm: Fix NAND GPMC timings
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 27 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap5-cm-t54.dts | 5 | ||||
-rw-r--r-- | drivers/bus/omap_l3_noc.h | 50 |
3 files changed, 39 insertions, 43 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index e03fbf3c6889..b40cdadb1f87 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts | |||
@@ -447,22 +447,19 @@ | |||
447 | gpmc,device-width = <2>; | 447 | gpmc,device-width = <2>; |
448 | gpmc,sync-clk-ps = <0>; | 448 | gpmc,sync-clk-ps = <0>; |
449 | gpmc,cs-on-ns = <0>; | 449 | gpmc,cs-on-ns = <0>; |
450 | gpmc,cs-rd-off-ns = <40>; | 450 | gpmc,cs-rd-off-ns = <80>; |
451 | gpmc,cs-wr-off-ns = <40>; | 451 | gpmc,cs-wr-off-ns = <80>; |
452 | gpmc,adv-on-ns = <0>; | 452 | gpmc,adv-on-ns = <0>; |
453 | gpmc,adv-rd-off-ns = <30>; | 453 | gpmc,adv-rd-off-ns = <60>; |
454 | gpmc,adv-wr-off-ns = <30>; | 454 | gpmc,adv-wr-off-ns = <60>; |
455 | gpmc,we-on-ns = <5>; | 455 | gpmc,we-on-ns = <10>; |
456 | gpmc,we-off-ns = <25>; | 456 | gpmc,we-off-ns = <50>; |
457 | gpmc,oe-on-ns = <2>; | 457 | gpmc,oe-on-ns = <4>; |
458 | gpmc,oe-off-ns = <20>; | 458 | gpmc,oe-off-ns = <40>; |
459 | gpmc,access-ns = <20>; | 459 | gpmc,access-ns = <40>; |
460 | gpmc,wr-access-ns = <40>; | 460 | gpmc,wr-access-ns = <80>; |
461 | gpmc,rd-cycle-ns = <40>; | 461 | gpmc,rd-cycle-ns = <80>; |
462 | gpmc,wr-cycle-ns = <40>; | 462 | gpmc,wr-cycle-ns = <80>; |
463 | gpmc,wait-pin = <0>; | ||
464 | gpmc,wait-on-read; | ||
465 | gpmc,wait-on-write; | ||
466 | gpmc,bus-turnaround-ns = <0>; | 463 | gpmc,bus-turnaround-ns = <0>; |
467 | gpmc,cycle2cycle-delay-ns = <0>; | 464 | gpmc,cycle2cycle-delay-ns = <0>; |
468 | gpmc,clk-activation-ns = <0>; | 465 | gpmc,clk-activation-ns = <0>; |
diff --git a/arch/arm/boot/dts/omap5-cm-t54.dts b/arch/arm/boot/dts/omap5-cm-t54.dts index b8698ca68647..429471aa7a1f 100644 --- a/arch/arm/boot/dts/omap5-cm-t54.dts +++ b/arch/arm/boot/dts/omap5-cm-t54.dts | |||
@@ -353,13 +353,12 @@ | |||
353 | }; | 353 | }; |
354 | 354 | ||
355 | ldo8_reg: ldo8 { | 355 | ldo8_reg: ldo8 { |
356 | /* VDD_3v0: Does not go anywhere */ | 356 | /* VDD_3V_GP: act led/serial console */ |
357 | regulator-name = "ldo8"; | 357 | regulator-name = "ldo8"; |
358 | regulator-min-microvolt = <3000000>; | 358 | regulator-min-microvolt = <3000000>; |
359 | regulator-max-microvolt = <3000000>; | 359 | regulator-max-microvolt = <3000000>; |
360 | regulator-always-on; | ||
360 | regulator-boot-on; | 361 | regulator-boot-on; |
361 | /* Unused */ | ||
362 | status = "disabled"; | ||
363 | }; | 362 | }; |
364 | 363 | ||
365 | ldo9_reg: ldo9 { | 364 | ldo9_reg: ldo9 { |
diff --git a/drivers/bus/omap_l3_noc.h b/drivers/bus/omap_l3_noc.h index 551e01061434..95254585db86 100644 --- a/drivers/bus/omap_l3_noc.h +++ b/drivers/bus/omap_l3_noc.h | |||
@@ -188,31 +188,31 @@ static struct l3_flagmux_data omap_l3_flagmux_clk3 = { | |||
188 | }; | 188 | }; |
189 | 189 | ||
190 | static struct l3_masters_data omap_l3_masters[] = { | 190 | static struct l3_masters_data omap_l3_masters[] = { |
191 | { 0x0 , "MPU"}, | 191 | { 0x00, "MPU"}, |
192 | { 0x10, "CS_ADP"}, | 192 | { 0x04, "CS_ADP"}, |
193 | { 0x14, "xxx"}, | 193 | { 0x05, "xxx"}, |
194 | { 0x20, "DSP"}, | 194 | { 0x08, "DSP"}, |
195 | { 0x30, "IVAHD"}, | 195 | { 0x0C, "IVAHD"}, |
196 | { 0x40, "ISS"}, | 196 | { 0x10, "ISS"}, |
197 | { 0x44, "DucatiM3"}, | 197 | { 0x11, "DucatiM3"}, |
198 | { 0x48, "FaceDetect"}, | 198 | { 0x12, "FaceDetect"}, |
199 | { 0x50, "SDMA_Rd"}, | 199 | { 0x14, "SDMA_Rd"}, |
200 | { 0x54, "SDMA_Wr"}, | 200 | { 0x15, "SDMA_Wr"}, |
201 | { 0x58, "xxx"}, | 201 | { 0x16, "xxx"}, |
202 | { 0x5C, "xxx"}, | 202 | { 0x17, "xxx"}, |
203 | { 0x60, "SGX"}, | 203 | { 0x18, "SGX"}, |
204 | { 0x70, "DSS"}, | 204 | { 0x1C, "DSS"}, |
205 | { 0x80, "C2C"}, | 205 | { 0x20, "C2C"}, |
206 | { 0x88, "xxx"}, | 206 | { 0x22, "xxx"}, |
207 | { 0x8C, "xxx"}, | 207 | { 0x23, "xxx"}, |
208 | { 0x90, "HSI"}, | 208 | { 0x24, "HSI"}, |
209 | { 0xA0, "MMC1"}, | 209 | { 0x28, "MMC1"}, |
210 | { 0xA4, "MMC2"}, | 210 | { 0x29, "MMC2"}, |
211 | { 0xA8, "MMC6"}, | 211 | { 0x2A, "MMC6"}, |
212 | { 0xB0, "UNIPRO1"}, | 212 | { 0x2C, "UNIPRO1"}, |
213 | { 0xC0, "USBHOSTHS"}, | 213 | { 0x30, "USBHOSTHS"}, |
214 | { 0xC4, "USBOTGHS"}, | 214 | { 0x31, "USBOTGHS"}, |
215 | { 0xC8, "USBHOSTFS"} | 215 | { 0x32, "USBHOSTFS"} |
216 | }; | 216 | }; |
217 | 217 | ||
218 | static struct l3_flagmux_data *omap_l3_flagmux[] = { | 218 | static struct l3_flagmux_data *omap_l3_flagmux[] = { |