mbox series

[PULL] u-boot-sh/master

Message ID 20241110214345.900733-1-marek.vasut+renesas@mailbox.org
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-sh/master | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-sh.git master

Message

Marek Vasut Nov. 10, 2024, 9:43 p.m. UTC
The following changes since commit 9c25cd563179cf32cf3b119d5ae78ef8348d0335:

  Merge tag 'u-boot-imx-master-20241105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-11-09 11:26:14 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master

for you to fetch changes up to 5fb5ed2f78656f8f562de37037d58c10b4cc456b:

  board: hoperun: Switch to use complete DTS files from upstream DTS (2024-11-10 19:38:46 +0100)

----------------------------------------------------------------
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

Paul Barker (4):
      board: rzg2l: Update MAINTAINERS file to match dts/upstream paths
      ARM: dts: Drop unused RZ/G2L devicetrees
      dt-bindings: Drop unused RZ/G2L devicetree bindings
      arm: renesas: Fix RZ/G2L GICR base address

 arch/arm/dts/Makefile                              |    3 -
 arch/arm/dts/r8a774a1-hihope-rzg2m-ex-u-boot.dtsi  |    8 +
 arch/arm/dts/r8a774a1-hihope-rzg2m-u-boot.dtsi     |   26 -
 arch/arm/dts/r8a774a1-u-boot.dtsi                  |   42 -
 arch/arm/dts/r8a774b1-hihope-rzg2n-ex-u-boot.dtsi  |    8 +
 arch/arm/dts/r8a774b1-hihope-rzg2n-u-boot.dtsi     |   26 -
 arch/arm/dts/r8a774b1-u-boot.dtsi                  |   40 -
 arch/arm/dts/r8a774e1-hihope-rzg2h-ex-u-boot.dtsi  |    8 +
 arch/arm/dts/r8a774e1-hihope-rzg2h-u-boot.dtsi     |   26 -
 arch/arm/dts/r8a774e1-u-boot.dtsi                  |   46 -
 arch/arm/dts/r9a07g044.dtsi                        | 1273 --------------------
 arch/arm/dts/r9a07g044l2-smarc.dts                 |   39 -
 arch/arm/dts/r9a07g044l2.dtsi                      |   13 -
 arch/arm/dts/rz-smarc-common.dtsi                  |  183 ---
 arch/arm/dts/rzg2l-smarc-pinfunction.dtsi          |  157 ---
 arch/arm/dts/rzg2l-smarc-som.dtsi                  |  371 ------
 arch/arm/dts/rzg2l-smarc.dtsi                      |  181 ---
 arch/arm/mach-renesas/include/mach/rzg2l.h         |    2 +-
 board/hoperun/hihope-rzg2/hihope-rzg2.c            |    6 +-
 board/renesas/rzg2l/MAINTAINERS                    |    2 +-
 configs/hihope_rzg2_defconfig                      |   10 +-
 include/dt-bindings/clock/r9a07g044-cpg.h          |  220 ----
 .../dt-bindings/interrupt-controller/irqc-rzg2l.h  |   25 -
 include/dt-bindings/pinctrl/rzg2l-pinctrl.h        |   23 -
 24 files changed, 34 insertions(+), 2704 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
 delete mode 100644 arch/arm/dts/r9a07g044.dtsi
 delete mode 100644 arch/arm/dts/r9a07g044l2-smarc.dts
 delete mode 100644 arch/arm/dts/r9a07g044l2.dtsi
 delete mode 100644 arch/arm/dts/rz-smarc-common.dtsi
 delete mode 100644 arch/arm/dts/rzg2l-smarc-pinfunction.dtsi
 delete mode 100644 arch/arm/dts/rzg2l-smarc-som.dtsi
 delete mode 100644 arch/arm/dts/rzg2l-smarc.dtsi
 delete mode 100644 include/dt-bindings/clock/r9a07g044-cpg.h
 delete mode 100644 include/dt-bindings/interrupt-controller/irqc-rzg2l.h
 delete mode 100644 include/dt-bindings/pinctrl/rzg2l-pinctrl.h

Comments

Tom Rini Nov. 11, 2024, 1:24 p.m. UTC | #1
On Sun, Nov 10, 2024 at 10:43:15PM +0100, Marek Vasut wrote:

> The following changes since commit 9c25cd563179cf32cf3b119d5ae78ef8348d0335:
> 
>   Merge tag 'u-boot-imx-master-20241105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2024-11-09 11:26:14 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master
> 
> for you to fetch changes up to 5fb5ed2f78656f8f562de37037d58c10b4cc456b:
> 
>   board: hoperun: Switch to use complete DTS files from upstream DTS (2024-11-10 19:38:46 +0100)
> 

Applied to u-boot/master, thanks!