
We've seen some issues after switching to using upstream Linux device trees that have stopped the hihope family of platforms from booting correctly.
The first patch corrects the MMC device used to store the U-Boot env. The second patch removes the U-Boot specific DTS changes so that we use the Linux device trees as-is.
Kind regards, Chris
Chris Paterson (1): configs: hihope_rzg2: Set correct MMC device for U-Boot env
Lad Prabhakar (1): board: hoperun: Switch to use complete DTS files from upstream DTS
.../dts/r8a774a1-hihope-rzg2m-ex-u-boot.dtsi | 8 ++++ .../arm/dts/r8a774a1-hihope-rzg2m-u-boot.dtsi | 26 ----------- arch/arm/dts/r8a774a1-u-boot.dtsi | 42 ----------------- .../dts/r8a774b1-hihope-rzg2n-ex-u-boot.dtsi | 8 ++++ .../arm/dts/r8a774b1-hihope-rzg2n-u-boot.dtsi | 26 ----------- arch/arm/dts/r8a774b1-u-boot.dtsi | 40 ---------------- .../dts/r8a774e1-hihope-rzg2h-ex-u-boot.dtsi | 8 ++++ .../arm/dts/r8a774e1-hihope-rzg2h-u-boot.dtsi | 26 ----------- arch/arm/dts/r8a774e1-u-boot.dtsi | 46 ------------------- board/hoperun/hihope-rzg2/hihope-rzg2.c | 6 +-- configs/hihope_rzg2_defconfig | 10 ++-- 11 files changed, 32 insertions(+), 214 deletions(-) create mode 100644 arch/arm/dts/r8a774a1-hihope-rzg2m-ex-u-boot.dtsi delete mode 100644 arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dtsi create mode 100644 arch/arm/dts/r8a774b1-hihope-rzg2n-ex-u-boot.dtsi delete mode 100644 arch/arm/dts/r8a774b1-hihope-rzg2n-u-boot.dtsi create mode 100644 arch/arm/dts/r8a774e1-hihope-rzg2h-ex-u-boot.dtsi delete mode 100644 arch/arm/dts/r8a774e1-hihope-rzg2h-u-boot.dtsi