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 C008D36C9CB; Mon, 11 May 2026 09:47:01 +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=1778492821; cv=none; b=IPlt+I4rnohMOYn/ZEYuvDQ4zofasnA1aUu0aGyoyWBAtRrwnbwXto+AYWCKwHs3m1Vvi6OZAoZ+NmDPujK+gBfcdIPMYDeqPE9ecMXsvtjg3W/qL4bVeTljIcZayMoxEdSUoKKZO0TUPCH1yhx+6qUzAK6GeZj0mILfgFfGaZ8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778492821; c=relaxed/simple; bh=BNrk5xl69HBmuVU58US/4LQ9osluyk+emTVHe4tINHo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=SSpJP1dnN0OT2ibOgZbSkuR+23lzQL9lZE5N4ZDOTyAvGPIbNh3/tw/CHjSiTZvazOy3rymAz6jsPfjHJZohwRNounOsW2Z6DrtcCxCMraQC/XRh7CHi7I8Fm8FNrgQhj+1Ot2OblyWhEKIfg93q++6g/cllTzoNUp21AHJ/33g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KwPjA9tV; 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="KwPjA9tV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99EADC2BCB0; Mon, 11 May 2026 09:46:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778492821; bh=BNrk5xl69HBmuVU58US/4LQ9osluyk+emTVHe4tINHo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KwPjA9tVszv+OUAwQN1ulEdIgTWu3AHXQt9h9NAuldKp+C3KvVbtbcnnAMSTOQwdf 69JkGOXvMgQT6hHSLdtLtABhu5bVFl7WM5I7prPR7p05hIVpBfA5RRS5cC5N5bA5gy HHkZSP05haKe3vHuLp0BMX07E9u5dKURbtzoa2mA/J4qOgDDmLQH0uKFiE7wzavtLt KOfyqOKcDx4HCf8CCM6w2sUHF8tX91fL4tRHYHiogvxn8POBnYMlDyIn5bhMc2J21N HRSGf+W6Gnqi75SlaiU/m9x9GWtIVmJEgB2beZPbFQIX7gK5QmGWn+WRLCLFDkamzc a8IFouTzyU8lw== Message-ID: <556b78d3-f353-4f0b-993b-d4566f55a9b1@kernel.org> Date: Mon, 11 May 2026 11:46:56 +0200 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 2/2] drm/mediatek: dsi: Add compatible for mt8167-dsi To: Luca Leonardo Scorcia , linux-mediatek@lists.infradead.org Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , Chun-Kuang Hu , Philipp Zabel , David Airlie , Simona Vetter , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org References: <20260505214541.333657-1-l.scorcia@gmail.com> <20260505214541.333657-3-l.scorcia@gmail.com> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20260505214541.333657-3-l.scorcia@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 5/5/26 23:45, Luca Leonardo Scorcia wrote: > The mt8167 DSI controller is fully compatible with the one found in > mt2701. Unfortunately the device tree has a dedicated compatible for > mt8167 since 2022 and it cannot be changed with a fallback nor removed at > this point. The only way to get the device to work is to add the > compatible to the driver. > > Signed-off-by: Luca Leonardo Scorcia Reviewed-by: AngeloGioacchino Del Regno