From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) (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 7610CAD5E; Tue, 5 Mar 2024 05:39:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.23.249 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709617153; cv=none; b=i5/jy9fu2ErU6ntdM9c6qLOoDxl3pO8Xfo5Um+YIUk5kJf/Ak0a1IMAP8/eGFbaMBf4duX0OFyNVUMyKePBtyed8Zap/JHHrC9ALnB/bQYnjQud85FULctrPDAUFO5qraI0fnZCfCZh4t02s019XXaOYAU7gG17aihkv6v4DMsk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709617153; c=relaxed/simple; bh=hUVkvGe/8tYwd184e2oQrO3kaT4UCfnUSnJaMICC4lo=; h=Message-ID:Date:MIME-Version:Subject:To:CC:References:From: In-Reply-To:Content-Type; b=HfTp48+jWafqkLaDqW1wiVsPSSw2NHlTS3E0h52sXq2KzYkv+rg+kgQ6J9ufEGOzCvF8m+cRH+ZlDpP+tWllqo2RmZndQKttorNOBnuMn577S1naaqugnX8RHHh4zVsGeeReamsiTRurOI373CO8XEgJrL1T2e1MAyH+UqXU/gI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=taBipomW; arc=none smtp.client-ip=198.47.23.249 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="taBipomW" Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 4255d1RF096702; Mon, 4 Mar 2024 23:39:01 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1709617141; bh=DwJ3/VlhfKTDqxCVbaSdIfpNgoltrF9Ybm/F45DIvA8=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=taBipomWQpH+mQL2Ill8HvrEMJZnSkqwjW4inwB9qpafQwIT5ixwxosgBq629fP5j nFKf033DjgcpGoMapFtxUgOI8/SXuztUbmNS85uhINCjYsIadx5NIqJ7AGXgp8gXKZ C/9luxvUnJJ07JMXoKwyoJ54EAKlrVYK7bX5RPms= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 4255d1nX076610 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 4 Mar 2024 23:39:01 -0600 Received: from DFLE106.ent.ti.com (10.64.6.27) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 4 Mar 2024 23:39:00 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Mon, 4 Mar 2024 23:39:00 -0600 Received: from [172.24.227.68] (dhruva.dhcp.ti.com [172.24.227.68]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 4255cuZP048092; Mon, 4 Mar 2024 23:38:56 -0600 Message-ID: Date: Tue, 5 Mar 2024 11:08:55 +0530 Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] dt-bindings: opp: drop maxItems from inner items Content-Language: en-US To: David Heidelberg , Viresh Kumar , Nishanth Menon , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Manivannan Sadhasivam , Bjorn Andersson CC: Viresh Kumar , Krzysztof Kozlowski , , , References: <20240304234328.382467-1-david@ixit.cz> From: Dhruva Gole In-Reply-To: <20240304234328.382467-1-david@ixit.cz> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi, On 05/03/24 05:13, David Heidelberg wrote: > With recent changes within matrix dimensions calculation, > dropping maxItems: 1 provides a warning-free run. > > Fixes warning such as: > arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dtb: opp-table: opp-200000000:opp-hz:0: [200000000, 0, 0, 150000000, 0, 0, 0, 0, 300000000] is too long > > Fixes: 3cb16ad69bef ("dt-bindings: opp: accept array of frequencies") > Suggested-by: Rob Herring > Signed-off-by: David Heidelberg > --- > follow-up of https://lore.kernel.org/lkml/20231229191038.247258-1-david@ixit.cz/T/ > > Documentation/devicetree/bindings/opp/opp-v2-base.yaml | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/opp/opp-v2-base.yaml b/Documentation/devicetree/bindings/opp/opp-v2-base.yaml > index e2f8f7af3cf4..b1bb87c865ed 100644 > --- a/Documentation/devicetree/bindings/opp/opp-v2-base.yaml > +++ b/Documentation/devicetree/bindings/opp/opp-v2-base.yaml > @@ -57,8 +57,6 @@ patternProperties: > specific binding. > minItems: 1 > maxItems: 32 > - items: > - maxItems: 1 Thanks for the fix, Reviewed-by: Dhruva Gole -- Thanks and Regards, Dhruva Gole