All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jernej Škrabec" <jernej.skrabec@gmail.com>
To: Jagan Teki <jagan@amarulasolutions.com>,
	Andre Przywara <andre.przywara@arm.com>
Cc: Samuel Holland <samuel@sholland.org>,
	Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>,
	u-boot@lists.denx.de, linux-sunxi@lists.linux.dev,
	Chen-Yu Tsai <wens@csie.org>
Subject: Re: Re: [PATCH 0/2] sunxi: update devicetree files from the kernel
Date: Thu, 13 Oct 2022 21:01:42 +0200	[thread overview]
Message-ID: <2167316.72vocr9iq0@kista> (raw)
In-Reply-To: <20220926113438.65b64a06@donnerap.cambridge.arm.com>

Dne ponedeljek, 26. september 2022 ob 12:34:38 CEST je Andre Przywara 
napisal(a):
> On Wed, 14 Sep 2022 00:40:02 +0100
> Andre Przywara <andre.przywara@arm.com> wrote:
> 
> Hi,
> 
> can someone please have a look and confirm that this is legit? Could be as
> easy as just diff'ing against what's in the kernel tree and checking that
> the differences are just due to the r_intc change.
> 
> I would like to push the DT update still into the release, so that we live
> up to the promise of providing a good experience with $fdtcontroladdr.

I checked that all files are either equal or have r_int difference.

FWIW:
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> 
> Cheers,
> Andre
> 
> > This syncs the .dts and .dtsi files from the Linux kernel repository
> > as of v6.0-rc4 into U-Boot. As before, we skip the r_intc change, as
> > this breaks older kernels.
> > The first patch handles the 64-bit parts, the second one the 32-bit
> > SoCs.
> > 
> > Thanks,
> > Andre
> > 
> > Andre Przywara (2):
> >   sunxi: dts: arm64: update devicetree files
> >   sunxi: dts: arm: update devicetree files
> >  
> >  arch/arm/dts/Makefile                         |   3 +-
> >  arch/arm/dts/sun4i-a10-inet9f-rev03.dts       |  40 +--
> >  arch/arm/dts/sun4i-a10-pcduino.dts            |   6 +-
> >  arch/arm/dts/sun50i-a64-amarula-relic.dts     |   2 +-
> >  arch/arm/dts/sun50i-a64-bananapi-m64.dts      |   4 +-
> >  arch/arm/dts/sun50i-a64-nanopi-a64.dts        |   2 +-
> >  arch/arm/dts/sun50i-a64-olinuxino.dts         |  30 ++
> >  arch/arm/dts/sun50i-a64-orangepi-win.dts      |   6 +-
> >  arch/arm/dts/sun50i-a64-pinebook.dts          |   4 +-
> >  arch/arm/dts/sun50i-a64-pinephone-1.0.dts     |   4 +
> >  arch/arm/dts/sun50i-a64-pinephone-1.1.dts     |   4 +
> >  arch/arm/dts/sun50i-a64-teres-i.dts           |   8 +
> >  arch/arm/dts/sun50i-a64.dtsi                  |  10 +-
> >  arch/arm/dts/sun50i-h5-nanopi-r1s-h5.dts      |   4 +-
> >  arch/arm/dts/sun50i-h5-orangepi-pc2.dts       |   4 +-
> >  arch/arm/dts/sun50i-h5-orangepi-prime.dts     |   4 +-
> >  arch/arm/dts/sun50i-h6-orangepi-3.dts         |   4 +-
> >  arch/arm/dts/sun50i-h6-orangepi-lite2.dts     |   4 +-
> >  arch/arm/dts/sun50i-h6-tanix.dtsi             |   2 +-
> >  arch/arm/dts/sun50i-h6.dtsi                   |  12 +-
> >  arch/arm/dts/sun50i-h616-orangepi-zero2.dts   |  55 +---
> >  arch/arm/dts/sun50i-h616-x96-mate.dts         | 177 +++++++++++
> >  arch/arm/dts/sun50i-h616.dtsi                 | 286 +++++-------------
> >  arch/arm/dts/sun5i-a13-licheepi-one.dts       |   6 +-
> >  arch/arm/dts/sun6i-a31.dtsi                   |  13 +-
> >  arch/arm/dts/sun7i-a20-pcduino3.dts           |   6 +-
> >  arch/arm/dts/sun8i-a23-a33.dtsi               |   9 +-
> >  arch/arm/dts/sun8i-a23-ippo-q8h-v1.2.dts      |  74 +----
> >  arch/arm/dts/sun8i-a23-ippo-q8h-v5.dts        |  74 +----
> >  arch/arm/dts/sun8i-a33-et-q8-v1.6.dts         |  58 +---
> >  arch/arm/dts/sun8i-a33-ippo-q8h-v1.2.dts      |  58 +---
> >  .../dts/sun8i-h2-plus-bananapi-m2-zero.dts    |   8 +-
> >  arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts  |   2 +-
> >  arch/arm/dts/sun8i-h3-beelink-x2.dts          |   6 +-
> >  arch/arm/dts/sun8i-h3-mapleboard-mp130.dts    |   6 +-
> >  arch/arm/dts/sun8i-h3-nanopi-duo2.dts         |   8 +-
> >  arch/arm/dts/sun8i-h3-nanopi-neo-air.dts      |   2 +-
> >  arch/arm/dts/sun8i-h3-nanopi-r1.dts           |   4 +-
> >  arch/arm/dts/sun8i-h3-nanopi.dtsi             |   5 +-
> >  arch/arm/dts/sun8i-h3-orangepi-2.dts          |   6 +-
> >  arch/arm/dts/sun8i-h3-orangepi-lite.dts       |   4 +-
> >  arch/arm/dts/sun8i-h3-orangepi-one.dts        |   4 +-
> >  arch/arm/dts/sun8i-h3-orangepi-pc.dts         |   4 +-
> >  arch/arm/dts/sun8i-r16-bananapi-m2m.dts       |   4 +-
> >  arch/arm/dts/sun8i-r40-bananapi-m2-ultra.dts  |   5 +
> >  arch/arm/dts/sun8i-r40-cpu-opp.dtsi           |  52 ++++
> >  arch/arm/dts/sun8i-r40-feta40i.dtsi           |   5 +
> >  arch/arm/dts/sun8i-r40.dtsi                   |  44 ++-
> >  arch/arm/dts/sun8i-t3-cqa3t-bv3.dts           |   5 +
> >  arch/arm/dts/sun8i-v3s.dtsi                   |   6 +-
> >  arch/arm/dts/sun8i-v40-bananapi-m2-berry.dts  |   5 +
> >  arch/arm/dts/sun9i-a80.dtsi                   |   1 -
> >  arch/arm/dts/sunxi-bananapi-m2-plus.dtsi      |   8 +-
> >  arch/arm/dts/sunxi-h3-h5-emlid-neutis.dtsi    |   4 +-
> >  arch/arm/dts/sunxi-h3-h5.dtsi                 |  13 +-
> >  arch/arm/dts/sunxi-libretech-all-h3-cc.dtsi   |   4 +-
> >  include/dt-bindings/clock/sun50i-h6-r-ccu.h   |   1 +
> >  include/dt-bindings/clock/sun50i-h616-ccu.h   |   1 +
> >  include/dt-bindings/clock/sun6i-rtc.h         |  10 +
> >  59 files changed, 562 insertions(+), 638 deletions(-)
> >  create mode 100644 arch/arm/dts/sun50i-h616-x96-mate.dts
> >  mode change 100644 => 120000 arch/arm/dts/sun8i-a23-ippo-q8h-v1.2.dts
> >  mode change 100644 => 120000 arch/arm/dts/sun8i-a23-ippo-q8h-v5.dts
> >  mode change 100644 => 120000 arch/arm/dts/sun8i-a33-et-q8-v1.6.dts
> >  mode change 100644 => 120000 arch/arm/dts/sun8i-a33-ippo-q8h-v1.2.dts
> >  create mode 100644 arch/arm/dts/sun8i-r40-cpu-opp.dtsi
> >  create mode 100644 include/dt-bindings/clock/sun6i-rtc.h



      reply	other threads:[~2022-10-13 19:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-13 23:40 [PATCH 0/2] sunxi: update devicetree files from the kernel Andre Przywara
2022-09-13 23:40 ` [PATCH 1/2] sunxi: dts: arm64: update devicetree files Andre Przywara
2022-09-13 23:40 ` [PATCH 2/2] sunxi: dts: arm: " Andre Przywara
2022-09-26 10:34 ` [PATCH 0/2] sunxi: update devicetree files from the kernel Andre Przywara
2022-10-13 19:01   ` Jernej Škrabec [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2167316.72vocr9iq0@kista \
    --to=jernej.skrabec@gmail.com \
    --cc=andre.przywara@arm.com \
    --cc=jagan@amarulasolutions.com \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=samuel@sholland.org \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=wens@csie.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.