mbox series

[0/3] ARM: dts: Minor CMT update for 32-bit ARM SoCs

Message ID 156076300266.5827.16345352064689583105.sendpatchset@octo (mailing list archive)
Headers show
Series ARM: dts: Minor CMT update for 32-bit ARM SoCs | expand

Message

Magnus Damm June 17, 2019, 9:16 a.m. UTC
ARM: dts: Minor CMT update for 32-bit ARM SoCs

[PATCH 1/3] ARM: dts: Update CMT1 DT compat strings on r8a7740
[PATCH 2/3] ARM: dts: Update CMT1 DT compat strings on sh73a0
[PATCH 3/3] ARM: dts: Add CMT0 and CMT1 to r8a7792

These patches modify CMT device support on r8a7740, sh73a0 and r8a7792.
In particular r8a7740 and sh73a0 get their DT compat strings updated
and r8a7792 gets a fresh set of CMT devices.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

Patch 1 and Patch 2 depend on the following DT binding change:
[PATCH 2/8] dt-bindings: timer: renesas, cmt: Update CMT1 on sh73a0 and r8a7740

 arch/arm/boot/dts/r8a7740.dtsi |    2 +-
 arch/arm/boot/dts/r8a7792.dtsi |   34 ++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/sh73a0.dtsi  |    2 +-
 3 files changed, 36 insertions(+), 2 deletions(-)

Comments

Simon Horman June 18, 2019, 10:45 a.m. UTC | #1
On Mon, Jun 17, 2019 at 06:16:42PM +0900, Magnus Damm wrote:
> ARM: dts: Minor CMT update for 32-bit ARM SoCs
> 
> [PATCH 1/3] ARM: dts: Update CMT1 DT compat strings on r8a7740
> [PATCH 2/3] ARM: dts: Update CMT1 DT compat strings on sh73a0
> [PATCH 3/3] ARM: dts: Add CMT0 and CMT1 to r8a7792
> 
> These patches modify CMT device support on r8a7740, sh73a0 and r8a7792.
> In particular r8a7740 and sh73a0 get their DT compat strings updated
> and r8a7792 gets a fresh set of CMT devices.
> 
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> ---
> 
> Patch 1 and Patch 2 depend on the following DT binding change:
> [PATCH 2/8] dt-bindings: timer: renesas, cmt: Update CMT1 on sh73a0 and r8a7740

Hi Magnus,

Do these also depend on a driver update to avoid a regression?
Magnus Damm June 18, 2019, 12:10 p.m. UTC | #2
On Tue, Jun 18, 2019 at 7:46 PM Simon Horman <horms@verge.net.au> wrote:
>
> On Mon, Jun 17, 2019 at 06:16:42PM +0900, Magnus Damm wrote:
> > ARM: dts: Minor CMT update for 32-bit ARM SoCs
> >
> > [PATCH 1/3] ARM: dts: Update CMT1 DT compat strings on r8a7740
> > [PATCH 2/3] ARM: dts: Update CMT1 DT compat strings on sh73a0
> > [PATCH 3/3] ARM: dts: Add CMT0 and CMT1 to r8a7792
> >
> > These patches modify CMT device support on r8a7740, sh73a0 and r8a7792.
> > In particular r8a7740 and sh73a0 get their DT compat strings updated
> > and r8a7792 gets a fresh set of CMT devices.
> >
> > Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> > ---
> >
> > Patch 1 and Patch 2 depend on the following DT binding change:
> > [PATCH 2/8] dt-bindings: timer: renesas, cmt: Update CMT1 on sh73a0 and r8a7740
>
> Hi Magnus,
>
> Do these also depend on a driver update to avoid a regression?

Hi Simon,

Nope, there are no driver dependencies for this series!

Thanks for your help,

/ magnus