From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6A5CE35DA4D; Sun, 15 Mar 2026 19:10:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773601834; cv=none; b=JNv0mSE7qSfRbB56WI4kKYUIptSQDJk1naE/xeEeJ5BWosYHMDdHN5h0IDLTAdtZNVg3xxOBpAS0Lmup5od9e9eeLbBQJ2otgZh6qToAVrNxj11hXLrN1kkzveXByB/D9sZLNaxVRzW+bq7yOtOgcBNfmCLhCYrXKCP5N1JGmq4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773601834; c=relaxed/simple; bh=IthiWArBSLDgAMO0bvZ9kc3iO/llybx5j9goMv6GKII=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=jegABvDX/DZOQ1U1I9liHJ6TYgQ0uc9zFdySF0V6V3Dg2Y/VBEoJ4YsiqyArmIYzZzg0vzYxKri0033lI8Ya7S+z+AbzRJyKru70Vhr2MNo97hK1kwAiNQHaHqnnOhnXHXYlMzblLMp7CB0QGuselzE6+z2Ph2Hfu3m+cXgiOZ4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Nwo7VzHV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Nwo7VzHV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C7545C4CEF7; Sun, 15 Mar 2026 19:10:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773601834; bh=IthiWArBSLDgAMO0bvZ9kc3iO/llybx5j9goMv6GKII=; h=Date:From:To:Cc:Subject:From; b=Nwo7VzHVJgyoCQvU4OxaefNjEGgkRLBJg94h5tYV62b9QvA+AKnYOKQds31SCdr1v YhMsvP7NP3hB/OubbhR4JEisMZT/BC9OMiymAaJM1tIen5gN9fXQbGDan8aca3K78b +4kHHiIv3M4qYCqkIWRkFRxmtKAEvAp5MnKN4cNl6wamBfgSWWex4Ph1H2mL+c9KNm 44ZB/82qdCSzUH7lTfY6Vvcu0vsV1jiwwIzUjKxMs2AISAYhwA/e8rL/hOKQZ9IXuR PAnNj1/RdQ6EOc9e5eRcQ+eRdJVT8E3lw7Iult/6fAmjJrOerOJc+QpCIDwHom++uR RrNLZHiT9UzDQ== Date: Sun, 15 Mar 2026 12:10:32 -0700 From: Drew Fustini To: soc@kernel.org Cc: Arnd Bergmann , Krzysztof Kozlowski , Alexandre Belloni , Linus Walleij , Icenowy Zheng , Icenowy Zheng , Luca Ceresoli , Jisheng Zhang , Guo Ren , Fu Wei , Conor Dooley , Michal Wilczynski , Yao Zi , Han Gao , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] RISC-V T-HEAD Devicetrees for v7.1 Message-ID: Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux.git tags/thead-dt-for-v7.1 for you to fetch changes up to 9c99a784d9117a192ebf779d4f72ebec435ada97: riscv: dts: thead: lichee-pi-4a: enable HDMI (2026-03-14 09:19:26 -0700) ---------------------------------------------------------------- T-HEAD Devicetrees for 7.1 Update the T-Head TH1520 RISC-V SoC device tree to support the Verisilicon DC8200 display controller (called DPU in manual) and the Synopsys DesignWare HDMI TX controller. In addition, enable HDMI output for the LicheePi 4a board. Signed-off-by: Drew Fustini ---------------------------------------------------------------- Icenowy Zheng (2): riscv: dts: thead: add DPU and HDMI device tree nodes riscv: dts: thead: lichee-pi-4a: enable HDMI arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts | 25 +++++++++ arch/riscv/boot/dts/thead/th1520.dtsi | 66 +++++++++++++++++++++++ 2 files changed, 91 insertions(+)