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 5F8B725D216; Mon, 9 Feb 2026 17:07:16 +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=1770656836; cv=none; b=a49njJ1q/I6dPoSjVGs0f3A4Z3C4exBV/AZ3LLOEytPxt5pjuowg+Gz5Aq5VubXlMpC7LSCmh8BrOwGCPyvgElEV5rTfazQXbp/U01wzM+XW31rLbG8rFDgQjytEo4yXMlS6A3NSb2vaIznFFQzH7QkFtDelrA0rXc3CT29KVLs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770656836; c=relaxed/simple; bh=J+WYEI5OUDp7zyfOKZk30amsbMvkzUJwFhvzQ5y6oR4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=alWZtswq7zZjJPfA2AzUjGXEVRL/bMER9fg0rXGvvTdBdJbiDLO8DfTMHkfqfxVViV6ZyKJKUUVXBOazrtSUXtxRWxxSth4EwHJGYxuDEa0+EEtmn20I9flDp92mTIMwQwMW5FgrpKMbIm5E66C3YPXocIYu7lqXHE7bHgXQUeA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HhumkFC+; 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="HhumkFC+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6057C116C6; Mon, 9 Feb 2026 17:07:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770656836; bh=J+WYEI5OUDp7zyfOKZk30amsbMvkzUJwFhvzQ5y6oR4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HhumkFC++ogiQ7jS9HsG52pKyGtFBNa2XKipTyORg04zQgghJR5+IXxLpF7yoZdJi NXCOHbpQFakxdR12+BWe/2Y5CHZJ/vTlRksXYTlvTOjHiHNEAOoNQVgbFw6MWsXbd0 dqmUOmTRjnA7DQJ++IxGgEA6mtOQFoJSA+E/PyS0oMdeieYjQVnjRFot10scPxHy06 V1Wt/Pdcx61uYC6MdGZMnYeM/ICryJOO3cfyeOv/wiIKPgPOOqBHGayBvTT+6Sq6dN 9gNOip0aJRl4SCaYEoe5oC+R140uR2DmRO9e8TKyQLuIAb5REZWr1OafYtg82uRBcj Sj9JqbRBL574w== Date: Mon, 9 Feb 2026 11:07:14 -0600 From: Rob Herring To: Konrad Dybcio Cc: webgeek1234@gmail.com, Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Conor Dooley , Kumar Sharma , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Lei Chen Subject: Re: [PATCH 2/3] arm64: dts: qcom: sm8550: Add tz-log node Message-ID: <20260209170714.GB1401643-robh@kernel.org> References: <20260129-sm8550-abl-dtbo-v1-0-abca3be14024@gmail.com> <20260129-sm8550-abl-dtbo-v1-2-abca3be14024@gmail.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: On Fri, Jan 30, 2026 at 11:59:15AM +0100, Konrad Dybcio wrote: > On 1/29/26 8:46 AM, Aaron Kling via B4 Relay wrote: > > From: Lei Chen > > > > Add DT node to enable tz-log driver. > > > > Signed-off-by: Lei Chen > > Signed-off-by: Aaron Kling > > --- > > It's nice that you preserved the original authorship. > > Please extend the rather lackluster commit message to explain the > "why", which is notably different from the original downstream > addition, since your goal here is to mainly appease a grumpy > bootloader. Humm, that's certainly good to know. Though I don't think it will help the case for this binding. Rob