All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] amlogic ARM64 DT updates for v6.2
@ 2022-11-22 15:28 ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2022-11-22 15:28 UTC (permalink / raw)
  To: soc, arm; +Cc: linux-amlogic, linux-arm-kernel

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

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] amlogic ARM64 DT updates for v6.2
@ 2022-11-22 15:28 ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2022-11-22 15:28 UTC (permalink / raw)
  To: soc, arm; +Cc: linux-amlogic, linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] amlogic ARM64 DT updates for v6.2
@ 2022-11-22 15:28 ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2022-11-22 15:28 UTC (permalink / raw)
  To: soc, arm; +Cc: linux-amlogic, linux-arm-kernel

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

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] amlogic ARM64 DT updates for v6.2
  2022-11-22 15:28 ` Neil Armstrong
  (?)
  (?)
@ 2022-11-23 12:20 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2022-11-23 12:20 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: soc

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!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-23 12:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-22 15:28 [GIT PULL] amlogic ARM64 DT updates for v6.2 Neil Armstrong
2022-11-22 15:28 ` Neil Armstrong
2022-11-22 15:28 ` Neil Armstrong
2022-11-23 12:20 ` patchwork-bot+linux-soc

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.