mbox series

[GIT,PULL] ARM: dts: Amlogic updates for v4.21, round 2

Message ID 7hbm5tw1it.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] ARM: dts: Amlogic updates for v4.21, round 2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt-2

Message

Kevin Hilman Dec. 10, 2018, 8:49 p.m. UTC
Arnd, Olof,

Please consider these updates for v4.21.

Note that this pull contains a merge of a stable commit from the clock
tree for a new clock ID.

Thanks,

Kevin

The following changes since commit 7b141abe4aa137f362d7324de5a49fd3105f570f:

  ARM: dts: meson: add the clock inputs for the Meson timer (2018-11-28 16:49:03 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt-2

for you to fetch changes up to c311552a8eadf1f9960e6126d23c4bf683ca9ae0:

  ARM: dts: meson: meson8b: add the CPU OPP tables (2018-12-04 16:48:14 -0800)

----------------------------------------------------------------
ARM: dts: Amlogic updates for v4.21, round 2

Highlights
- add CPU OPP tables
- timers: add global timer and TWD

----------------------------------------------------------------
Kevin Hilman (1):
      Merge tag 'meson-clk-headers-4.21-1' of git://github.com/BayLibre/clk-meson into v4.21/dt

Martin Blumenstingl (8):
      dt-bindings: clock: meson8b: export the CPU post dividers
      ARM: dts: meson: group the Cortex-A5 / Cortex-A9 peripherals
      ARM: dts: meson8: add the ARM TWD timer
      ARM: dts: meson8: add the Cortex-A9 global timer
      ARM: dts: meson8b: add the ARM TWD timer
      ARM: dts: meson8b: add the Cortex-A5 global timer
      ARM: dts: meson: meson8: add the CPU OPP table
      ARM: dts: meson: meson8b: add the CPU OPP tables

 arch/arm/boot/dts/meson.dtsi             |  24 ++++++++++++++++--------
 arch/arm/boot/dts/meson8.dtsi            | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 arch/arm/boot/dts/meson8b.dtsi           |  98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 include/dt-bindings/clock/meson8b-clkc.h |   4 ++++
 4 files changed, 212 insertions(+), 18 deletions(-)

Comments

Olof Johansson Dec. 12, 2018, 9:03 p.m. UTC | #1
On Mon, Dec 10, 2018 at 12:49:14PM -0800, Kevin Hilman wrote:
> Arnd, Olof,
> 
> Please consider these updates for v4.21.
> 
> Note that this pull contains a merge of a stable commit from the clock
> tree for a new clock ID.
> 
> Thanks,
> 
> Kevin
> 
> The following changes since commit 7b141abe4aa137f362d7324de5a49fd3105f570f:
> 
>   ARM: dts: meson: add the clock inputs for the Meson timer (2018-11-28 16:49:03 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt-2
> 
> for you to fetch changes up to c311552a8eadf1f9960e6126d23c4bf683ca9ae0:
> 
>   ARM: dts: meson: meson8b: add the CPU OPP tables (2018-12-04 16:48:14 -0800)

Merged, thanks!


-Olof