From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dalon Westergreen Date: Fri, 4 Oct 2019 15:30:35 -0700 Subject: [U-Boot] [PATCH 0/8] ARM: socfpga: arria10: Cleanup devicetree and Message-ID: <20191004223043.18127-1-dalon.westergreen@linux.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Dalon Westergreen This series sync the arria10 devicetree to the kernel devicetree and cleans up the inclusion of u-boot specific requirements. It also adds a new qts-filter-a10.sh script to allow for generation of project specific settings required for configuration of the device clocks, PLLs, and pinmux. Dalon Westergreen (8): ARM: socfpga: arria10: Add qts-filter for arria10 socfpga ARM: socfpga: arria10: Sync A10 SoCDK devicetrees ARM: socfpga: arria10: Add common u-boot devicetree include ARM: socfpga: arria10: Add generic handoff devicetree include ARM: socfpga: arria10: Add handoff header for A10 SoCDK SDMMC ARM: socfpga: arria10: Add u-boot include for A10 SoCDK SDMMC devicetree ARM: socfpga: arria10: Remove old A10 SoCDK Handoff dtsi ARM: socfpga: Update README.socfpga to add qts-filter-a10 .../dts/socfpga_arria10-common-u-boot.dtsi | 206 +++++++++++ arch/arm/dts/socfpga_arria10.dtsi | 104 +++--- .../dts/socfpga_arria10_handoff_u-boot.dtsi | 232 +++++++++++- arch/arm/dts/socfpga_arria10_socdk.dtsi | 75 ++-- .../socfpga_arria10_socdk_sdmmc-u-boot.dtsi | 34 ++ arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts | 53 +-- .../socfpga_arria10_socdk_sdmmc_handoff.dtsi | 329 ------------------ .../dts/socfpga_arria10_socdk_sdmmc_handoff.h | 305 ++++++++++++++++ arch/arm/mach-socfpga/qts-filter-a10.sh | 141 ++++++++ doc/README.socfpga | 37 +- 10 files changed, 1035 insertions(+), 481 deletions(-) create mode 100644 arch/arm/dts/socfpga_arria10-common-u-boot.dtsi create mode 100644 arch/arm/dts/socfpga_arria10_socdk_sdmmc-u-boot.dtsi delete mode 100644 arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi create mode 100644 arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.h create mode 100755 arch/arm/mach-socfpga/qts-filter-a10.sh -- 2.21.0