Skip to content

Commit

Permalink
ARM: mvebu: make DTS comments reflect DEBUG_LL changes
Browse files Browse the repository at this point in the history
The Kconfig symbol DEBUG_MVEBU_UART_ALTERNATE was renamed to
DEBUG_MVEBU_UART0_ALTERNATE. And the symbol DEBUG_MVEBU_UART1_ALTERNATE
was added to allow UART1 as a DEBUG_LL target. Make the comment at the
top of this DTS reflect those changes.

Since we're touching this DTS add comments to show which blocks describe
UART0 and UART1.

Signed-off-by: Paul Bolle <[email protected]>
Signed-off-by: Andrew Lunn <[email protected]>
  • Loading branch information
pebolle authored and lunn committed Jan 22, 2015
1 parent 0df5a6c commit 6cc082a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arch/arm/boot/dts/armada-xp-axpwifiap.dts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*
* Note: this board is shipped with a new generation boot loader that
* remaps internal registers at 0xf1000000. Therefore, if earlyprintk
* is used, the CONFIG_DEBUG_MVEBU_UART_ALTERNATE option should be
* used.
* is used, the CONFIG_DEBUG_MVEBU_UART0_ALTERNATE option or the
* CONFIG_DEBUG_MVEBU_UART1_ALTERNATE option should be used.
*
* Copyright (C) 2013 Marvell
*
Expand Down Expand Up @@ -60,10 +60,12 @@
};

internal-regs {
/* UART0 */
serial@12000 {
status = "okay";
};

/* UART1 */
serial@12100 {
status = "okay";
};
Expand Down

0 comments on commit 6cc082a

Please sign in to comment.