[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <12d6e151-dfa0-ca0a-5888-ddffb2dbdec7@manjaro.org>
Date: Sat, 15 Nov 2025 01:53:19 +0100
From: "Dragan Simic" <dsimic@...jaro.org>
To: michael.opdenacker@...tcommit.com
Cc: robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org, heiko@...ech.de, devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/2] arm64: dts: rockchip: Add Asus Tinker Board 3 and 3S device tree
Hello Michael,
Thanks for the v2! Please, see one nitpick below.
On Friday, November 14, 2025 16:46 CET, michael.opdenacker@...tcommit.com wrote:
> From: Michael Opdenacker <michael.opdenacker@...tcommit.com>
I'm sorry for not mentioning it in my earlier responses, but this
line is redundant, because it duplicates the From value found in
the actual email message.
> Add initial device tree support for Asus Tinker Board 3 [1] and 3S [2],
> which are SBCs based on the Rockchip 3566 SoC.
>
> The "3S" version ("S" for "storage") just adds a 16 GB eMMC
> and a "mask ROM" DIP switch (to mask the eMMC and enter "Mask ROM"
> mode for recovery) to the "3" version.
>
> This adds support for:
> - Debug UART (/dev/ttyS2)
> - SD card (/dev/mmcblk1)
> - eMMC (/dev/mmcblk0, only on Tinker Board 3S)
> - I2C:
> - i2c0 (internal bus with a PMIC and regulators)
> - i2c2 (internal bus with an at24 eeprom and an RTC device)
> - USB 2.0 ports
> - 2 GPIO LEDS
>
> [1] https://tinker-board.asus.com/series/tinker-board-3.html
> [2] https://tinker-board.asus.com/series/tinker-board-3s.html
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@...tcommit.com>
> ---
> arch/arm64/boot/dts/rockchip/Makefile | 2 +
> .../dts/rockchip/rk3566-tinker-board-3.dts | 14 +
> .../dts/rockchip/rk3566-tinker-board-3.dtsi | 280 ++++++++++++++++++
> .../dts/rockchip/rk3566-tinker-board-3s.dts | 30 ++
> 4 files changed, 326 insertions(+)
> create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-tinker-board-3.dts
> create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-tinker-board-3.dtsi
> create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-tinker-board-3s.dts
[snip]
Powered by blists - more mailing lists