From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oo1-f41.google.com (mail-oo1-f41.google.com [209.85.161.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B0FD198A; Fri, 8 Dec 2023 12:56:58 -0800 (PST) Received: by mail-oo1-f41.google.com with SMTP id 006d021491bc7-5906e03a7a4so1172595eaf.1; Fri, 08 Dec 2023 12:56:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702069018; x=1702673818; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=TI/RqiqFvfwN3vDT0QkLa8LwHknIXwgijnfQShjrLJw=; b=E/AueIah6En4PnfS4BFY9xAh84KmKXrPrRYcs5J77Gp1C6rhoXlp5dRPlHHmBVstE5 cz5xEP9PD2rdHIkLl1siZZF6kP0RwKsxPknvxtS/DiRGhmhEriYToyC6WbNpIv3JWT6h 8xdZbHScbpPY0TKDKdIYNI3i+fFCNLPDrczcevmhXzezQVt48IsYeTXpBnFoUJ1fJukT 6Bp32hGcMHJJZgZlwdClP5eLtg/GBDr7EobHV4ZYDfTtDIV29rok+NV26DxQwAZDqAev yQvPe/4kIYq0LHsaiFrIKzlOf6J6NX2cW2CFwCa3+3w+ESNwEPo6CgDlzqIzVF2zeQDr BIjA== X-Gm-Message-State: AOJu0Yw0JkbL09w+tfPMDDWu24k89VWg+71YXQI4I5eggR75IGfiO5Le mBAKrZSar6NNLnLwXQlYFg== X-Google-Smtp-Source: AGHT+IE+6K/3z/2u70S9BVpba++VIOXFUksuND4b533lXO0ykh5exfWRZHFXoGNaaWjNPyZNwFb41A== X-Received: by 2002:a05:6820:16a2:b0:590:7b3d:dbcf with SMTP id bc34-20020a05682016a200b005907b3ddbcfmr813210oob.5.1702069017743; Fri, 08 Dec 2023 12:56:57 -0800 (PST) Received: from herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id t9-20020a4a7609000000b0058d76e8ce0dsm444188ooc.36.2023.12.08.12.56.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Dec 2023 12:56:57 -0800 (PST) Received: (nullmailer pid 2688740 invoked by uid 1000); Fri, 08 Dec 2023 20:56:56 -0000 Date: Fri, 8 Dec 2023 14:56:56 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Conor Dooley , Konrad Dybcio , Bjorn Helgaas , devicetree@vger.kernel.org, Manivannan Sadhasivam , Andy Gross , linux-pci@vger.kernel.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Bjorn Andersson , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Lorenzo Pieralisi Subject: Re: [PATCH v3 2/4] dt-bindings: PCI: qcom: correct clocks for SC8180x Message-ID: <170206901570.2688701.11999628972316181537.robh@kernel.org> References: <20231208105155.36097-1-krzysztof.kozlowski@linaro.org> <20231208105155.36097-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: <20231208105155.36097-2-krzysztof.kozlowski@linaro.org> On Fri, 08 Dec 2023 11:51:53 +0100, Krzysztof Kozlowski wrote: > PCI node in Qualcomm SC8180x DTS has 8 clocks: > > sc8180x-primus.dtb: pci@1c00000: 'oneOf' conditional failed, one must be fixed: > ['pipe', 'aux', 'cfg', 'bus_master', 'bus_slave', 'slave_q2a', 'ref', 'tbu'] is too short > > Signed-off-by: Krzysztof Kozlowski > > --- > > Please take the patch via PCI tree. > > Changes in v3: > 1. Split from sm8150 change. Due to split/changes around sm8150, drop > Mani's Rb tag. > 2. Drop unneeded oneOf for clocks. > > Changes in v2: > 1. Add Acs/Rb. > 2. Correct error message for sm8150. > --- > .../devicetree/bindings/pci/qcom,pcie.yaml | 28 ++++++++++++++++++- > 1 file changed, 27 insertions(+), 1 deletion(-) > Acked-by: Rob Herring