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 2CF50393DCF; Wed, 25 Feb 2026 10:55:27 +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=1772016928; cv=none; b=Jj+MoUHtEd3Hwe96OQugxTAcX90UpDvlXv7/zButDfyQBr8zwhZaKoSiz750UsrPUiEgh1BiX7EeN5/PCg50f2KxXLElZ3pWQDLHn648gKVViwfOkCJVghqcfTcWrTUc1TF5XZ1kOuf04fnrn0g8lI4K4P+7FRf4P2029kNOAr0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772016928; c=relaxed/simple; bh=OxGgfo+ZpaLu6Bi1wZtbUe76fI8tY1bhVNTo/MAqvB4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=B7wRmJFHOqWuWIxCCH3Auoiv8bFoGgQ8zVHaCFeTfLEATXZ7SA6r+IFa3ZPy6+nBmUxjBH30HmCKUO2bPNysFRY0RMkOhNXVF95Zl3oRDKMAW/UXXlWEpf4lv3TIDHBaU7H7LRT47a1tsRhKIXePVNNlmJYqkS/khbHyLA7SUNA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Uzs9wf9K; 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="Uzs9wf9K" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4F32FC19421; Wed, 25 Feb 2026 10:55:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772016927; bh=OxGgfo+ZpaLu6Bi1wZtbUe76fI8tY1bhVNTo/MAqvB4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Uzs9wf9KlsXyQrrjIMa6E5y6s7XQquwzOM+/WgguLH7o/GvzrI99niBGxeC/4EwQS YG/vVlgay+Ddx2ItNaFz2Z9fnJfgWcjWtY+7YZlVC5VHCvFi9uao+jW7nk/lPQXuon JAALqsCax5Fznqhm8UD3phGHlmn2HRCh3AILtg5O7T9CJDY8Hh3VqXMV/87ovhqefS wNm/AT5g0KyqcCK2rwilZmciMYrvfs91z+5313MCBSR9wYgKxSYe/PMw6Y/cCTFATy 2Xc6FAOAfeIou4z490YSxvKtoAGdfcaYIs1vO16jH5TCLVf/M8sQdfOEf7qqg9BZFn CmqI0hOcftL7w== Date: Wed, 25 Feb 2026 11:55:25 +0100 From: Krzysztof Kozlowski To: Abel Vesa Cc: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] dt-bindings: arm: qcom: Document Eliza and its MTP board Message-ID: <20260225-aromatic-rough-cuttlefish-eda787@quoll> References: <20260224-eliza-base-dt-v1-0-54e8e3a5fe43@oss.qualcomm.com> <20260224-eliza-base-dt-v1-1-54e8e3a5fe43@oss.qualcomm.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=utf-8 Content-Disposition: inline In-Reply-To: <20260224-eliza-base-dt-v1-1-54e8e3a5fe43@oss.qualcomm.com> On Tue, Feb 24, 2026 at 02:13:25PM +0200, Abel Vesa wrote: > Qualcomm Eliza is a high-tier SoC designed for mobile platforms. Not for mobile platforms. Or not completely, so better do not add untrue/incomplete statements. For example I sent CQ7790 SoC IDs which are Eliza and are not mobile platforms. See also explanation in my commits/cover letter. > The reference development platform for the Eliza SoC is the Mobile Test > Platform (MTP). I would not claim that MTP is the reference development platform. It is one of the platforms we got, even though the SoC we are doing is not mobile and has no modem. All these claims then confuse people saying you need to cc some other lists, because MTP is mobile. No. It not, even if they call it like that. Thing without modem cannot be mobile as in "mobile phone". > > Document both the SoC and MTP board compatibles. Best regards, Krzysztof