From: "Heiko Stübner" <heiko@sntech.de>
To: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Hrushiraj Gandhi <hrushirajg23@gmail.com>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
Hrushiraj Gandhi <hrushirajg23@gmail.com>
Subject: Re: [PATCH 0/2] arm64: dts: rockchip: Add Vicharak Vaaman2 board support
Date: Sat, 27 Jun 2026 12:06:43 +0200 [thread overview]
Message-ID: <8106243.lvqk35OSZv@diego> (raw)
In-Reply-To: <1999863.IobQ9Gjlxr@diego>
Am Samstag, 27. Juni 2026, 12:05:35 Mitteleuropäische Sommerzeit schrieb Heiko Stübner:
> Hi,
>
> Am Samstag, 27. Juni 2026, 11:48:52 Mitteleuropäische Sommerzeit schrieb Hrushiraj Gandhi:
> > This patch series adds device tree support for the Vicharak Vaaman2,
> > a single-board computer based on the Rockchip RK3588 SoC.
>
> please use proper versioning when sending new patches
>
> If I'm reading this correctly, this should be
>
> [PATCH v3 0/2] ....
correction .. v2 ;-)
The other was the Axon board.
>
> Please also provide a changelog on what changed between versions.
> See all the other patchsets on the mailinglist for reference.
>
> Heiko
>
> > The Vaaman2 board features include:
> > - RK3588 SoC
> > - eMMC storage and microSD support
> > - RK806 PMIC and multiple RK8602/RK8603 regulators
> > - Real-time clock and status LED
> > - UART serial console and SARADC
> >
> > Note: This series was generated on top of the pending Vicharak Axon
> > board support patches (v7) and includes the Axon entry in the context
> > of the YAML binding patch.
> >
> > Patch 1 adds the binding documentation for the Vaaman2 board.
> > Patch 2 adds the actual device tree file and Makefile entry.
> >
> > Hrushiraj Gandhi (2):
> > dt-bindings: arm: rockchip: Add Vicharak Vaaman2
> > arm64: dts: rockchip: Add Vicharak Vaaman2 board
> >
> > .../devicetree/bindings/arm/rockchip.yaml | 5 +
> > arch/arm64/boot/dts/rockchip/Makefile | 1 +
> > .../dts/rockchip/rk3588-vicharak-vaaman2.dts | 547 ++++++++++++++++++
> > 3 files changed, 553 insertions(+)
> > create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-vicharak-vaaman2.dts
> >
> >
>
>
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Hrushiraj Gandhi <hrushirajg23@gmail.com>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
Hrushiraj Gandhi <hrushirajg23@gmail.com>
Subject: Re: [PATCH 0/2] arm64: dts: rockchip: Add Vicharak Vaaman2 board support
Date: Sat, 27 Jun 2026 12:06:43 +0200 [thread overview]
Message-ID: <8106243.lvqk35OSZv@diego> (raw)
In-Reply-To: <1999863.IobQ9Gjlxr@diego>
Am Samstag, 27. Juni 2026, 12:05:35 Mitteleuropäische Sommerzeit schrieb Heiko Stübner:
> Hi,
>
> Am Samstag, 27. Juni 2026, 11:48:52 Mitteleuropäische Sommerzeit schrieb Hrushiraj Gandhi:
> > This patch series adds device tree support for the Vicharak Vaaman2,
> > a single-board computer based on the Rockchip RK3588 SoC.
>
> please use proper versioning when sending new patches
>
> If I'm reading this correctly, this should be
>
> [PATCH v3 0/2] ....
correction .. v2 ;-)
The other was the Axon board.
>
> Please also provide a changelog on what changed between versions.
> See all the other patchsets on the mailinglist for reference.
>
> Heiko
>
> > The Vaaman2 board features include:
> > - RK3588 SoC
> > - eMMC storage and microSD support
> > - RK806 PMIC and multiple RK8602/RK8603 regulators
> > - Real-time clock and status LED
> > - UART serial console and SARADC
> >
> > Note: This series was generated on top of the pending Vicharak Axon
> > board support patches (v7) and includes the Axon entry in the context
> > of the YAML binding patch.
> >
> > Patch 1 adds the binding documentation for the Vaaman2 board.
> > Patch 2 adds the actual device tree file and Makefile entry.
> >
> > Hrushiraj Gandhi (2):
> > dt-bindings: arm: rockchip: Add Vicharak Vaaman2
> > arm64: dts: rockchip: Add Vicharak Vaaman2 board
> >
> > .../devicetree/bindings/arm/rockchip.yaml | 5 +
> > arch/arm64/boot/dts/rockchip/Makefile | 1 +
> > .../dts/rockchip/rk3588-vicharak-vaaman2.dts | 547 ++++++++++++++++++
> > 3 files changed, 553 insertions(+)
> > create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-vicharak-vaaman2.dts
> >
> >
>
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2026-06-27 10:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-27 9:48 [PATCH 0/2] arm64: dts: rockchip: Add Vicharak Vaaman2 board support Hrushiraj Gandhi
2026-06-27 9:48 ` Hrushiraj Gandhi
2026-06-27 9:48 ` [PATCH 1/2] dt-bindings: arm: rockchip: Add Vicharak Vaaman2 Hrushiraj Gandhi
2026-06-27 9:48 ` Hrushiraj Gandhi
2026-06-27 9:48 ` [PATCH 2/2] arm64: dts: rockchip: Add Vicharak Vaaman2 board Hrushiraj Gandhi
2026-06-27 9:48 ` Hrushiraj Gandhi
2026-06-27 10:05 ` [PATCH 0/2] arm64: dts: rockchip: Add Vicharak Vaaman2 board support Heiko Stübner
2026-06-27 10:05 ` Heiko Stübner
2026-06-27 10:06 ` Heiko Stübner [this message]
2026-06-27 10:06 ` Heiko Stübner
-- strict thread matches above, loose matches on Subject: below --
2026-06-27 9:38 Hrushiraj Gandhi
2026-06-27 9:38 ` Hrushiraj Gandhi
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=8106243.lvqk35OSZv@diego \
--to=heiko@sntech.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=hrushirajg23@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@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.