ARM: dts: imx6ul-kontron-n6x1x: Add 'chosen' node with 'stdout-path'
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 4 Nov 2019 11:54:13 +0000 (11:54 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 4 Nov 2019 14:34:05 +0000 (22:34 +0800)
The Kontron N6x1x SoMs all use uart4 as a debug serial interface.
Therefore we set it in the 'chosen' node.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-kontron-n6x1x-som-common.dtsi

index a843e02..a17af4d 100644 (file)
@@ -7,6 +7,12 @@
 
 #include <dt-bindings/gpio/gpio.h>
 
+/ {
+       chosen {
+               stdout-path = &uart4;
+       };
+};
+
 &ecspi2 {
        cs-gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>;
        pinctrl-names = "default";