From: Kevin Hilman <khilman@baylibre.com>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] arm64: dts: amlogic: updates for v5.9 (round 2)
Date: Fri, 24 Jul 2020 12:34:37 -0700 [thread overview]
Message-ID: <7h8sf8671u.fsf@baylibre.com> (raw)
Arnd, Olof,
Here's another round of DT updates for Amlogic SoCs.
A couple of these had dependecies on some earlier fixes, so you'll
notice that the amlogic-fixes tag (which I already sent) is merged here.
Please pull.
Thanks,
Kevin
The following changes since commit 32b5f4b63487a24712c3bfa1d6a8eb9257beb8bd:
arm64: dts: amlogic: Add the Ethernet "timing-adjustment" clock (2020-07-13 11:57:46 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2
for you to fetch changes up to 916a0edc43f03f86b13fbc9943e5dc936671ea6e:
arm64: dts: amlogic: meson-g12: add the Mali OPP table and use DVFS (2020-07-21 14:12:38 -0700)
----------------------------------------------------------------
arm64: dts: amlogic: updates for v5.9 (round 2)
- new board: WeTek Core2
- audio playback support on more boards
- add GPU DVFS
----------------------------------------------------------------
Christian Hewitt (6):
soc: amlogic: meson-gx-socinfo: Fix S905X3 and S905D3 ID's
arm64: dts: meson: update spifc node name on Khadas VIM3/VIM3L
arm64: dts: meson: add audio playback to odroid-c4
arm64: dts: meson: add audio playback to khadas-vim3l
dt-bindings: arm: amlogic: add support for the WeTek Core 2
arm64: dts: meson: add support for the WeTek Core 2
Jerome Brunet (1):
arm64: dts: meson: add missing gxl rng clock
Kevin Hilman (1):
Merge tag 'amlogic-fixes' into v5.9/dt64
Krzysztof Kozlowski (1):
ARM: dts: meson: Align L2 cache-controller nodename with dtschema
Martin Blumenstingl (3):
arm64: dts: amlogic: meson-gx: add the Mali-450 OPP table and use DVFS
arm64: dts: amlogic: meson-gxm: add the Mali OPP table and use DVFS
arm64: dts: amlogic: meson-g12: add the Mali OPP table and use DVFS
Neil Armstrong (1):
arm64: dts: meson-gxl-s805x: reduce initial Mali450 core frequency
Documentation/devicetree/bindings/arm/amlogic.yaml | 1 +
arch/arm/boot/dts/meson.dtsi | 2 +-
arch/arm64/boot/dts/amlogic/Makefile | 1 +
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 49 +++++++++++++++++++++++++++++--------------
arch/arm64/boot/dts/amlogic/meson-gx-mali450.dtsi | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 51 ++++++++++-----------------------------------
arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi | 46 ++++++++---------------------------------
arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dts | 2 +-
arch/arm64/boot/dts/amlogic/meson-gxl-s805x-p241.dts | 2 +-
arch/arm64/boot/dts/amlogic/meson-gxl-s805x.dtsi | 23 +++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 5 +++++
arch/arm64/boot/dts/amlogic/meson-gxm-wetek-core2.dts | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxm.dtsi | 45 ++++++++++++++++++++++++++--------------
arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 2 +-
arch/arm64/boot/dts/amlogic/meson-sm1-khadas-vim3l.dts | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-sm1-odroid-c4.dts | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/soc/amlogic/meson-gx-socinfo.c | 8 +++++---
17 files changed, 447 insertions(+), 114 deletions(-)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gx-mali450.dtsi
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805x.dtsi
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-wetek-core2.dts
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] arm64: dts: amlogic: updates for v5.9 (round 2)
Date: Fri, 24 Jul 2020 12:34:37 -0700 [thread overview]
Message-ID: <7h8sf8671u.fsf@baylibre.com> (raw)
Arnd, Olof,
Here's another round of DT updates for Amlogic SoCs.
A couple of these had dependecies on some earlier fixes, so you'll
notice that the amlogic-fixes tag (which I already sent) is merged here.
Please pull.
Thanks,
Kevin
The following changes since commit 32b5f4b63487a24712c3bfa1d6a8eb9257beb8bd:
arm64: dts: amlogic: Add the Ethernet "timing-adjustment" clock (2020-07-13 11:57:46 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64-2
for you to fetch changes up to 916a0edc43f03f86b13fbc9943e5dc936671ea6e:
arm64: dts: amlogic: meson-g12: add the Mali OPP table and use DVFS (2020-07-21 14:12:38 -0700)
----------------------------------------------------------------
arm64: dts: amlogic: updates for v5.9 (round 2)
- new board: WeTek Core2
- audio playback support on more boards
- add GPU DVFS
----------------------------------------------------------------
Christian Hewitt (6):
soc: amlogic: meson-gx-socinfo: Fix S905X3 and S905D3 ID's
arm64: dts: meson: update spifc node name on Khadas VIM3/VIM3L
arm64: dts: meson: add audio playback to odroid-c4
arm64: dts: meson: add audio playback to khadas-vim3l
dt-bindings: arm: amlogic: add support for the WeTek Core 2
arm64: dts: meson: add support for the WeTek Core 2
Jerome Brunet (1):
arm64: dts: meson: add missing gxl rng clock
Kevin Hilman (1):
Merge tag 'amlogic-fixes' into v5.9/dt64
Krzysztof Kozlowski (1):
ARM: dts: meson: Align L2 cache-controller nodename with dtschema
Martin Blumenstingl (3):
arm64: dts: amlogic: meson-gx: add the Mali-450 OPP table and use DVFS
arm64: dts: amlogic: meson-gxm: add the Mali OPP table and use DVFS
arm64: dts: amlogic: meson-g12: add the Mali OPP table and use DVFS
Neil Armstrong (1):
arm64: dts: meson-gxl-s805x: reduce initial Mali450 core frequency
Documentation/devicetree/bindings/arm/amlogic.yaml | 1 +
arch/arm/boot/dts/meson.dtsi | 2 +-
arch/arm64/boot/dts/amlogic/Makefile | 1 +
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 49 +++++++++++++++++++++++++++++--------------
arch/arm64/boot/dts/amlogic/meson-gx-mali450.dtsi | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 51 ++++++++++-----------------------------------
arch/arm64/boot/dts/amlogic/meson-gxl-mali.dtsi | 46 ++++++++---------------------------------
arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dts | 2 +-
arch/arm64/boot/dts/amlogic/meson-gxl-s805x-p241.dts | 2 +-
arch/arm64/boot/dts/amlogic/meson-gxl-s805x.dtsi | 23 +++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 5 +++++
arch/arm64/boot/dts/amlogic/meson-gxm-wetek-core2.dts | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-gxm.dtsi | 45 ++++++++++++++++++++++++++--------------
arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 2 +-
arch/arm64/boot/dts/amlogic/meson-sm1-khadas-vim3l.dts | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/amlogic/meson-sm1-odroid-c4.dts | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/soc/amlogic/meson-gx-socinfo.c | 8 +++++---
17 files changed, 447 insertions(+), 114 deletions(-)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gx-mali450.dtsi
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805x.dtsi
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-wetek-core2.dts
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2020-07-24 19:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-24 19:34 Kevin Hilman [this message]
2020-07-24 19:34 ` [GIT PULL] arm64: dts: amlogic: updates for v5.9 (round 2) Kevin Hilman
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=7h8sf8671u.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=arm@kernel.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=soc@kernel.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.