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 99F983AEF23; Tue, 10 Mar 2026 02:47:41 +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=1773110861; cv=none; b=O6I6LSKxXx3/C01gkJVFAWaBWQPkMf4M//BIlMFnggpql0HxFMogp69iYR+2htE5T/Xeg/QQ8A7Et5Gjw4+5MOfGilSAb8UlQKmkY9anDS8S3oJxnBzo6ShCwm0r6nclQFxaxn4JmugMkVmgqy/ElXh9Dkeucl8yy6B9RZkzWlo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773110861; c=relaxed/simple; bh=6mcRcqz6B9RAVnEMiUIvXUDEY8IgBGFeCLWjp8qQhvA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=OUlOkaFYXY2zUu4nIz0Tk6zRZg693zwxIGJya3b1hDMPvW/cDYYeqUijtcZsns2y7koqsUDC4c52lPCNrLtCunIktrnUiq6Lrqi020gkPF10He5mXJrRhG2yBd179sz8vXSiJhzUTfP7tuzsXXnCoeB824lQyVHBRpgFVH36kZg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PF1Fo7OH; 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="PF1Fo7OH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F0E2C19423; Tue, 10 Mar 2026 02:47:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773110859; bh=6mcRcqz6B9RAVnEMiUIvXUDEY8IgBGFeCLWjp8qQhvA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PF1Fo7OH6ajwx25UUfCKTMh3VbNyrnCYiPgAduXWoIBqz5bpMKkGLhatnuhki1Kkx TeHjD+6m9ugLWdSjPsjh1JbALiUiPBlnkn7rHZNqgtwQFea18UpmE1azYOBuDyo4Fv 434hP3jzGOAmqD0Bezlj4KNwceWWtGiPK0OtxER51jJVjD796HIdOpU3yD4hfdoI6W SeiNNi1sj2c2FYozF2fVA+eWQJL+MlHzCMH3d15TQd3h/nEUMEGawuKovK7QA6X3fK YyCmXPdgz6INNz9HZ95HYRkiM9eP0n1Oo9nDBeH9bA/vi0zJn22jDy5wxy63QszDIS OMwTv71oHOeVg== From: Bjorn Andersson To: Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Mukesh Ojha Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Konrad Dybcio Subject: Re: [PATCH v2 0/3] arm64: dts: qcom: Add EL2 overlay support Date: Mon, 9 Mar 2026 21:45:41 -0500 Message-ID: <177311073315.23763.2004308327563144008.b4-ty@kernel.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260127-talos-el2-overlay-v2-0-b6a2266532c4@oss.qualcomm.com> References: <20260127-talos-el2-overlay-v2-0-b6a2266532c4@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On Tue, 27 Jan 2026 17:13:47 +0530, Mukesh Ojha wrote: > We have recently added initial EL2 overlay support for Lemans and there > it was not disabling zap-shader as GPU changes were not available. Lets > disables the zap-shader there. And in the similar lines add support for > Monaco and Talos SoC variants as well which support EL2 configuration. > > Talos GPU changes are not merged so its overlay file has dependency > on https://lore.kernel.org/lkml/20260121-qcs615-spin-2-v7-0-52419b263e92@oss.qualcomm.com/#t > > [...] Applied, thanks! [1/3] arm64: dts: qcom: lemans: disable zap-shader for EL2 configuration commit: b3e0db9d8ec0fbb7367313d888b1bc3cc32cdffc [2/3] arm64: dts: qcom: monaco: Add EL2 overlay commit: a3e3203d04e6d25bbd2ee678d82b833af53461a8 [3/3] arm64: dts: qcom: talos: Add EL2 overlay (no commit info) Best regards, -- Bjorn Andersson