[PATCH v4 0/3] Add support for Variscite VAR-SOM-AM62 and Symphony board

Stefano Radaelli posted 3 patches 1 week, 6 days ago
.../devicetree/bindings/arm/ti/k3.yaml        |   6 +
arch/arm64/boot/dts/ti/Makefile               |   1 +
.../boot/dts/ti/k3-am625-var-som-symphony.dts | 555 ++++++++++++++++++
arch/arm64/boot/dts/ti/k3-am625-var-som.dtsi  | 483 +++++++++++++++
4 files changed, 1045 insertions(+)
create mode 100644 arch/arm64/boot/dts/ti/k3-am625-var-som-symphony.dts
create mode 100644 arch/arm64/boot/dts/ti/k3-am625-var-som.dtsi
[PATCH v4 0/3] Add support for Variscite VAR-SOM-AM62 and Symphony board
Posted by Stefano Radaelli 1 week, 6 days ago
The series includes:
- Device tree bindings documentation
- SOM device tree with common peripherals
- Symphony carrier board device tree with board-specific features

The implementation follows the standard SOM + carrier board pattern
where the SOM dtsi contains only peripherals mounted on the module,
while carrier-specific interfaces are enabled in the board dts.

v3->v4:
 - Fix gpio expander interrupt

v2->v3:
 - Add audio_refclk1 clock
 - Removed pinctrl_vdd_mmc2
 - Fix reg_sdhc1_vmmc regulator
 - Add missing properties on pca9534 node

v1->v2:
 - Fix AM62X_MCU_IOPAD macro
 - Fix OPP table comment
 - Remove reg_vdd_mmc2 regulator
 - Fix reg_sdhc1_vmmc pinctrl
 - Add reg_ov5640_buf_en pinctrl

Stefano Radaelli (3):
  dt-bindings: arm: ti: Add bindings for Variscite VAR-SOM-AM62
  arm64: dts: ti: Add support for Variscite VAR-SOM-AM62
  arm64: dts: ti: var-som-am62: Add support for Variscite Symphony Board

 .../devicetree/bindings/arm/ti/k3.yaml        |   6 +
 arch/arm64/boot/dts/ti/Makefile               |   1 +
 .../boot/dts/ti/k3-am625-var-som-symphony.dts | 555 ++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am625-var-som.dtsi  | 483 +++++++++++++++
 4 files changed, 1045 insertions(+)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am625-var-som-symphony.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-am625-var-som.dtsi


base-commit: 5c73cd9f0819c1c44e373e3dabb68318b1de1a12
-- 
2.47.3
Re: [PATCH v4 0/3] Add support for Variscite VAR-SOM-AM62 and Symphony board
Posted by Vignesh Raghavendra 4 days, 16 hours ago
Hi Stefano Radaelli,

On Sun, 12 Jul 2026 16:04:47 +0200, Stefano Radaelli wrote:
> Add support for Variscite VAR-SOM-AM62 and Symphony board
> 
> The series includes:
> - Device tree bindings documentation
> - SOM device tree with common peripherals
> - Symphony carrier board device tree with board-specific features
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/3] dt-bindings: arm: ti: Add bindings for Variscite VAR-SOM-AM62
      commit: 8571d1e223a5d220aba7e323b4de36d7341ee37e
[2/3] arm64: dts: ti: Add support for Variscite VAR-SOM-AM62
      commit: 5f865bbef8e5a91780064b847365d755845bc974
[3/3] arm64: dts: ti: var-som-am62: Add support for Variscite Symphony Board
      commit: 5fde9c21c671ff501523d55138b4f5eeb577b97e

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh