From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 6452544A739; Thu, 11 Jun 2026 18:18:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781201925; cv=none; b=m0nOECI+PhofYrsQhded4cy8LprM3+ys4EE46ytLkXarbefHR/SRav5QZdQ1dOuI7FmusMulo/scimsx5GGU7V9fYFuhSLfo5N5gsbEFjwnffyep8qv1HulQDHfAXsAoxb2ZgkUvwFH3Jgu88Kjiobcuj6rLKGsZOuM5E4y1hfo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781201925; c=relaxed/simple; bh=031qLjuDRfakEuZQ/std6tMWIl4uwcgzuDI8YGO20Qo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pqDLX3FDNghgNnGUTGerTE1Y/bbYI/NjlUyt3NUqfJtW+/o8uD0nRq+KvIordig2qTdaX6obHRHcBK7v87GIq/yrKvkszb6DfQELqaktLD+TO6a8r/Qq1CUcu9H9JawyIfEBx5byewkzyNhYAFPlFpfpZ/e+R9Ec0dSbi/zWr3U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fZvC0BiE; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fZvC0BiE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9023D1F000E9; Thu, 11 Jun 2026 18:18:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781201922; bh=hFDThq6/pkUuUwQ7LYJNLndIpy/hj5He8RSY5SpOSt8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=fZvC0BiEi32YEBEdq5HvP5IDSdLpIuV9cUDrDHwtdZou2rrIQMM0GccYpPAWbQDBp W02MrzBwmpHNpLj87aspCMDaAPfDCIohPlhA0unELniCoZYpFuLapjdy9UalsAttX4 xawD7WHb7gwdyhDsutvgskPg14AGRFZylTCAPBUKSI02BdDpwlQGPyKOEusJtYzEug 4w6LXBbeSC/LE3EGxzXOeCDvi1K5YCVwTe7/l7CSjuGkvJ+W8T0Fb3nbz93FvMhwUY Hqh0OtjqAtjAmSNY24k3ccNGdcct7+d82HTKY4MJCIXyDARba7v+uLOVYvttbpt/vT doJIkh0NBBjrA== Date: Thu, 11 Jun 2026 13:18:41 -0500 From: Rob Herring To: Komal Bajaj Cc: Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , Neil Armstrong , Wesley Cheng , Ulf Hansson , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-mmc@vger.kernel.org, monish.chunara@oss.qualcomm.com Subject: Re: [PATCH v5 1/5] dt-bindings: arm: qcom: Document Shikra and its EVK boards Message-ID: <20260611181841.GA3163205-robh@kernel.org> References: <20260611-shikra-dt-v5-0-103ed26a8529@oss.qualcomm.com> <20260611-shikra-dt-v5-1-103ed26a8529@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=us-ascii Content-Disposition: inline In-Reply-To: <20260611-shikra-dt-v5-1-103ed26a8529@oss.qualcomm.com> On Thu, Jun 11, 2026 at 03:40:08PM +0530, Komal Bajaj wrote: > Shikra is a Qualcomm IoT SoC available in a System-on-Module (SoM) > form factor. The SoM integrates the Shikra SoC, PMICs, and essential > passives, and is designed to be mounted on carrier boards. > > Three eSoM variant are introduced: > - CQM: retail variant with integrated modem (PM4125 and PM8005 PMIC) > - CQS: retail variant without modem (PM4125 and PM8005 PMIC) > - IQS: industrial-grade variant without modem (PM8150 PMIC) > > Each SoM variant pairs with a common EVK carrier board provides debug > UART, USB, and other peripheral interfaces. > > Add compatible strings for the CQ2390M, CQ2390S, IQ2390S SoM variant and > its corresponding EVK boards. > > Signed-off-by: Komal Bajaj Missing Krzysztof's reviewed-by.