From: Barzin Lotfabadi <barzin221@gmail.com>
To: Chen-Yu Tsai <wens@kernel.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Maxime Ripard <mripard@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>
Cc: Ryan Walklin <ryan@testtoast.com>,
dri-devel@lists.freedesktop.org, linux-sunxi@lists.linux.dev,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] arm64: dts: allwinner: h616: add HDMI device tree nodes
Date: Fri, 4 Sep 2026 17:33:27 -0400 [thread overview]
Message-ID: <20260904213329.3910099-1-barzin221@gmail.com> (raw)
Hi all,
These two patches add the device tree nodes needed for HDMI output on the
Allwinner H616 family. Tested on an Orange Pi Zero 3 (H618, 4GB), which
drives a 1920x1080@60Hz desktop with these applied.
Mainline already has DE33 mixer support in the sun4i driver, but there are
no display nodes at all in sun50i-h616.dtsi, so nothing probes. Ryan
Walklin's "arm64: dts: allwinner: h616: add LCD timing controller and
display engine support" series adds the display engine, bus, mixer and TCON
nodes, but states that HDMI output is not provided. These patches are the
missing HDMI half.
Every register address, clock index and reset line was read out of the
vendor device tree shipped with the board and translated to the mainline
dt-bindings macros; the clock and reset numbering was verified identical
between the vendor and mainline CCU headers before substitution.
Two things I would appreciate guidance on:
1. Patch 1 currently also adds the display engine, bus, mixer and TCON
nodes, because Ryan's series has not landed and the HDMI nodes need
something to attach to. If his series is merged first, I am happy to
respin this as an HDMI-only delta on top of it. That is probably the
right shape; I did not want to post a series that applies to nothing in
the meantime.
2. These nodes alone are not sufficient for a picture. Two driver changes
are also needed: an H616 variant in sun8i_hdmi_phy.c (only
a83t/h3/r40/a64/h6 exist today), and setting the TCON pad select bit in
sun4i_tcon.c. Both exist in the Armbian sunxi-6.12 tree, authored by
The-going. I have deliberately not included them here, because I cannot
provide a Signed-off-by on another developer's work. If someone in a
position to carry those forward would like to, I am happy to help test.
Without them these nodes probe but produce no output.
checkpatch is clean apart from one 103-column warning on a remote-endpoint
line in patch 1; the identical construct at the same width already exists in
sun50i-h6.dtsi:183, so I left it matching the surrounding convention.
One implementation note worth recording, since it cost a boot cycle: the
DE33 mixer's three register regions must be named "layers", "top" and
"display". The driver fetches the latter two by name, so a wrong name here
surfaces as "invalid resource (null)" and a -EINVAL bind failure several
layers away from the cause.
Result on the board, with the two driver patches also applied:
sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops)
sun4i-drm display-engine: bound 6510000.tcon-top (ops sun8i_tcon_top_ops)
sun4i-drm display-engine: bound 6515000.lcd-controller (ops sun4i_tcon_ops)
sun8i-dw-hdmi 6000000.hdmi: Detected HDMI TX controller v2.12a with HDCP
sun4i-drm display-engine: bound 6000000.hdmi (ops sun8i_dw_hdmi_ops)
[drm] Initialized sun4i-drm 1.0.0 for display-engine on minor 0
with the connector reading "connected", EDID read correctly from the sink,
and 1920x1080 among the reported modes.
Full boot logs, the decompiled vendor device tree the nodes were derived
from, and a photo of the running desktop are at:
https://github.com/BarzinL/h616-hdmi-mainline
Based on mainline a500db7819c5.
Barzin Lotfabadi (2):
arm64: dts: allwinner: h616: add display engine and HDMI nodes
arm64: dts: allwinner: orangepi-zero3: enable HDMI output
arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi | 191 +++++++++++++++++++++
.../dts/allwinner/sun50i-h618-orangepi-zero3.dts | 25 +++
2 files changed, 216 insertions(+)
--
2.51.0
next reply other threads:[~2026-09-04 21:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-04 21:33 Barzin Lotfabadi [this message]
2026-09-04 21:33 ` [PATCH 1/2] arm64: dts: allwinner: h616: add display engine and HDMI nodes Barzin Lotfabadi
2026-09-04 21:33 ` [PATCH 2/2] arm64: dts: allwinner: orangepi-zero3: enable HDMI output Barzin Lotfabadi
2026-09-05 3:16 ` [PATCH 0/2] arm64: dts: allwinner: h616: add HDMI device tree nodes Jernej Škrabec
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=20260904213329.3910099-1-barzin221@gmail.com \
--to=barzin221@gmail.com \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jernej.skrabec@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=mripard@kernel.org \
--cc=robh@kernel.org \
--cc=ryan@testtoast.com \
--cc=samuel@sholland.org \
--cc=simona@ffwll.ch \
--cc=wens@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox