ARM: dts: da850-evm-u-boot: Remove redundant entries
authorAdam Ford <aford173@gmail.com>
Fri, 17 Aug 2018 14:32:39 +0000 (09:32 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 12 Sep 2018 01:38:08 +0000 (21:38 -0400)
With the re-sync from Linux 4.18, several entries in
da850-evm-u-boot.dtsi are no longer necessary, so this patch
removes them.

Signed-off-by: Adam Ford <aford173@gmail.com>
arch/arm/dts/da850-evm-u-boot.dtsi

index b3546e792a4f0a79a0caeb87b8691f02f8997c2b..ab1de77954035d98fed19f6dbf03a45b2ba04934 100644 (file)
@@ -6,17 +6,6 @@
  * Copyright (C) Adam Ford
  */
 
-/ {
-       chosen {
-               stdout-path = &serial2;
-       };
-
-       aliases {
-               i2c0 = &i2c0;
-               spi0 = &spi1;
-       };
-};
-
 &flash {
        compatible = "m25p64", "spi-flash";
 };