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 C78893FCB00; Wed, 25 Mar 2026 16:53:46 +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=1774457626; cv=none; b=AEAehtY9aYeulWZmPwxsiCTn9O4gxwaAGTD2QKLdHgsad4AxuRQ6fH910YB/L/BuFAH0Va50PGSRsLN3zde7b4vcNS8B8RXL/8PCz528HdvxSxLjFM/Tz5AVWV0JP51yha33uVNVoM2B4HoCMvDiiXWtuuOgzCET3wm6a9KoQqY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774457626; c=relaxed/simple; bh=Rhut/ar+8LaHaNGeWmxZZmVDhYD/d7ubiNtGKbvpytY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ce7NK7Hdwp1fvkSu4N3XUz6rQ6xlwVcvzvwCzUxwYzJL5J+laF06NVk+hCa2G5UC3SatveTaXAzBImIZ4yN3GQVCEYua3FFUAM4xYpNKiU8BBt5iRO+SAcgZu5yBLIpUHQiHsrYIAe8fo7H3H8Nd8iOTqvi9ar8+ZKcL5Qf31ic= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HpjKqgz5; 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="HpjKqgz5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 23C55C4CEF7; Wed, 25 Mar 2026 16:53:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774457626; bh=Rhut/ar+8LaHaNGeWmxZZmVDhYD/d7ubiNtGKbvpytY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HpjKqgz5qntIKvsseFKxl2gqAayouChOWd/8ObMRHI5H8CYFBouHc7uOOLkQC56cZ PGCE5ibBKj2N34w1sB2CQe/f9X0VC5VU7LvnMGS555dL1KcummlCcDeKF9JFhCajUF bc3DpA8wGmYOqH7gesyI1/HSmdMVDTet9dnYzoPu76UbNZCGUHRaTOMCicnnn0Sh0K KX/mGpgud1bR+Z3MfrCSRhUoiKl+P8jOnikiUTjUoI+wruMCVr4gh7hXAeoEJlQdzd c/wO8vBRCK+tCLCuedeXoQaW29UjQlwHfyUNQxHaDU7756n3KaJgc2lTc9INR3LggV 5Mlvk836ezuhg== Date: Wed, 25 Mar 2026 09:53:44 -0700 From: Drew Fustini To: Robert Mazur Cc: Guo Ren , Fu Wei , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] riscv: dts: thead: beaglev-ahead: enable HDMI output Message-ID: References: <20260325-hdmi-beaglev-ahead-v1-1-e71b41b98dca@imgtec.com> 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 In-Reply-To: <20260325-hdmi-beaglev-ahead-v1-1-e71b41b98dca@imgtec.com> On Wed, Mar 25, 2026 at 09:18:59AM +0100, Robert Mazur wrote: > The BeagleV Ahead board includes a micro HDMI connector (Type-D) > wired to the TH1520 SoC's HDMI transmitter. > > Enable the display pipeline by adding the HDMI connector node, > connecting it to the HDMI controller, and activating the DPU > and HDMI nodes. > > Signed-off-by: Robert Mazur > --- > This patch enables HDMI output on the BeagleV-Ahead board by wiring up > the DPU and HDMI nodes added in the following series: > > Depends-on: https://lore.kernel.org/r/20260129023922.1527729-7-zhengxingda@iscas.ac.cn/ > > The patch has been tested on BeagleV-Ahead hardware with the above > series applied. HDMI output is functional. > --- > arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts | 25 ++++++++++++++++++++++ > 1 file changed, 25 insertions(+) Reviewed-by: Drew Fustini Thanks for getting this working for the BeagleV Ahead and sending the patch. Drew