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 F04F018A6AD; Mon, 19 Aug 2024 17:14:39 +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=1724087680; cv=none; b=o9rZWNzmPOZz9pX2FsEVSkTTENtzgU5kToza5IiZV9rXFN9CETEpFUttx0beeGRo1Gw1IppyXNo5/L80akFqUu4hRkjBpT0Pdk/ZgoJRLDmJ6e02EbCrG26jSGOBgwCUlVarsnAZrWDiz2SUOSNsrRoyXDwP2myHl/PS05n3Oq8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724087680; c=relaxed/simple; bh=YYidCEjmEXUvYF7/etgGS8mYr8J9j/++nBJOBY7rXHw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZjB3NAgxUfnwOSz6AS4DhiuMm7/9wSfQemlkP5KWU31fCpECDXPkcerE3uNfT7JSjPs/xx26OvVmsDRslBX5RFIq16rWnaN6EsxOtnOv8eSY/RpgzInkY0UAA93k7WIqd5672kTBg7dDpex2f6Q/o7UsCO66VUhP1psT0jLgLMY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BOO+yzR7; 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="BOO+yzR7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5F41DC4AF10; Mon, 19 Aug 2024 17:14:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724087679; bh=YYidCEjmEXUvYF7/etgGS8mYr8J9j/++nBJOBY7rXHw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BOO+yzR74SlOh86aW67MODsCOB47I4n/6F1O106pRAOTgjTUUYSWAHN8mkl5XggWg XoKg22FyEesUAVrN2eBG1cyVOVwjHOJVKYTU3VzPR9AR7Wolzk/7+3MhiDExfWQvB3 +V6BDSNW0HO5vV++kaocRuKTJP2O7Uu2IpCn2CLz3OHB1l1FFfPa57Ezx2vTR2sKB2 R1BK9+1Iq4DDPRjgZlR8/sa7VSSEFrgOltJj4x0Dk76fhZUipOXvyJaFafnPGSuK7H 4/mcv0gskC8o6m4c2l7PjdwuAVd19DDMVxMg7xzmfcETRJ6/vKk+yXWpyj4Kwbnrh9 B7BnGuWTh0jOQ== Date: Mon, 19 Aug 2024 11:14:37 -0600 From: "Rob Herring (Arm)" To: Krzysztof Kozlowski Cc: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Marek Vasut , Yoshihiro Shimoda , linux-pci@vger.kernel.org, Lorenzo Pieralisi , Conor Dooley , linux-arm-kernel@lists.infradead.org, Masami Hiramatsu , Xiaowei Song , linux-kernel@vger.kernel.org, Bjorn Helgaas , Geert Uytterhoeven , linux-renesas-soc@vger.kernel.org, Binghui Wang , devicetree@vger.kernel.org, Krzysztof Kozlowski , Magnus Damm , Kunihiko Hayashi , Manivannan Sadhasivam Subject: Re: [PATCH 2/3] dt-bindings: PCI: renesas,pci-rcar-gen2: add top-level constraints Message-ID: <172408767657.1698317.12400518792693718628.robh@kernel.org> References: <20240818172843.121787-1-krzysztof.kozlowski@linaro.org> <20240818172843.121787-2-krzysztof.kozlowski@linaro.org> 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: <20240818172843.121787-2-krzysztof.kozlowski@linaro.org> On Sun, 18 Aug 2024 19:28:42 +0200, Krzysztof Kozlowski wrote: > Properties with variable number of items per each device are expected to > have widest constraints in top-level "properties:" block and further > customized (narrowed) in "if:then:". Add missing top-level constraints > for clocks and clock-names. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/pci/renesas,pci-rcar-gen2.yaml | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring (Arm)