diff options
author | Adam Ford | 2018-08-17 09:32:39 -0500 |
---|---|---|
committer | Tom Rini | 2018-09-11 21:38:08 -0400 |
commit | abb205ded1fe77ea03ccf3c5938ec0ca524e630a (patch) | |
tree | 8c7e6dd8f7072fa0ab05867d1fd64f45bc4c2082 /arch/arm/dts | |
parent | 8e12559193109fab2fa937692e57b79a1e132a84 (diff) |
ARM: dts: da850-evm-u-boot: Remove redundant entries
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>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/da850-evm-u-boot.dtsi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/dts/da850-evm-u-boot.dtsi b/arch/arm/dts/da850-evm-u-boot.dtsi index b3546e792a4..ab1de779540 100644 --- a/arch/arm/dts/da850-evm-u-boot.dtsi +++ b/arch/arm/dts/da850-evm-u-boot.dtsi @@ -6,17 +6,6 @@ * Copyright (C) Adam Ford */ -/ { - chosen { - stdout-path = &serial2; - }; - - aliases { - i2c0 = &i2c0; - spi0 = &spi1; - }; -}; - &flash { compatible = "m25p64", "spi-flash"; }; |