Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ipq4019: Add a default chosen node

Add a 'chosen' node to select the serial console.
This is needed when bootloaders do not pass the
'console=' bootargs.

Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sricharan R <sricharan@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>

authored by

Sricharan R and committed by
Andy Gross
c696a020 5567f9dd

+9 -1
+8
arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
··· 20 20 model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK01.1"; 21 21 compatible = "qcom,ipq4019"; 22 22 23 + aliases { 24 + serial0 = &blsp1_uart1; 25 + }; 26 + 27 + chosen { 28 + stdout-path = "serial0:115200n8"; 29 + }; 30 + 23 31 soc { 24 32 rng@22000 { 25 33 status = "ok";
+1 -1
arch/arm/boot/dts/qcom-ipq4019.dtsi
··· 272 272 regulator; 273 273 }; 274 274 275 - serial@78af000 { 275 + blsp1_uart1: serial@78af000 { 276 276 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 277 277 reg = <0x78af000 0x200>; 278 278 interrupts = <0 107 0>;