ARM: dts: da850-evm: add chosen and SPI alias
authorAdam Ford <aford173@gmail.com>
Mon, 4 Sep 2017 22:12:04 +0000 (17:12 -0500)
committerSekhar Nori <nsekhar@ti.com>
Mon, 26 Feb 2018 06:32:24 +0000 (12:02 +0530)
This patch will add the chosen container to point stdout-path to serial2
and set the alias for spi0 to spi1 since the SPI NOR flash exists on SPI1.

Suggested-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-evm.dts

index c755079..3962fa4 100644 (file)
        compatible = "ti,da850-evm", "ti,da850";
        model = "DA850/AM1808/OMAP-L138 EVM";
 
+       chosen {
+               stdout-path = &serial2;
+       };
+
        aliases {
                serial0 = &serial0;
                serial1 = &serial1;
                serial2 = &serial2;
                ethernet0 = &eth0;
+               spi0 = &spi1;
        };
 
        soc@1c00000 {