Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1712377
| From | Scott Branden <scott.branden@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 5/6] ARM: dts: cygnus: add serial0 alias for uart3 on bcm91130_entphn |
| Date | 2017-08-15 19:30 +0200 |
| Message-ID | <ueNPc-4e6-33@gated-at.bofh.it> (permalink) |
| References | <ueNPb-4e6-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Use serial0 alias to select stdout-path on Cygnus bcm911360_entphon
board.
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
arch/arm/boot/dts/bcm911360_entphn.dts | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/bcm911360_entphn.dts b/arch/arm/boot/dts/bcm911360_entphn.dts
index 000f5f1..53f990d 100644
--- a/arch/arm/boot/dts/bcm911360_entphn.dts
+++ b/arch/arm/boot/dts/bcm911360_entphn.dts
@@ -39,9 +39,12 @@
model = "Cygnus Enterprise Phone (BCM911360_ENTPHN)";
compatible = "brcm,bcm11360", "brcm,cygnus";
+ aliases {
+ serial0 = &uart3;
+ };
+
chosen {
- stdout-path = &uart3;
- bootargs = "console=ttyS0,115200";
+ stdout-path = "serial0:115200n8";
};
gpio_keys {
--
2.5.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] ARM: dts: cygnus dts updates Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
[PATCH 5/6] ARM: dts: cygnus: add serial0 alias for uart3 on bcm91130_entphn Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
[PATCH 4/6] ARM: dts: cygnus: Add additional peripherals to dtsi Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
[PATCH 3/6] ARM: dts: cygnus: Enable Performance Monitoring Unit Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
[PATCH 1/6] ARM: dts: cygnus: Fix incorrect UART2 register base Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
Re: [PATCH 1/6] ARM: dts: cygnus: Fix incorrect UART2 register base Eric Anholt <eric@anholt.net> - 2017-08-15 20:30 +0200
[PATCH 6/6] ARM: dts: cygnus: Add generic-ehci/ohci nodes Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
Re: [PATCH 0/6] ARM: dts: cygnus dts updates Florian Fainelli <f.fainelli@gmail.com> - 2017-08-17 19:20 +0200
csiph-web