mbox series

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

Message ID 7htvera073.fsf@baylibre.com (mailing list archive)
State Mainlined, archived
Commit 09ee951617d9af8a86d228b2ed34035076ab6001
Headers show
Series [GIT,PULL] ARM: dts: Amlogic updates for v5.2, 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 April 21, 2019, 2:43 p.m. UTC
The following changes since commit 07f9da2900674e8e7b15b090b878d8defe223277:

  ARM: dts: meson8b: odroidc1: add the GPIO line names (2019-03-29 13:59:02 -0700)

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 09ee951617d9af8a86d228b2ed34035076ab6001:

  ARM: dts: meson8b: odroid-c1: prepare support for the RTC (2019-04-16 11:58:00 -0700)

----------------------------------------------------------------
ARM: dts: Amlogic updates for v5.2, round 2
- enable RTC on odroid-c1, ec100
- meson8: add internal clock measurer

----------------------------------------------------------------
Martin Blumenstingl (3):
      ARM: dts: meson: add support for the RTC
      ARM: dts: meson8b: ec100: enable the RTC
      ARM: dts: meson8b: odroid-c1: prepare support for the RTC

 arch/arm/boot/dts/meson.dtsi           |  9 +++++++++
 arch/arm/boot/dts/meson8.dtsi          |  5 +++++
 arch/arm/boot/dts/meson8b-ec100.dts    | 14 ++++++++++++++
 arch/arm/boot/dts/meson8b-odroidc1.dts | 14 ++++++++++++++
 arch/arm/boot/dts/meson8b.dtsi         |  5 +++++
 5 files changed, 47 insertions(+)

Comments

Olof Johansson April 28, 2019, 7:49 p.m. UTC | #1
On Sun, Apr 21, 2019 at 07:43:12AM -0700, Kevin Hilman wrote:
> The following changes since commit 07f9da2900674e8e7b15b090b878d8defe223277:
> 
>   ARM: dts: meson8b: odroidc1: add the GPIO line names (2019-03-29 13:59:02 -0700)
> 
> 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 09ee951617d9af8a86d228b2ed34035076ab6001:
> 
>   ARM: dts: meson8b: odroid-c1: prepare support for the RTC (2019-04-16 11:58:00 -0700)
> 
> ----------------------------------------------------------------
> ARM: dts: Amlogic updates for v5.2, round 2
> - enable RTC on odroid-c1, ec100
> - meson8: add internal clock measurer

Merged, thanks!


-Olof