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 DA0C4C43334 for ; Sat, 23 Jul 2022 17:49:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229562AbiGWRtV (ORCPT ); Sat, 23 Jul 2022 13:49:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237240AbiGWRtU (ORCPT ); Sat, 23 Jul 2022 13:49:20 -0400 Received: from mail-lf1-x131.google.com (mail-lf1-x131.google.com [IPv6:2a00:1450:4864:20::131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 410E41F608 for ; Sat, 23 Jul 2022 10:49:14 -0700 (PDT) Received: by mail-lf1-x131.google.com with SMTP id bp17so12307416lfb.3 for ; Sat, 23 Jul 2022 10:49:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=3WvhIh/bRaogkR+V5wEnXmkMdkRVdBNsY2erUf6SfCw=; b=KLNcDQXRrBybFG8VEBcJF0pSEIFy6VuBLkNOhJ6RO9D/JV6tC1kS29CgaNFF3tUq2d etKvTfiJQgUxCnukAAz2I1IDrReOHFBV9CYX4v92bk/V4/zTOXwBtZGRT7LVyu6b8Tl2 sikWSkHUQRpn6pW/TAqG5xtuGHCiM+jMsYZLvq70/H0wdNPvezf7kRlFadV3Tbq9wORN FeQ6SAxMelZBozoJSC7z3zBAFtGRxA0HN6R1dLL/ENk4E9hfD6ntogFP+Tj8UsJIcQlb DO434UmR7bQ2KT0us7mJZlvrAW2ySA0lpEqtBhdpmJwnQHxsk/2COnr3M6awQhoQqxgE P8Cw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=3WvhIh/bRaogkR+V5wEnXmkMdkRVdBNsY2erUf6SfCw=; b=5Xx4ADbzIrwOFK0lTNJ3oOhshEfwUrgz+FCklyNEfMYKsXufULk6QUzirkrbqO2r8v 7JTwtSAoO/3xrQ6n86FRIzyy/uYwe8keJ9rCvIML02TTsACN9/2c3BmgJfwL9Z4PUO7q PkL4KqTvAB8edBTjw3k1AyfkMvbUkpxLlKtIFMSbTLm+2ZrXJeN8Y2VsbLPIYzYiekw6 FkV8wQPoeSW7QcmTiU5iklpM3e0pZUvvhwkrdGBD67OAy56LdDQ1OnP5rjChYvYJFc3J eIF0Kq51O5O50lajcomQOmhJ4RrM3YYOhIsG+Is802FEXG7Sd8l+JQN7trh0ci+kPdtC N0+Q== X-Gm-Message-State: AJIora+Kge6rlZnl2tfBuAemoyrWw20Wg0GQIx9ElF3C+KPmZDTwWV8y 4Mh+sQx0zXZBHHBDQECrWBVIug== X-Google-Smtp-Source: AGRyM1sl3JYeLHur2ZAmMDmY8dWer+ZIK1ui6a9+vZol8JLb4s6rFjzmFJbsXgVmKrBm9qjort4AZQ== X-Received: by 2002:a05:6512:13a3:b0:486:e7fb:c4f2 with SMTP id p35-20020a05651213a300b00486e7fbc4f2mr1970563lfa.175.1658598552406; Sat, 23 Jul 2022 10:49:12 -0700 (PDT) Received: from [192.168.10.173] (93.81-167-86.customer.lyse.net. [81.167.86.93]) by smtp.gmail.com with ESMTPSA id k11-20020ac257cb000000b0047255d211c7sm362132lfo.246.2022.07.23.10.49.10 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 23 Jul 2022 10:49:11 -0700 (PDT) Message-ID: Date: Sat, 23 Jul 2022 19:49:09 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 1/3] dt-bindings: arm: qcom: stop describing individual boards Content-Language: en-US To: Dmitry Baryshkov , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Doug Anderson References: <20220723090942.1637676-1-dmitry.baryshkov@linaro.org> <20220723090942.1637676-2-dmitry.baryshkov@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20220723090942.1637676-2-dmitry.baryshkov@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 23/07/2022 11:09, Dmitry Baryshkov wrote: > Describing each compatible board in DT schema seems wrong to me. It > means that each new board is incompatible by default, until added to the > DT schema. If any of the vendors for whatever reasons tries to validate > their new device's DT, they will be stuck with it being incompatible > with arm/qcom.yaml until the file is expanded to include such devices. > > Rework simple cases by dropping individual board compatible strings and > replacing them with the empty schema. > > Signed-off-by: Dmitry Baryshkov > --- > .../devicetree/bindings/arm/qcom.yaml | 203 ++++-------------- > 1 file changed, 39 insertions(+), 164 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index fb1d00bcc847..d4d945a43178 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -107,60 +107,39 @@ properties: > compatible: > oneOf: > - items: > - - enum: > - - qcom,apq8016-sbc > + - {} > - const: qcom,apq8016 > No, this removes documentation of compatibles thus removes part documenting the ABI. Best regards, Krzysztof