mbox series

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

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

Pull-request

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

Message

Kevin Hilman Feb. 11, 2019, 8:55 p.m. UTC
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

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 99f0619b0d0d87f921b05f0b7e43ff2e080a4fcc:

  ARM: dts: meson8b: ec100: add the GPIO line names (2019-02-11 12:52:26 -0800)

----------------------------------------------------------------
ARM: dts: Amlogic updates for v5.1
- more features for Endless EC100 board
- chip temperature sensor support
- fix ethernet pins
- add Mali-450 GPU

----------------------------------------------------------------
Martin Blumenstingl (17):
      ARM: dts: meson6: add the APB2 bus
      ARM: dts: meson8: add the APB bus
      ARM: dts: meson8b: add the APB bus
      dt-bindings: gpu: mali-utgard: add Amlogic Meson8 and Meson8b compatible
      ARM: dts: meson8: add the Mali-450 MP6 GPU
      ARM: dts: meson8b: add the Mali-450 MP2 GPU
      ARM: dts: meson8b: fix the Ethernet data line signals in eth_rgmii_pins
      ARM: dts: meson: switch the clock controller to the HHI register area
      ARM: dts: meson8m2: use the Meson8m2 specific SAR ADC compatible
      ARM: dts: meson8: add the temperature calibration data for the SAR ADC
      ARM: dts: meson8b: add the temperature calibration data for the SAR ADC
      ARM: dts: meson8b: ec100: add iio-hwmon for the chip temperature
      ARM: dts: meson8b: odroidc1: add iio-hwmon for the chip temperature
      ARM: dts: meson8m2: mxiii-plus: add iio-hwmon for the chip temperature
      ARM: dts: meson8b: ec100: enable the Ethernet PHY interrupt
      ARM: dts: meson8b: ec100: improve the description of the regulators
      ARM: dts: meson8b: ec100: add the GPIO line names

 Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt |   6 ++++++
 arch/arm/boot/dts/meson.dtsi                              |   7 +++++++
 arch/arm/boot/dts/meson6.dtsi                             |   8 ++++++++
 arch/arm/boot/dts/meson8.dtsi                             |  89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 arch/arm/boot/dts/meson8b-ec100.dts                       | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/meson8b-odroidc1.dts                    |   5 +++++
 arch/arm/boot/dts/meson8b.dtsi                            |  83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 arch/arm/boot/dts/meson8m2-mxiii-plus.dts                 |   5 +++++
 arch/arm/boot/dts/meson8m2.dtsi                           |   4 ++++
 9 files changed, 317 insertions(+), 17 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 3:05 p.m. UTC | #1
On Mon, Feb 11, 2019 at 9:55 PM Kevin Hilman <khilman@baylibre.com> wrote:
> ----------------------------------------------------------------
> ARM: dts: Amlogic updates for v5.1
> - more features for Endless EC100 board
> - chip temperature sensor support
> - fix ethernet pins
> - add Mali-450 GPU

Pulled into arm/dt, thanks!

      Arnd