mbox series

[GIT,PULL] amlogic ARM64 DT updates for v6.2

Message ID 8faa1d3c-5a17-2c3f-92d1-f8fe3df74131@linaro.org (mailing list archive)
State Accepted
Commit 2d5e7e2a3db513b99e6994b9a494255184086809
Headers show
Series [GIT,PULL] amlogic ARM64 DT updates for v6.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-arm64-dt-for-v6.2

Message

Neil Armstrong Nov. 22, 2022, 3:28 p.m. UTC
Hi,

Here's a set of Amlogic ARM64 DT changes for v6.2, with 1 new board:
- Support for SPI clk pullups on pre-G12A
- Active cooling on Odroid N2/N2+
- DDR PMU on G12A, G12B & SM1
- Update cache properties in Amlogic DTs
- remove clock-frequency from rtc in Amlogic DTs
- Initial support of the new Portable Game Console from Hardkernel: Odroid Go Ultra

Neil

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

   Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-arm64-dt-for-v6.2

for you to fetch changes up to 62e73f000696cc41cfd237a1ad90b001ad0f76c6:

   arm64: dts: amlogic: add initial Odroid Go Ultra DTS (2022-11-21 11:51:56 +0100)

----------------------------------------------------------------
Amlogic ARM64 DT changes for v6.2:
- meson-gxl: add SPI pinctrl nodes for CLK
- meson-gxbb: add SPI pinctrl nodes for CLK
- Enable active coling using gpio-fan on Odroid N2/N2+
- remove clock-frequency from rtc
- Update cache properties for amlogic
- Add DDR PMU node for G12 series SoC
- document Odroid Go Ultra compatible
- add initial Odroid Go Ultra DTS

----------------------------------------------------------------
Amjad Ouled-Ameur (2):
       arm64: dts: meson-gxl: add SPI pinctrl nodes for CLK
       arm64: dts: meson-gxbb: add SPI pinctrl nodes for CLK

Anand Moon (1):
       arm64: dts: meson: Enable active coling using gpio-fan on Odroid N2/N2+

Jiucheng Xu (1):
       arm64: dts: meson: Add DDR PMU node

Neil Armstrong (2):
       dt-bindings: amlogic: document Odroid Go Ultra compatible
       arm64: dts: amlogic: add initial Odroid Go Ultra DTS

Pierre Gondois (1):
       arm64: dts: Update cache properties for amlogic

Sebastian Reichel (1):
       arm64: dts: meson: remove clock-frequency from rtc

  Documentation/devicetree/bindings/arm/amlogic.yaml |   1 +
  arch/arm64/boot/dts/amlogic/Makefile               |   1 +
  arch/arm64/boot/dts/amlogic/meson-a1.dtsi          |   1 +
  arch/arm64/boot/dts/amlogic/meson-axg.dtsi         |   1 +
  arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi  |   6 +
  arch/arm64/boot/dts/amlogic/meson-g12a.dtsi        |   5 +
  .../dts/amlogic/meson-g12b-odroid-go-ultra.dts     | 722 +++++++++++++++++++++
  .../boot/dts/amlogic/meson-g12b-odroid-n2.dtsi     |  42 ++
  arch/arm64/boot/dts/amlogic/meson-g12b.dtsi        |   5 +
  arch/arm64/boot/dts/amlogic/meson-gx.dtsi          |   1 +
  arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi        |  14 +
  .../dts/amlogic/meson-gxl-s905x-khadas-vim.dts     |   1 -
  arch/arm64/boot/dts/amlogic/meson-gxl.dtsi         |  14 +
  .../boot/dts/amlogic/meson-gxm-khadas-vim2.dts     |   1 -
  .../boot/dts/amlogic/meson-gxm-minix-neo-u9h.dts   |   1 -
  arch/arm64/boot/dts/amlogic/meson-sm1.dtsi         |   5 +
  16 files changed, 818 insertions(+), 3 deletions(-)
  create mode 100644 arch/arm64/boot/dts/amlogic/meson-g12b-odroid-go-ultra.dts

Comments

patchwork-bot+linux-soc@kernel.org Nov. 23, 2022, 12:20 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 22 Nov 2022 16:28:46 +0100 you wrote:
> Hi,
> 
> Here's a set of Amlogic ARM64 DT changes for v6.2, with 1 new board:
> - Support for SPI clk pullups on pre-G12A
> - Active cooling on Odroid N2/N2+
> - DDR PMU on G12A, G12B & SM1
> - Update cache properties in Amlogic DTs
> - remove clock-frequency from rtc in Amlogic DTs
> - Initial support of the new Portable Game Console from Hardkernel: Odroid Go Ultra
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] amlogic ARM64 DT updates for v6.2
    https://git.kernel.org/soc/soc/c/2d5e7e2a3db5

You are awesome, thank you!