mbox series

[GIT,PULL] ARM: dts: mstar: updates for v5.16 v2

Message ID 20211020163010.3079-1-romain.perier@gmail.com
State New
Headers show
Series [GIT,PULL] ARM: dts: mstar: updates for v5.16 v2 | expand

Pull-request

https://github.com/linux-chenxing/linux.git mstar-dt-next

Message

Romain Perier Oct. 20, 2021, 4:30 p.m. UTC
Hi,
Here's the ARM DTS changes for v5.16:
 - mstar-v7: Mark the arch timer as not being initialized by the firmware
   and rely on the physical timers.
 - mstar-v7: enable rtc

Regards,
Romain

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  https://github.com/linux-chenxing/linux.git mstar-dt-next

for you to fetch changes up to 4ad12dd5a2b05406473dc33bdf7dc6fd79024ca6:

  ARM: dts: mstar: Mark timer with arm,cpu-registers-not-fw-configured (2021-10-20 16:47:30 +0200)

----------------------------------------------------------------
Romain Perier (2):
      ARM: dts: mstar: Add rtc device node
      ARM: dts: mstar: Mark timer with arm,cpu-registers-not-fw-configured

 arch/arm/boot/dts/mstar-v7.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Arnd Bergmann Oct. 20, 2021, 9:19 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 20 Oct 2021 18:30:10 +0200, Romain Perier wrote:
> Here's the ARM DTS changes for v5.16:
>  - mstar-v7: Mark the arch timer as not being initialized by the firmware
>    and rely on the physical timers.
>  - mstar-v7: enable rtc
> 
> Regards,
> Romain
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 06fab4a544a288220abd3803b8a2e88c17c049ff

       Arnd