mbox series

Pull request: u-boot-sunxi/master DT update for v2023.04

Message ID 20230314154157.3819973-1-andre.przywara@arm.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-sunxi/master DT update for v2023.04 | expand

Pull-request

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

Message

Andre Przywara March 14, 2023, 3:41 p.m. UTC
Hi Tom,

please pull these two patches containing just devicetree updates for
Allwinner boards.
I was still hoping for a review, since we cannot import the files
from the Linux tree verbatim, but managed to write some filter script that
convinced me that the changes are fine.
The files are from Linux v6.2-rc2, but are identical to the v6.2 release.

Thanks,
Andre

========================
The following changes since commit 33fb2d130e28982b488c2a54978031835ed2aa71:

  Merge tag 'dm-pull-29feb23' of https://source.denx.de/u-boot/custodians/u-boot-dm (2023-03-01 16:07:24 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 8e2c0ee3bafbc283b58b66d9007847a5a3ed07be:

  sunxi: dts: arm64: update devicetree files from Linux v6.2-rc2 (2023-03-05 23:33:14 +0000)

----------------------------------------------------------------
Andre Przywara (2):
      sunxi: dts: arm: update devicetree files from Linux v6.2-rc2
      sunxi: dts: arm64: update devicetree files from Linux v6.2-rc2

 arch/arm/dts/axp803.dtsi                      |  10 --
 arch/arm/dts/sun50i-a64-pinebook.dts          |  14 +++
 arch/arm/dts/sun50i-h6-beelink-gs1.dts        |   1 +
 arch/arm/dts/sun50i-h6-gpu-opp.dtsi           |  87 ++++++++++++++
 arch/arm/dts/sun50i-h6.dtsi                   |  52 ++++++++-
 arch/arm/dts/sun50i-h616-orangepi-zero2.dts   |  41 +++++++
 arch/arm/dts/sun50i-h616-x96-mate.dts         |  25 ++++
 arch/arm/dts/sun50i-h616.dtsi                 | 160 ++++++++++++++++++++++++++
 arch/arm/dts/suniv-f1c100s.dtsi               |  70 +++++++++++
 arch/arm/dts/sunxi-bananapi-m2-plus.dtsi      |  14 +--
 arch/arm/dts/sunxi-h3-h5.dtsi                 |   4 +
 include/dt-bindings/clock/suniv-ccu-f1c100s.h |   2 +
 12 files changed, 461 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm/dts/sun50i-h6-gpu-opp.dtsi

Comments

Tom Rini March 16, 2023, 12:06 a.m. UTC | #1
On Tue, Mar 14, 2023 at 03:41:57PM +0000, Andre Przywara wrote:

> Hi Tom,
> 
> please pull these two patches containing just devicetree updates for
> Allwinner boards.
> I was still hoping for a review, since we cannot import the files
> from the Linux tree verbatim, but managed to write some filter script that
> convinced me that the changes are fine.
> The files are from Linux v6.2-rc2, but are identical to the v6.2 release.
> 
> Thanks,
> Andre
> 
> ========================
> The following changes since commit 33fb2d130e28982b488c2a54978031835ed2aa71:
> 
>   Merge tag 'dm-pull-29feb23' of https://source.denx.de/u-boot/custodians/u-boot-dm (2023-03-01 16:07:24 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sunxi.git master
> 
> for you to fetch changes up to 8e2c0ee3bafbc283b58b66d9007847a5a3ed07be:
> 
>   sunxi: dts: arm64: update devicetree files from Linux v6.2-rc2 (2023-03-05 23:33:14 +0000)
> 

Applied to u-boot/master, thanks!