All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sudeep Holla <sudeep.holla@arm.com>
To: ARM SoC Team <arm@kernel.org>, SoC Team <soc@kernel.org>,
	ALKML <linux-arm-kernel@lists.infradead.org>
Cc: Sudeep Holla <sudeep.holla@arm.com>,
	Arnd Bergmann <arnd@kernel.org>,
	Lorenzo Pieralisi <lpieralisi@kernel.org>,
	Liviu Dudau <liviu.dudau@arm.com>,
	Olof Johansson <olof@lixom.net>
Subject: [GIT PULL] arm64: dts: juno: Updates for v6.2
Date: Tue, 29 Nov 2022 11:51:11 +0000	[thread overview]
Message-ID: <20221129115111.2464233-1-sudeep.holla@arm.com> (raw)

Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit c4a7b9b587ca1bb4678d48d8be7132492b23a81c:

  arm64: dts: juno: Add thermal critical trip points (2022-11-01 12:03:07 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-6.2

for you to fetch changes up to e15031539490733279c41ba87f4ef2b440a685f5:

  ARM: dts: vexpress: align LED node names with dtschema (2022-11-25 15:48:48 +0000)

----------------------------------------------------------------
Armv8 Juno/FVP updates for v6.2

Just few addtions including updates to cache information on various
platforms to align well with the bindings, addition of cache information
on FVP Rev C model, addition of SPE to Foundation model and updates to
LED node names.

----------------------------------------------------------------
James Clark (1):
      arm64: dts: fvp: Add SPE to Foundation FVP

Krzysztof Kozlowski (1):
      ARM: dts: vexpress: align LED node names with dtschema

Pierre Gondois (1):
      arm64: dts: Update cache properties for Arm Ltd platforms

Sudeep Holla (1):
      arm64: dts: fvp: Add information about L1 and L2 caches

 arch/arm/boot/dts/vexpress-v2m.dtsi                | 16 ++---
 arch/arm64/boot/dts/arm/corstone1000.dtsi          |  1 +
 arch/arm64/boot/dts/arm/foundation-v8.dtsi         |  6 ++
 arch/arm64/boot/dts/arm/fvp-base-revc.dts          | 73 ++++++++++++++++++++++
 arch/arm64/boot/dts/arm/juno-r1.dts                |  2 +
 arch/arm64/boot/dts/arm/juno-r2.dts                |  2 +
 arch/arm64/boot/dts/arm/juno.dts                   |  2 +
 arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts         |  1 +
 .../boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts      |  1 +
 9 files changed, 96 insertions(+), 8 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Sudeep Holla <sudeep.holla@arm.com>
To: ARM SoC Team <arm@kernel.org>, SoC Team <soc@kernel.org>,
	ALKML <linux-arm-kernel@lists.infradead.org>
Cc: Sudeep Holla <sudeep.holla@arm.com>,
	Arnd Bergmann <arnd@kernel.org>,
	Lorenzo Pieralisi <lpieralisi@kernel.org>,
	Liviu Dudau <liviu.dudau@arm.com>,
	Olof Johansson <olof@lixom.net>
Subject: [GIT PULL] arm64: dts: juno: Updates for v6.2
Date: Tue, 29 Nov 2022 11:51:11 +0000	[thread overview]
Message-ID: <20221129115111.2464233-1-sudeep.holla@arm.com> (raw)

Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit c4a7b9b587ca1bb4678d48d8be7132492b23a81c:

  arm64: dts: juno: Add thermal critical trip points (2022-11-01 12:03:07 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-updates-6.2

for you to fetch changes up to e15031539490733279c41ba87f4ef2b440a685f5:

  ARM: dts: vexpress: align LED node names with dtschema (2022-11-25 15:48:48 +0000)

----------------------------------------------------------------
Armv8 Juno/FVP updates for v6.2

Just few addtions including updates to cache information on various
platforms to align well with the bindings, addition of cache information
on FVP Rev C model, addition of SPE to Foundation model and updates to
LED node names.

----------------------------------------------------------------
James Clark (1):
      arm64: dts: fvp: Add SPE to Foundation FVP

Krzysztof Kozlowski (1):
      ARM: dts: vexpress: align LED node names with dtschema

Pierre Gondois (1):
      arm64: dts: Update cache properties for Arm Ltd platforms

Sudeep Holla (1):
      arm64: dts: fvp: Add information about L1 and L2 caches

 arch/arm/boot/dts/vexpress-v2m.dtsi                | 16 ++---
 arch/arm64/boot/dts/arm/corstone1000.dtsi          |  1 +
 arch/arm64/boot/dts/arm/foundation-v8.dtsi         |  6 ++
 arch/arm64/boot/dts/arm/fvp-base-revc.dts          | 73 ++++++++++++++++++++++
 arch/arm64/boot/dts/arm/juno-r1.dts                |  2 +
 arch/arm64/boot/dts/arm/juno-r2.dts                |  2 +
 arch/arm64/boot/dts/arm/juno.dts                   |  2 +
 arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts         |  1 +
 .../boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts      |  1 +
 9 files changed, 96 insertions(+), 8 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-11-29 11:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29 11:51 Sudeep Holla [this message]
2022-11-29 11:51 ` [GIT PULL] arm64: dts: juno: Updates for v6.2 Sudeep Holla
2022-11-30 17:11 ` patchwork-bot+linux-soc

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=20221129115111.2464233-1-sudeep.holla@arm.com \
    --to=sudeep.holla@arm.com \
    --cc=arm@kernel.org \
    --cc=arnd@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=liviu.dudau@arm.com \
    --cc=lpieralisi@kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.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.