On 10/5/19 12:30 AM, Dalon Westergreen wrote:
> From: Dalon Westergreen <dalon.westergr...@intel.com>
> 
> Add a common u-boot devicetree include file for the SocFPGA
> Arria10 device.

Isn't arch/arm/dts/socfpga_arria10_handoff_u-boot.dtsi doing basically
the same thing, except more fine-grained ?

> diff --git a/arch/arm/dts/socfpga_arria10-common-u-boot.dtsi 
> b/arch/arm/dts/socfpga_arria10-common-u-boot.dtsi
> new file mode 100644
> index 0000000000..bd4f1271f3
> --- /dev/null
> +++ b/arch/arm/dts/socfpga_arria10-common-u-boot.dtsi
> @@ -0,0 +1,206 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * Copyright Altera Corporation (C) 2014. All rights reserved.
> + */
> +
> +/ {
> +     #address-cells = <1>;
> +     #size-cells = <1>;
> +
> +     chosen {
> +             tick-timer = &timer2;
> +             u-boot,dm-pre-reloc;
> +     };
> +
> +     memory@0 {
> +             u-boot,dm-pre-reloc;
> +     };
> +
> +     soc {
> +             u-boot,dm-pre-reloc;
> +
> +             clkmgr@ffd04000 {
> +                     u-boot,dm-pre-reloc;
> +
> +                     clocks {
> +                                     u-boot,dm-pre-reloc;
> +
> +                                     cb_intosc_hs_div2_clk {
> +                                             u-boot,dm-pre-reloc;
> +                                     };
> +
> +                                     cb_intosc_ls_clk {
> +                                             u-boot,dm-pre-reloc;
> +                                     };
> +
> +                                     f2s_free_clk {
> +                                             u-boot,dm-pre-reloc;
> +                                     };
> +
> +                                     osc1 {
> +                                             u-boot,dm-pre-reloc;
> +                                     };
> +
> +                                     main_pll@40 {
> +                                             u-boot,dm-pre-reloc;
> +
> +                                             main_mpu_base_clk {
> +                                                     u-boot,dm-pre-reloc;
> +                                             };
> +
> +                                             main_noc_base_clk {
> +                                                     u-boot,dm-pre-reloc;
> +                                             };
> +
> +                                             main_emaca_clk@68 {
> +                                                     u-boot,dm-pre-reloc;
> +                                             };

Do we really need all this in SPL for every board ?
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to