mbox series

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

Message ID 7hzhk3bi96.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] ARM: dts: Amlogic updates for v5.4 | expand

Pull-request

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

Message

Kevin Hilman Aug. 20, 2019, 10:10 p.m. UTC
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6b14dd7267126931e9a95c68a442e8f2dabdc3c4:

  ARM: dts: meson8b: odroidc1: use the MAC address stored in the eFuse (2019-08-12 13:45:38 -0700)

----------------------------------------------------------------
ARM: dts: Amlogic updates for v5.4

Highlights
- odroid-c1: use MAC address from efuse
- add VDD_EE regulator to several boards

----------------------------------------------------------------
Jerome Brunet (1):
      ARM: dts: meson8b: add ethernet fifo sizes

Martin Blumenstingl (5):
      ARM: dts: meson8b: add the PWM_D output pin
      ARM: dts: meson8b: ec100: add the VDDEE regulator
      ARM: dts: meson8b: odroidc1: add the VDDEE regulator
      ARM: dts: meson8b: mxq: add the VDDEE regulator
      ARM: dts: meson8b: odroidc1: use the MAC address stored in the eFuse

 arch/arm/boot/dts/meson8b-ec100.dts    | 31 ++++++++++++++++++++++++++++---
 arch/arm/boot/dts/meson8b-mxq.dts      | 26 +++++++++++++++++++++++---
 arch/arm/boot/dts/meson8b-odroidc1.dts | 36 +++++++++++++++++++++++++++++++++---
 arch/arm/boot/dts/meson8b.dtsi         | 10 ++++++++++
 4 files changed, 94 insertions(+), 9 deletions(-)

Comments

Arnd Bergmann Sept. 3, 2019, 1:14 p.m. UTC | #1
On Wed, Aug 21, 2019 at 12:10 AM Kevin Hilman <khilman@baylibre.com> wrote:
>
> ARM: dts: Amlogic updates for v5.4
>
> Highlights
> - odroid-c1: use MAC address from efuse
> - add VDD_EE regulator to several boards
>
Pulled into arm/dt, thanks!

       Arnd