From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (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 0E1632F0C71; Tue, 17 Feb 2026 09:05:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771319144; cv=none; b=jLZ3alwuhrf9hRnZy9jIdfaBf8Y40sMFymNJJUlDP28xQL9XdOkESjMfZaWeiZT/7BnDEK6WQvs/SQEUbqzfhhIGp6nowsiYdzIU3cnEUTf7R27XCH7eqPCroaKyh1cAiGQgSSCqm11mNS80qV1d7pkeirXXeh8ugHcDxxqcCcE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771319144; c=relaxed/simple; bh=w2BE5Q8cKth9ANkhgEdztnALDSfiP3B4NObm0vMv9O8=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Ej0PIcsjl6kqjasYLdIT+xY0GMjF31m5u5nFDl9EUAQkGh9reRKcyIiYjNnTljxu2mFWxCR0028tisEOi0Qym9JhBZBDbw2DDfEVy/WybKpDdVoz0I0rkooBC1qyE7m0C6jTvY/Cp0Lu9bpiUL2FCiW9ajHefxbBLUxbIViOFec= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=KJ9Uds9f; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="KJ9Uds9f" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1771319141; bh=w2BE5Q8cKth9ANkhgEdztnALDSfiP3B4NObm0vMv9O8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KJ9Uds9fP9txb+XUDXpbGXb2lGbuYwBxK7Ej8XJMLsaOnvD6klPqfnC8sp8rjMkqv DU/s5n+e3LbSuFgmf54DN9utT+ef5Wili+GqcnP2WhFo9YJ3e1SOJiwXEHlyPpFmnI qq8XHEKxLbStTpTyc3lywjXf+tVt9UivahP2YqpMZ+i4dK95LM9IEyfpada2qOEC9A iSg0LhBORyjAdrVxJtoFW4Au6zeU/PvrYDKS4RW08eW960LSSjFfoyI0nBchQbRHfC /emOQif9djeciNZUq4iV8eZoU0IGPJYspXZtMRYIU1BDx2SOu2hp5zHxN9LcpC0rfF s1Z4ZVIMaPRmQ== 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) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id 8BA2717E04DC; Tue, 17 Feb 2026 10:05:40 +0100 (CET) Message-ID: <13e4446b-ce84-4511-80ff-e223ac8c6aad@collabora.com> Date: Tue, 17 Feb 2026 10:05:39 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 6/6] gpu: drm: mediatek: ovl: add specific entry for mt8167 To: Luca Leonardo Scorcia , linux-mediatek@lists.infradead.org Cc: Val Packett , Chun-Kuang Hu , Philipp Zabel , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , 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: From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 16/02/26 17:22, Luca Leonardo Scorcia ha scritto: > From: Val Packett > > From: Val Packett Whoops, for some reason, you got the From line twice here. Something to note for the next time. > > While this configuration is otherwise identical to mt8173, according > to Android kernel sources, this SoC does need smi_id_en. > > Signed-off-by: Val Packett > Signed-off-by: Luca Leonardo Scorcia > Reviewed-by: AngeloGioacchino Del Regno Cheers, Angelo