All of lore.kernel.org
 help / color / mirror / Atom feed
From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [GIT PULL] arm64: dts: Amlogic updates for v4.21
Date: Thu, 29 Nov 2018 12:50:33 -0800	[thread overview]
Message-ID: <7hlg5b8v6u.fsf@baylibre.com> (raw)

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

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

for you to fetch changes up to 5e339a1d7e438b2cc9f46ec9f2682efb58ee2dd3:

  arm64: dts: meson-gx: Add Internal Clock Measurer node (2018-11-29 12:30:09 -0800)

----------------------------------------------------------------
arm64: Amlogic DT updates for v4.21
Some highlights:
- new boards: Phicomm N1 (S905D), Libretech S805-AC
- fixes for pinmux pad bias, GPIO line names
- AXG: enable SCPI, add secure monitor

----------------------------------------------------------------
Christian Hewitt (1):
      arm64: dts: meson-gxl-s905x-khadas-vim enable Bluetooth

He Yangxuan (4):
      arm64: dts: meson: p230: disable advertisement EEE for GbE.
      arm64: dts: meson-gxl: add support for phicomm n1
      dt-bindings: Add vendor prefix for PHICOMM Co., Ltd.
      dt-bindings: arm: amlogic: Add Phicomm N1

Jerome Brunet (13):
      arm64: dts: meson-gx: add efuse pclk
      arm64: dts: meson-axg: fix dtc warning about unit address
      arm64: dts: meson-axg: s400: add cts-rts to the bluetooth uart
      arm64: dts: meson-axg: add secure monitor
      arm64: dts: meson-axg: fix mailbox address
      arm64: dts: meson-axg: correct sram shared mem unit-address
      Documentation: bindings: Add missing Amlogic SCPI sensor bindings
      arm64: dts: meson-axg: enable SCPI
      arm64: dts: meson: s400: add bcm bluetooth device
      arm64: dts: meson: remove extra subnode in mmc clk_gate pinmux
      arm64: dts: meson: disable pad bias for mmc pinmuxes
      arm64: dts: meson: consistently disable pin bias
      dt-bindings: arm: amlogic: add libretech aml-s805x-ac bindings

Neil Armstrong (7):
      arm64: dts: meson-gxl-libretech-cc: fix GPIO lines names
      arm64: dts: meson-gxbb-nanopi-k2: fix GPIO lines names
      arm64: dts: meson-gxbb-odroidc2: fix GPIO lines names
      arm64: dts: meson-gxl-khadas-vim: fix GPIO lines names
      arm64: dts: meson-gx: Add hdmi_5v regulator as hdmi tx supply
      arm64: dts: meson: add libretech aml-s805x-ac board
      arm64: dts: meson-gx: Add Internal Clock Measurer node

Viresh Kumar (1):
      arm64: dts: amlogic: Add all CPUs in cooling maps

 Documentation/devicetree/bindings/arm/amlogic,scpi.txt       |   7 +++
 Documentation/devicetree/bindings/arm/amlogic.txt            |   2 +
 Documentation/devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm64/boot/dts/amlogic/Makefile                         |   2 +
 arch/arm64/boot/dts/amlogic/meson-axg-s400.dts               |  34 ++++++++------
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi                   | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi          |   1 +
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi                    |   5 ++
 arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts         |   4 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts          |   4 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi                  |  64 ++++++++++++++++++++++----
 arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dts | 248 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts         |   1 +
 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts   |  21 +++++++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts   |  12 ++++-
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts |   5 +-
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts         |   1 +
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi                   |  66 +++++++++++++++++++++++----
 arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts        |  23 ++++------
 19 files changed, 590 insertions(+), 66 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] arm64: dts: Amlogic updates for v4.21
Date: Thu, 29 Nov 2018 12:50:33 -0800	[thread overview]
Message-ID: <7hlg5b8v6u.fsf@baylibre.com> (raw)

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

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

for you to fetch changes up to 5e339a1d7e438b2cc9f46ec9f2682efb58ee2dd3:

  arm64: dts: meson-gx: Add Internal Clock Measurer node (2018-11-29 12:30:09 -0800)

----------------------------------------------------------------
arm64: Amlogic DT updates for v4.21
Some highlights:
- new boards: Phicomm N1 (S905D), Libretech S805-AC
- fixes for pinmux pad bias, GPIO line names
- AXG: enable SCPI, add secure monitor

----------------------------------------------------------------
Christian Hewitt (1):
      arm64: dts: meson-gxl-s905x-khadas-vim enable Bluetooth

He Yangxuan (4):
      arm64: dts: meson: p230: disable advertisement EEE for GbE.
      arm64: dts: meson-gxl: add support for phicomm n1
      dt-bindings: Add vendor prefix for PHICOMM Co., Ltd.
      dt-bindings: arm: amlogic: Add Phicomm N1

Jerome Brunet (13):
      arm64: dts: meson-gx: add efuse pclk
      arm64: dts: meson-axg: fix dtc warning about unit address
      arm64: dts: meson-axg: s400: add cts-rts to the bluetooth uart
      arm64: dts: meson-axg: add secure monitor
      arm64: dts: meson-axg: fix mailbox address
      arm64: dts: meson-axg: correct sram shared mem unit-address
      Documentation: bindings: Add missing Amlogic SCPI sensor bindings
      arm64: dts: meson-axg: enable SCPI
      arm64: dts: meson: s400: add bcm bluetooth device
      arm64: dts: meson: remove extra subnode in mmc clk_gate pinmux
      arm64: dts: meson: disable pad bias for mmc pinmuxes
      arm64: dts: meson: consistently disable pin bias
      dt-bindings: arm: amlogic: add libretech aml-s805x-ac bindings

Neil Armstrong (7):
      arm64: dts: meson-gxl-libretech-cc: fix GPIO lines names
      arm64: dts: meson-gxbb-nanopi-k2: fix GPIO lines names
      arm64: dts: meson-gxbb-odroidc2: fix GPIO lines names
      arm64: dts: meson-gxl-khadas-vim: fix GPIO lines names
      arm64: dts: meson-gx: Add hdmi_5v regulator as hdmi tx supply
      arm64: dts: meson: add libretech aml-s805x-ac board
      arm64: dts: meson-gx: Add Internal Clock Measurer node

Viresh Kumar (1):
      arm64: dts: amlogic: Add all CPUs in cooling maps

 Documentation/devicetree/bindings/arm/amlogic,scpi.txt       |   7 +++
 Documentation/devicetree/bindings/arm/amlogic.txt            |   2 +
 Documentation/devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm64/boot/dts/amlogic/Makefile                         |   2 +
 arch/arm64/boot/dts/amlogic/meson-axg-s400.dts               |  34 ++++++++------
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi                   | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi          |   1 +
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi                    |   5 ++
 arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts         |   4 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts          |   4 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi                  |  64 ++++++++++++++++++++++----
 arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dts | 248 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts         |   1 +
 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts   |  21 +++++++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts   |  12 ++++-
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts |   5 +-
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts         |   1 +
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi                   |  66 +++++++++++++++++++++++----
 arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts        |  23 ++++------
 19 files changed, 590 insertions(+), 66 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dts

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2018-11-29 20:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-29 20:50 Kevin Hilman [this message]
2018-11-29 20:50 ` [GIT PULL] arm64: dts: Amlogic updates for v4.21 Kevin Hilman
2018-11-30 23:18 ` Olof Johansson
2018-11-30 23:18   ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7hlg5b8v6u.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=linus-amlogic@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.