Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260734
b: refs/heads/master
c: ca12adc
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Jul 25, 2011
1 parent 82e455f commit 9f875f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2aa8e37596933a43fc3e46e1e385045635674429
refs/heads/master: ca12adc8ca6814d1949fcc6d83c1adda6dc9e2ef
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static void early_printk_uartlite_putc(char c)
* we'll never timeout on a working UART.
*/

unsigned retries = 10000;
unsigned retries = 1000000;
/* read status bit - 0x8 offset */
while (--retries && (in_be32(base_addr + 8) & (1 << 3)))
;
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/microblaze/kernel/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ int __init early_init_dt_scan_chosen_serial(unsigned long node,
}
if ((strncmp(p, "xlnx,xps-uartlite", 17) == 0) ||
(strncmp(p, "xlnx,opb-uartlite", 17) == 0) ||
(strncmp(p, "xlnx,axi-uartlite", 17) == 0)) {
(strncmp(p, "xlnx,axi-uartlite", 17) == 0) ||
(strncmp(p, "xlnx,mdm", 8) == 0)) {
unsigned int *addrp;

*(u32 *)data = UARTLITE;
Expand Down

0 comments on commit 9f875f0

Please sign in to comment.