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 56BAC356745; Tue, 26 May 2026 09:09:33 +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=1779786575; cv=none; b=JuE9/HOMvJXlezxP9j3tion5om9OkRL11YUtDjLz1Pd8jeRQRA+ZDbt2R/nW+1Kx2PZE1NGNPn5XlFXnk+le7SXmjZSgjFBFrvGgEyhx2fAiNAWQSbCefqe8pj6OaqOhtI3Wrca6DlPAq9mlxBbyl1Iw8uhNhckP+w1xn6HawAs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779786575; c=relaxed/simple; bh=8LusY6CJqo8B0HbL2qHzj5F9rCZk3nEy/GM32I00w/M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=N/pRQ0DgK9l5R5B3BqUjYAjg4gmo1nKWbWF9p54Tayguu0j6cCYBVrTPdQVkrGamNW9KJzM3vnTR3QJzKAH4A8t3xJoqYCuUJMMS/3GsUt8a1g4aCmQTo/FcBQxVq1BjvlhSD/Hu5S4I5vjtjpSd6LAcQOAzynmbzdyMhi96u7g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Sr4TK/H4; 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="Sr4TK/H4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 560E61F000E9; Tue, 26 May 2026 09:09:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779786573; bh=FlSKCiNhqqL+XoMGkk6bTP77IH4btbThHUGNEBoTSgE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Sr4TK/H4THR9CHvd8DogA/JHdxvY7w3cnO+QiBAj/uKbdt553iSIiu9fSYvJrg73A EDiOoeC/lgyE+1V6D8hWi1JIliEvxGp02r7bUQ2k1/4hCjPijCrg1Vx5JrQtBUspDx xzJmmGnrvRFiaGddkSROxuqVR6ftWkZEQhlMWYoMGBnT1Ju2mBhdFTtsrCTMaAbvSB bT7xFPa+rIIFKEvq7u3wtqEQV5zmGetsaiaE8SV4gPNKY4eW81E5C5tYzTKYmy8OAg n7OVSNQJ1IMk0c/rPuqGNjOBECCPz2nAuCQy/zhF+HebHcDCdDH1HdF8Tb1HlkxsP9 PrPE1nimUfXJA== Date: Tue, 26 May 2026 11:09:31 +0200 From: Krzysztof Kozlowski To: Sibi Sankar Cc: robh@kernel.org, srini@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, andersson@kernel.org, konradybcio@kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, prasad.kumpatla@oss.qualcomm.com Subject: Re: [PATCH V9 1/3] dt-bindings: soundwire: qcom: Increase max data ports to 17 Message-ID: <20260526-grateful-shiny-buffalo-159db1@quoll> References: <20260523085511.2532669-1-sibi.sankar@oss.qualcomm.com> <20260523085511.2532669-2-sibi.sankar@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: <20260523085511.2532669-2-sibi.sankar@oss.qualcomm.com> On Sat, May 23, 2026 at 02:25:09PM +0530, Sibi Sankar wrote: > Bump the maxItems from 16 to 17 for all qcom,ports-* properties to > accommodate SoundWire controllers v3.1.0 with 17 data ports. > > Signed-off-by: Sibi Sankar > --- > .../bindings/soundwire/qcom,soundwire.yaml | 20 +++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) v3.1.0 is already listed there, so please provide in the commit msg the name of the SoC which has 17 ports. Best regards, Krzysztof