mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
abb205ded1
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>
11 lines
191 B
Text
11 lines
191 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* da850-evm U-Boot Additions
|
|
*
|
|
* Copyright (C) 2017 Logic PD, Inc.
|
|
* Copyright (C) Adam Ford
|
|
*/
|
|
|
|
&flash {
|
|
compatible = "m25p64", "spi-flash";
|
|
};
|