[U-Boot] [PATCH 1/3] arm: dts: da850: Migrate da850-evm DTS files from Linux 4.13-RC5
Sekhar Nori
nsekhar at ti.com
Fri Sep 1 11:34:40 UTC 2017
On Sunday 27 August 2017 01:46 AM, Adam Ford wrote:
> A few small additional items are needed to support DM_SPI and
> DM_SERIAL, so those were added to da850-evm-u-boot.dtsi
>
> Signed-off-by: Adam Ford <aford173 at gmail.com>
> ---
> arch/arm/dts/da850-evm-u-boot.dtsi | 22 ++
> arch/arm/dts/da850-evm.dts | 304 +++++++++++++++++++
> arch/arm/dts/da850.dtsi | 581 +++++++++++++++++++++++++++++++++++++
> arch/arm/dts/tps6507x.dtsi | 47 +++
> 4 files changed, 954 insertions(+)
>
> diff --git a/arch/arm/dts/da850-evm-u-boot.dtsi b/arch/arm/dts/da850-evm-u-boot.dtsi
> new file mode 100644
> index 0000000..516bc1d
> --- /dev/null
> +++ b/arch/arm/dts/da850-evm-u-boot.dtsi
> @@ -0,0 +1,22 @@
> +/*
> + * da850-evm U-Boot Additions
> + *
> + * Copyright (C) 2017 Logic PD, Inc.
> + * Copyright (C) Adam Ford
> + *
> + * SPDX-License-Identifier: GPL-2.0+
> + */
> +
> +/ {
> + chosen {
> + stdout-path = &serial2;
> + };
> +
> + aliases {
> + spi0 = &spi1;
> + };
> +};
These look like useful for kernel too, can you please submit patches
adding them for kernel too?
Thanks,
Sekhar
More information about the U-Boot
mailing list