* [GIT PULL] amlogic ARM64 DT updates for v7.2 take 1
@ 2026-06-02 7:52 Neil Armstrong
2026-06-09 12:02 ` Krzysztof Kozlowski
0 siblings, 1 reply; 6+ messages in thread
From: Neil Armstrong @ 2026-06-02 7:52 UTC (permalink / raw)
To: soc, arm; +Cc: linux-amlogic, linux-arm-kernel
Hi,
Here's the v2 of Amlogic ARM64 DT changes for v7.2, contains improvements for the Khadas VIM4
and VIM1s SBCs, plus some additions for the Phicomm N1 and a couple of low priority fixes.
A bad "Fixes" commit sha was introduced for a commit in the same PR, I squashed it with the
appropriate commit and dropped the previous tag.
This PR is largely the same as `amlogic-arm64-dt-for-v7.1`, but I sent the fixes
separately as `amlogic-fixes-v7.1-rc` as discussed with Arnd, so this tag
`amlogic-arm64-dt-for-v7.2-v1` is based on top of `amlogic-fixes-v7.1-rc`.
Thanks,
Neil
The following changes since commit 174a0ef3b33434f475c87e66f37980e39b73805a:
arm64: dts: meson-gxl-p230: fix ethernet PHY interrupt number (2026-04-21 15:46:29 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-arm64-dt-for-v7.2-v2
for you to fetch changes up to eec0722a5cac08ba995847c8eb63118cc708560b:
arm64: dts: amlogic: t7: Add i2c pinctrl node (2026-06-02 09:49:46 +0200)
----------------------------------------------------------------
Amlogic ARM64 DT for v7.2 v2 take 1:
- Khadas VIM4 (T7 SoC) features:
- Memory layout fixup
- GIC register range
- Model name fixup
- PWM, eMMC, SD card and SDIO support
- PWM LED
- I2C pinctrl node
- Khadas VIM1s Features
- Bluetooth
- PWM LED
- Power Key
- Function Key via SARADC
- RTC
- Remote control keymap
- Bluetooth node for Phicomm N1
----------------------------------------------------------------
Jian Hu (1):
arm64: dts: amlogic: t7: Add clock controller nodes
Jun Yan (1):
arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: add bluetooth node
Nick Xie (9):
arm64: dts: amlogic: meson-s4: add UART_A node
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: enable bluetooth
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: add PWM LED support
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: add POWER key support
arm64: dts: amlogic: meson-s4: add internal SARADC controller
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: add Function key support
arm64: dts: amlogic: meson-s4: add VRTC node
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: enable HYM8563 RTC
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: use rc-khadas keymap
Ronald Claveau (11):
arm64: dts: amlogic: t7: Add eMMC, SD card and SDIO pinctrl nodes
arm64: dts: amlogic: t7: Add PWM pinctrl nodes
arm64: dts: amlogic: t7: khadas-vim4: Add power regulators
arm64: dts: amlogic: t7: Add MMC controller nodes
arm64: dts: amlogic: t7: Add PWM controller nodes
arm64: dts: amlogic: t7: khadas-vim4: Add SDIO power sequence and WiFi clock
arm64: dts: amlogic: t7: khadas-vim4: Add MMC nodes
arm64: dts: amlogic: t7: Fix missing required reset property
arm64: dts: amlogic: t7: khadas-vim4: reorder root node
arm64: dts: amlogic: t7: khadas-vim4: add PWM-driven status LED
arm64: dts: amlogic: t7: Add i2c pinctrl node
.../dts/amlogic/amlogic-t7-a311d2-khadas-vim4.dts | 215 +++++++++
arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 482 +++++++++++++++++++++
.../dts/amlogic/meson-gxl-s905d-phicomm-n1.dts | 15 +
.../dts/amlogic/meson-s4-s905y4-khadas-vim1s.dts | 81 ++++
arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 45 ++
5 files changed, 838 insertions(+)
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] amlogic ARM64 DT updates for v7.2 take 1
2026-06-02 7:52 [GIT PULL] amlogic ARM64 DT updates for v7.2 take 1 Neil Armstrong
@ 2026-06-09 12:02 ` Krzysztof Kozlowski
0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-06-09 12:02 UTC (permalink / raw)
To: Neil Armstrong; +Cc: soc, arm, linux-amlogic, linux-arm-kernel
On Tue, Jun 02, 2026 at 09:52:55AM +0200, Neil Armstrong wrote:
> Hi,
>
> Here's the v2 of Amlogic ARM64 DT changes for v7.2, contains improvements for the Khadas VIM4
> and VIM1s SBCs, plus some additions for the Phicomm N1 and a couple of low priority fixes.
>
> A bad "Fixes" commit sha was introduced for a commit in the same PR, I squashed it with the
> appropriate commit and dropped the previous tag.
>
> This PR is largely the same as `amlogic-arm64-dt-for-v7.1`, but I sent the fixes
> separately as `amlogic-fixes-v7.1-rc` as discussed with Arnd, so this tag
> `amlogic-arm64-dt-for-v7.2-v1` is based on top of `amlogic-fixes-v7.1-rc`.
>
> Thanks,
> Neil
>
> The following changes since commit 174a0ef3b33434f475c87e66f37980e39b73805a:
>
> arm64: dts: meson-gxl-p230: fix ethernet PHY interrupt number (2026-04-21 15:46:29 +0200)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-arm64-dt-for-v7.2-v2
>
> for you to fetch changes up to eec0722a5cac08ba995847c8eb63118cc708560b:
>
> arm64: dts: amlogic: t7: Add i2c pinctrl node (2026-06-02 09:49:46 +0200)
>
Thanks, applied
Best regards,
Krzysztof
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] amlogic ARM64 DT updates for v7.2 take 1
2026-06-01 20:06 ` Linus Walleij
2026-06-02 5:47 ` Martin Blumenstingl
@ 2026-06-02 7:47 ` Neil Armstrong
1 sibling, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2026-06-02 7:47 UTC (permalink / raw)
To: Linus Walleij; +Cc: soc, arm, linux-amlogic, linux-arm-kernel
Hi,
On 6/1/26 22:06, Linus Walleij wrote:
> Hi Neil,
>
> thanks for your pull request!
>
> On Thu, May 21, 2026 at 3:19 PM Neil Armstrong
> <neil.armstrong@linaro.org> wrote:
>
>> arm64: dts: amlogic: t7: khadas-vim4: Remove invalid property
>
> This commit has a problematic Fixes:
>
> commit 6f14ba3c3fa3d67b72e052f431f6776470eb2cbd
> Author: Ronald Claveau <linux-kernel-dev@aliel.fr>
> Date: Mon Mar 30 14:11:21 2026 +0200
>
> arm64: dts: amlogic: t7: khadas-vim4: Remove invalid property
>
> Fix introduced invalid property for Khadas VIM4 sdcard regulator.
>
> arch/arm64/boot/dts/amlogic/amlogic-t7-a311d2-khadas-vim4.dtb:
> regulator-sdcard-3v3 (regulator-fixed): Unevaluated properties are not
> allowed ('enable-active-low' was unexpected)
>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202603290828.5gt393t6-lkp@intel.com/
> Fixes: 60eff75ac67b ("arm64: dts: amlogic: t7: khadas-vim4: Add
> power regulators")
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> Signed-off-by: Ronald Claveau <linux-kernel-dev@aliel.fr>
> Link: https://patch.msgid.link/20260330-fix-invalid-property-v2-1-228c51c8de93@aliel.fr
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>
> Commit 60eff75ac67b does not exist in the SoC tree nor in Torvalds'
> tree.
>
> What's up here, it looks incorrect?
Yeah sorry it was probably based on an earlier apply for the previous rejected PR
The right commit is 8f4e4fbd5072 arm64: dts: amlogic: t7: khadas-vim4: Add power regulators
But since it's in the same PR I will just squash it...
@arnd I'll post a v2 of this PR with this issue fixed.
Thanks,
Neil
>
> Can you look into it?
>
> Yours,
> Linus Walleij
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] amlogic ARM64 DT updates for v7.2 take 1
2026-06-01 20:06 ` Linus Walleij
@ 2026-06-02 5:47 ` Martin Blumenstingl
2026-06-02 7:47 ` Neil Armstrong
1 sibling, 0 replies; 6+ messages in thread
From: Martin Blumenstingl @ 2026-06-02 5:47 UTC (permalink / raw)
To: Linus Walleij; +Cc: Neil Armstrong, soc, arm, linux-amlogic, linux-arm-kernel
Hi Linus,
On Mon, Jun 1, 2026 at 10:06 PM Linus Walleij <linusw@kernel.org> wrote:
>
> Hi Neil,
>
> thanks for your pull request!
>
> On Thu, May 21, 2026 at 3:19 PM Neil Armstrong
> <neil.armstrong@linaro.org> wrote:
>
> > arm64: dts: amlogic: t7: khadas-vim4: Remove invalid property
>
> This commit has a problematic Fixes:
>
> commit 6f14ba3c3fa3d67b72e052f431f6776470eb2cbd
> Author: Ronald Claveau <linux-kernel-dev@aliel.fr>
> Date: Mon Mar 30 14:11:21 2026 +0200
>
> arm64: dts: amlogic: t7: khadas-vim4: Remove invalid property
>
> Fix introduced invalid property for Khadas VIM4 sdcard regulator.
>
> arch/arm64/boot/dts/amlogic/amlogic-t7-a311d2-khadas-vim4.dtb:
> regulator-sdcard-3v3 (regulator-fixed): Unevaluated properties are not
> allowed ('enable-active-low' was unexpected)
>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202603290828.5gt393t6-lkp@intel.com/
> Fixes: 60eff75ac67b ("arm64: dts: amlogic: t7: khadas-vim4: Add
> power regulators")
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> Signed-off-by: Ronald Claveau <linux-kernel-dev@aliel.fr>
> Link: https://patch.msgid.link/20260330-fix-invalid-property-v2-1-228c51c8de93@aliel.fr
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>
> Commit 60eff75ac67b does not exist in the SoC tree nor in Torvalds'
> tree.
That should be 8f4e4fbd5072 (which is part of this PR - as the
extraneous property was only found after applying).
It seems that Neil did rebase (to modify or drop a commit?) after this
fix was applied. But I can't fully recall the details.
Linus, what's the suggested fix in this situation?
Best regards,
Martin
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] amlogic ARM64 DT updates for v7.2 take 1
2026-05-21 13:19 Neil Armstrong
@ 2026-06-01 20:06 ` Linus Walleij
2026-06-02 5:47 ` Martin Blumenstingl
2026-06-02 7:47 ` Neil Armstrong
0 siblings, 2 replies; 6+ messages in thread
From: Linus Walleij @ 2026-06-01 20:06 UTC (permalink / raw)
To: Neil Armstrong; +Cc: soc, arm, linux-amlogic, linux-arm-kernel
Hi Neil,
thanks for your pull request!
On Thu, May 21, 2026 at 3:19 PM Neil Armstrong
<neil.armstrong@linaro.org> wrote:
> arm64: dts: amlogic: t7: khadas-vim4: Remove invalid property
This commit has a problematic Fixes:
commit 6f14ba3c3fa3d67b72e052f431f6776470eb2cbd
Author: Ronald Claveau <linux-kernel-dev@aliel.fr>
Date: Mon Mar 30 14:11:21 2026 +0200
arm64: dts: amlogic: t7: khadas-vim4: Remove invalid property
Fix introduced invalid property for Khadas VIM4 sdcard regulator.
arch/arm64/boot/dts/amlogic/amlogic-t7-a311d2-khadas-vim4.dtb:
regulator-sdcard-3v3 (regulator-fixed): Unevaluated properties are not
allowed ('enable-active-low' was unexpected)
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202603290828.5gt393t6-lkp@intel.com/
Fixes: 60eff75ac67b ("arm64: dts: amlogic: t7: khadas-vim4: Add
power regulators")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Ronald Claveau <linux-kernel-dev@aliel.fr>
Link: https://patch.msgid.link/20260330-fix-invalid-property-v2-1-228c51c8de93@aliel.fr
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Commit 60eff75ac67b does not exist in the SoC tree nor in Torvalds'
tree.
What's up here, it looks incorrect?
Can you look into it?
Yours,
Linus Walleij
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] amlogic ARM64 DT updates for v7.2 take 1
@ 2026-05-21 13:19 Neil Armstrong
2026-06-01 20:06 ` Linus Walleij
0 siblings, 1 reply; 6+ messages in thread
From: Neil Armstrong @ 2026-05-21 13:19 UTC (permalink / raw)
To: soc, arm; +Cc: linux-amlogic, linux-arm-kernel
Hi,
Here's the Amlogic ARM64 DT changes for v7.2, contains improvements for the Khadas VIM4
and VIM1s SBCs, plus some additions for the Phicomm N1 and a couple of low priority fixes.
This PR is largely the same as `amlogic-arm64-dt-for-v7.1`, but I sent the fixes
separately as `amlogic-fixes-v7.1-rc` as discussed with Arnd, so this tag
`amlogic-arm64-dt-for-v7.2-v1` is based on top of `amlogic-fixes-v7.1-rc`.
Thanks,
Neil
The following changes since commit 174a0ef3b33434f475c87e66f37980e39b73805a:
arm64: dts: meson-gxl-p230: fix ethernet PHY interrupt number (2026-04-21 15:46:29 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git amlogic-arm64-dt-for-v7.2-v1
for you to fetch changes up to 43e6ece01ba673c3bd8dd1638bcd93827d254b3d:
arm64: dts: amlogic: t7: Add i2c pinctrl node (2026-05-18 16:23:29 +0200)
----------------------------------------------------------------
Amlogic ARM64 DT for v7.2 take 1:
- Khadas VIM4 (T7 SoC) features:
- Memory layout fixup
- GIC register range
- Model name fixup
- PWM, eMMC, SD card and SDIO support
- PWM LED
- I2C pinctrl node
- Khadas VIM1s Features
- Bluetooth
- PWM LED
- Power Key
- Function Key via SARADC
- RTC
- Remote control keymap
- Bluetooth node for Phicomm N1
----------------------------------------------------------------
Jian Hu (1):
arm64: dts: amlogic: t7: Add clock controller nodes
Jun Yan (1):
arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: add bluetooth node
Nick Xie (9):
arm64: dts: amlogic: meson-s4: add UART_A node
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: enable bluetooth
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: add PWM LED support
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: add POWER key support
arm64: dts: amlogic: meson-s4: add internal SARADC controller
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: add Function key support
arm64: dts: amlogic: meson-s4: add VRTC node
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: enable HYM8563 RTC
arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: use rc-khadas keymap
Ronald Claveau (12):
arm64: dts: amlogic: t7: Add eMMC, SD card and SDIO pinctrl nodes
arm64: dts: amlogic: t7: Add PWM pinctrl nodes
arm64: dts: amlogic: t7: khadas-vim4: Add power regulators
arm64: dts: amlogic: t7: khadas-vim4: Remove invalid property
arm64: dts: amlogic: t7: Add MMC controller nodes
arm64: dts: amlogic: t7: Add PWM controller nodes
arm64: dts: amlogic: t7: khadas-vim4: Add SDIO power sequence and WiFi clock
arm64: dts: amlogic: t7: khadas-vim4: Add MMC nodes
arm64: dts: amlogic: t7: Fix missing required reset property
arm64: dts: amlogic: t7: khadas-vim4: reorder root node
arm64: dts: amlogic: t7: khadas-vim4: add PWM-driven status LED
arm64: dts: amlogic: t7: Add i2c pinctrl node
.../dts/amlogic/amlogic-t7-a311d2-khadas-vim4.dts | 215 +++++++++
arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 482 +++++++++++++++++++++
.../dts/amlogic/meson-gxl-s905d-phicomm-n1.dts | 15 +
.../dts/amlogic/meson-s4-s905y4-khadas-vim1s.dts | 81 ++++
arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 45 ++
5 files changed, 838 insertions(+)
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-06-09 12:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-02 7:52 [GIT PULL] amlogic ARM64 DT updates for v7.2 take 1 Neil Armstrong
2026-06-09 12:02 ` Krzysztof Kozlowski
-- strict thread matches above, loose matches on Subject: below --
2026-05-21 13:19 Neil Armstrong
2026-06-01 20:06 ` Linus Walleij
2026-06-02 5:47 ` Martin Blumenstingl
2026-06-02 7:47 ` Neil Armstrong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox