lkml.org 
[lkml]   [2018]   [Jun]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] ARM: dts: imx6: RIoTboard Add chosen stdout-path property
    Date
    The RIoTboard debug uart is connected to serial1.
    Add a chosen property in the DTS so OS knows what serial port to use for
    the console.

    Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
    ---
    arch/arm/boot/dts/imx6dl-riotboard.dts | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts
    index 2e98c92adff7..315d2ae6fa45 100644
    --- a/arch/arm/boot/dts/imx6dl-riotboard.dts
    +++ b/arch/arm/boot/dts/imx6dl-riotboard.dts
    @@ -19,6 +19,10 @@
    reg = <0x10000000 0x40000000>;
    };

    + chosen {
    + stdout-path = "serial1:115200n8";
    + };
    +
    regulators {
    compatible = "simple-bus";
    #address-cells = <1>;
    --
    2.17.0
    \
     
     \ /
      Last update: 2018-06-18 17:44    [W:6.820 / U:1.804 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site