mbox series

[0/2] DRA7 timer/mailbox dts fixes

Message ID 20200605221347.15735-1-s-anna@ti.com (mailing list archive)
Headers show
Series DRA7 timer/mailbox dts fixes | expand

Message

Suman Anna June 5, 2020, 10:13 p.m. UTC
Hi Tony,

The following 2 patches are couple of minor fixes that clean up
couple of commits from the "ARM: dts: dra7/am57xx: remoteproc
support" series [1]. Please pick these for the 5.8-rc fixes.

The issues look to be result of incorrect rebase-conflict resolution
of the downstream TI patches based on 5.4 kernel.

regards
Suman

[1] https://patchwork.kernel.org/cover/11508091/

Suman Anna (2):
  ARM: dts: dra7: Fix timer nodes properly for timer_sys_ck clocks
  ARM: dts: dra7-evm-common: Fix duplicate mailbox nodes

 arch/arm/boot/dts/dra7-evm-common.dtsi | 20 ---------------
 arch/arm/boot/dts/dra7-l4.dtsi         | 34 ++++++++++++--------------
 2 files changed, 16 insertions(+), 38 deletions(-)

Comments

Tony Lindgren June 8, 2020, 5:16 p.m. UTC | #1
* Suman Anna <s-anna@ti.com> [200605 15:14]:
> Hi Tony,
> 
> The following 2 patches are couple of minor fixes that clean up
> couple of commits from the "ARM: dts: dra7/am57xx: remoteproc
> support" series [1]. Please pick these for the 5.8-rc fixes.
> 
> The issues look to be result of incorrect rebase-conflict resolution
> of the downstream TI patches based on 5.4 kernel.

Thanks applying both into fixes.

Tony