mbox series

[0/3] arm: socfpga: arria10: Update device tree

Message ID 20200406091802.119169-1-ley.foon.tan@intel.com
Headers show
Series arm: socfpga: arria10: Update device tree | expand

Message

Tan, Ley Foon April 6, 2020, 9:17 a.m. UTC
This patchset mainly to update Arria 10 dts/dtsi from Linux v5.6.
All uboot specific properties are moved to *u-boot.dtsi.

The 3rd patch is to fix missing u-boot,dm-pre-reloc for L2 cache node
and enable cache driver in SPL.

Thanks.
Regards
Ley Foon

Ley Foon Tan (3):
  arm: dts: arria10: Move uboot specific properties to u-boot.dtsi
  arm: dts: arria10: Update dtsi/dts from Linux
  arm: socfpga: arria10: Enable cache driver in SPL

 arch/arm/dts/socfpga_arria10-u-boot.dtsi      | 142 ++++++++++++++++++
 arch/arm/dts/socfpga_arria10.dtsi             | 118 ++++++++-------
 .../arm/dts/socfpga_arria10_socdk-u-boot.dtsi |  17 +++
 arch/arm/dts/socfpga_arria10_socdk.dtsi       |  66 ++++----
 .../socfpga_arria10_socdk_sdmmc-u-boot.dtsi   |  46 ++++++
 arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts  |  53 +------
 configs/socfpga_arria10_defconfig             |   1 +
 7 files changed, 297 insertions(+), 146 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_arria10-u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_arria10_socdk-u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_arria10_socdk_sdmmc-u-boot.dtsi

Comments

Marek Vasut April 6, 2020, 10:41 a.m. UTC | #1
On 4/6/20 11:17 AM, Ley Foon Tan wrote:
> This patchset mainly to update Arria 10 dts/dtsi from Linux v5.6.
> All uboot specific properties are moved to *u-boot.dtsi.
> 
> The 3rd patch is to fix missing u-boot,dm-pre-reloc for L2 cache node
> and enable cache driver in SPL.

Except for a minor nit in 2/3, looks good, thanks.