From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0214C4321E for ; Wed, 30 Nov 2022 17:52:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229636AbiK3Rwz (ORCPT ); Wed, 30 Nov 2022 12:52:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49790 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229925AbiK3Rww (ORCPT ); Wed, 30 Nov 2022 12:52:52 -0500 Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47A8D218F; Wed, 30 Nov 2022 09:52:51 -0800 (PST) Received: by mail-oi1-f178.google.com with SMTP id s141so1831527oie.10; Wed, 30 Nov 2022 09:52:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=RSlps2lO6kCxeY6Q9GE4IYnCWFyrr/PGTU9AP8KVTOU=; b=BdqdwvuxZed+uxbWHNp2ciRAeuu9XctVJ1z6ESLwVj51sv4iS61SSPyIOg2RhPQmf/ MsqzIFCeWBdI6BAkkbQSnmPYs0T7znlFQVRj8mbkAbdkTat0UTH1KSLk4iJ+5N+/Js3y +dT/lp4aP9ggsLbkF8EDSyTU5YfbWPQhvILDbu/1O2yLsjtTmn4PqJWP92GnnLqqCqSS imDIGIEKtRg37yB44qk2gmMH+GwS/Ec5M72f2rUOudiY85Tl1O9/GNDan1UJ3UZO3BYG C5mSffDeEqBbQVtIytvnQysP/Aa4NqSIxQqjAtaspBd4R5abrWWVW9CR3TtCM9FfMK7f 1vaQ== X-Gm-Message-State: ANoB5pm0q08aFqdS7WpRSFQgGjmidJ/dzt+ewhUWpdK3OSpWd/XGne8b ZoGTKDparQYsSDmXZhkV8UySUcVfKA== X-Google-Smtp-Source: AA0mqf6haeFjN9z5n+Ry7PT0y+LyzMDXnOYGF7JGBkzg+/Ez7jTH186tItTcf9QGXPvoZD1q9xtz1w== X-Received: by 2002:aca:1705:0:b0:35a:528b:d6e8 with SMTP id j5-20020aca1705000000b0035a528bd6e8mr31333729oii.146.1669830770480; Wed, 30 Nov 2022 09:52:50 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id t15-20020a056808158f00b00353fe4fb4casm858126oiw.48.2022.11.30.09.52.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Nov 2022 09:52:50 -0800 (PST) Received: (nullmailer pid 2517901 invoked by uid 1000); Wed, 30 Nov 2022 17:52:49 -0000 Date: Wed, 30 Nov 2022 11:52:48 -0600 From: Rob Herring To: Dmitry Baryshkov Cc: devicetree@vger.kernel.org, Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Philipp Zabel , Krzysztof Kozlowski , linux-pci@vger.kernel.org, Johan Hovold , Lorenzo Pieralisi , Bjorn Andersson , Vinod Koul , Rob Herring , linux-phy@lists.infradead.org, Bjorn Helgaas , Kishon Vijay Abraham I , Jingoo Han , =?utf-8?q?=2C?=linux-arm-msm@vger.kernel.org, Konrad Dybcio , Gustavo Pimentel , Andy Gross Subject: Re: [PATCH v4 1/8] dt-bindings: PCI: qcom: Add sm8350 to bindings Message-ID: <166983076821.2517843.6476270112700027226.robh@kernel.org> References: <20221118233242.2904088-1-dmitry.baryshkov@linaro.org> <20221118233242.2904088-2-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221118233242.2904088-2-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 19 Nov 2022 01:32:35 +0200, Dmitry Baryshkov wrote: > Add bindings for two PCIe hosts on SM8350 platform. The only difference > between them is in the aggre0 clock, which warrants the oneOf clause for > the clocks properties. > > Signed-off-by: Dmitry Baryshkov > --- > .../devicetree/bindings/pci/qcom,pcie.yaml | 32 +++++++++++++++++++ > 1 file changed, 32 insertions(+) > Reviewed-by: Rob Herring