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 E01B4C433EF for ; Wed, 6 Apr 2022 19:48:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232556AbiDFTuc (ORCPT ); Wed, 6 Apr 2022 15:50:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232605AbiDFTt7 (ORCPT ); Wed, 6 Apr 2022 15:49:59 -0400 Received: from mail-oa1-f54.google.com (mail-oa1-f54.google.com [209.85.160.54]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52826D744B; Wed, 6 Apr 2022 11:15:38 -0700 (PDT) Received: by mail-oa1-f54.google.com with SMTP id 586e51a60fabf-e2442907a1so3443575fac.8; Wed, 06 Apr 2022 11:15:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=s3V1PFwe9rE77F+7x5UasRWtgjGiTdBLaqAI0HJqIdo=; b=wGW0lgwaPEg33R0k7JDOHuzlHiRc9J9Zoxtcx4ykrNkhhmWF3D/q9ysRfAFaHniUXG 2C5Pa5VBSM2Rb+glf5qmBkoxkt5lppkt7WtvUd+M5quyO66Y0318vL4iFKullSDeB6Kp U6EfdD6r+5myoqGz5qfb+Bm56jIjrRv3lc0yw/1ZbGUidOXYlY5A7YfLTct2M9yO2krV YoG1Bxa+1v0BFmRkwuXfdm57OhclZeCd/aQYQXkSliGvfNGiRmreWPUwYd/HhHQYQgph o7d2XOmpKhvtZ5aDCWBM7YGjiixrCq8c4zqbIEj76FUwLImaQvvOjVUqVWZ+aLZKAuxP kBiA== X-Gm-Message-State: AOAM533DITv3pDLoGvith96b/Hq80Zi585799qw611bAw0iQzxJIknYW H1hYSnRhQC0n2AdcLU32Tw== X-Google-Smtp-Source: ABdhPJxaErLxKvwtfnFiclNzDL0x+cHYc94G6xikddI1x3YgPGVmN4GtYn8wVM3GKsgnuKPy9HhmzA== X-Received: by 2002:a05:6870:32d6:b0:e2:1d27:bd55 with SMTP id r22-20020a05687032d600b000e21d27bd55mr4473906oac.201.1649268937372; Wed, 06 Apr 2022 11:15:37 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id a17-20020a4ae931000000b0032933be7230sm5547206ooe.4.2022.04.06.11.15.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Apr 2022 11:15:37 -0700 (PDT) Received: (nullmailer pid 2525379 invoked by uid 1000); Wed, 06 Apr 2022 18:15:36 -0000 Date: Wed, 6 Apr 2022 13:15:36 -0500 From: Rob Herring To: Kunihiko Hayashi Cc: devicetree@vger.kernel.org, Bjorn Helgaas , Rob Herring , Krzysztof Kozlowski , linux-pci@vger.kernel.org, Masami Hiramatsu , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jingoo Han , Gustavo Pimentel Subject: Re: [PATCH 2/3] dt-bindings: PCI: uniphier-ep: Clean up reg, clocks, resets, and their names using compatible string Message-ID: References: <1649145062-29833-1-git-send-email-hayashi.kunihiko@socionext.com> <1649145062-29833-3-git-send-email-hayashi.kunihiko@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1649145062-29833-3-git-send-email-hayashi.kunihiko@socionext.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 05 Apr 2022 16:51:01 +0900, Kunihiko Hayashi wrote: > Instead of "oneOf:" choices, use "allOf:" and "if:" to define reg, clocks, > resets, and their names that can be taken by the compatible string. > > The order of their names doesn't change here. > > Signed-off-by: Kunihiko Hayashi > --- > .../pci/socionext,uniphier-pcie-ep.yaml | 84 ++++++++++++------- > 1 file changed, 56 insertions(+), 28 deletions(-) > Reviewed-by: Rob Herring