From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C5D5AE6814E for ; Tue, 17 Feb 2026 09:04:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 22F5C10E4A1; Tue, 17 Feb 2026 09:04:50 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="P/8dKJUe"; dkim-atps=neutral Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) by gabe.freedesktop.org (Postfix) with ESMTPS id 901A310E4A1 for ; Tue, 17 Feb 2026 09:04:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1771319087; bh=GM2WgMx7Ng/rdF2zETuZYAywqw+x63rUgxous4BKGi0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=P/8dKJUehLt3fewEdrg8fx0moVOd0WujtJr+UCkF+mWpNCCmrpOyezEqcMkkoYKD7 NTsiXs2rzi1/CB63zE1BdEmiBEjuGsLr47/btK+eP1Nf7GsPS2mDS6wNS8GyGxT5F0 Wc4k7U2xqXLnZXa/k1YvWTOVsSFu0cVyHBvmz7NA+q2fwwFJ7MQLjUk5Pms7u8VK4G Fru/CFFa3jJII7uT5u62GZV7QOGd9lCleU/a3FxbeSLZRb97mitXiw/aJQbV+Ua7Xz CRCDbdbc2OHTN5OTbUXDox4O1dZhNdTfqAduYpyNhiw0SDR8NF4ggi+hCdTZLeepF7 nxHDuQ+fW2sBw== Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id 9034217E0071; Tue, 17 Feb 2026 10:04:46 +0100 (CET) Message-ID: Date: Tue, 17 Feb 2026 10:04:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 5/6] arm64: dts: mediatek: mt8167: Add DRM nodes To: Luca Leonardo Scorcia , linux-mediatek@lists.infradead.org Cc: Chun-Kuang Hu , Philipp Zabel , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chunfeng Yun , Vinod Koul , Neil Armstrong , Matthias Brugger , Jitao Shi , Fabien Parent , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org References: <1e9cc053a4e80acfea492aaa186ed493115f318b.1771258407.git.l.scorcia@gmail.com> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <1e9cc053a4e80acfea492aaa186ed493115f318b.1771258407.git.l.scorcia@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Il 16/02/26 17:22, Luca Leonardo Scorcia ha scritto: > Add all the DRM nodes required to get DSI to work on MT8167 SoC. > > Signed-off-by: Luca Leonardo Scorcia Reviewed-by: AngeloGioacchino Del Regno