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 EBE0FC433EF for ; Tue, 21 Jun 2022 16:03:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353389AbiFUQDM (ORCPT ); Tue, 21 Jun 2022 12:03:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353545AbiFUQC6 (ORCPT ); Tue, 21 Jun 2022 12:02:58 -0400 Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com [IPv6:2a00:1450:4864:20::62c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD7AC2657A for ; Tue, 21 Jun 2022 09:02:13 -0700 (PDT) Received: by mail-ej1-x62c.google.com with SMTP id mf9so8153481ejb.0 for ; Tue, 21 Jun 2022 09:02:13 -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=ajIufaZS31L5JGgBZ3aj5H5ZSklCRI8PNMvHL2oafFw=; b=TbjJf5zpVMUIhuON7L5caOsWN1RSMkNH4eTucjnQ+TOGgUGSs/J9dl7n8G9Z3uOLsS go4x+wTu3yJfXNZGli7paJzK232anQdm/Vgn99gPxnrBXve8mMhkbq79K0OgMxmAVz3R MHiXrUBpOS82MmyxyTzEqrcy+yhbH4RBMk6nlbwaJw3RnverxVBR8BLnfoYeFYhLo75/ jcnBZOLdzu+ZhL6IGsw7BG8uXxBU0JVyi4YsanybY5+GXzqihbZhZ7CzlyWdH9ZKBU3Z 50f2wP4+jn2U4ey4kK3rqtzKsh/8Igz38hUURZVF2Dzph0sojs1K/lmbQDpLVQzEyXyl B3OQ== 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=ajIufaZS31L5JGgBZ3aj5H5ZSklCRI8PNMvHL2oafFw=; b=j79SFJ52xCvQEuDW6WBwCbzzS4mqhoGbQxG4BV2lnMdUbHo8vkbhqTvnFCldzE01vc xwQIbiad4Ac+ld/xyw+h96oeX3HXKqNvykQH8hNoPhu21CCRHDf1H0gblzY9FHh09fMh 2RQe0KqXlS/fEGztyeBHa7BmkY6eyszVSZGKqy15YMcPPRpLHjT+pb0TotnOjwVL0Jux pO5DoOVnBck12LpdARe28ZVHSnBy8LPawLARltR7VEBOBatKXNAaNXGurpK+xqdNh/AG Bw03vI97arPNDdms226/hbsoKWNq9jgRGTbmO3CL42gB4PAJerZJJGzOjkWnKvmIzMzy gmvg== X-Gm-Message-State: AJIora9x++igFc21p0gWJIkPi/E8ZVB+gKWHepYSkLxUf0mVHdt5F5PO JwVdnZnrypmFPsuq51MXoHPxdg== X-Google-Smtp-Source: AGRyM1tJ7negbS1AH/+t/TmQDM/W7Td5eE5Db99BDGFKcNAC3cPdeq3N/XH0C1NPOygluBZ3K/vcSQ== X-Received: by 2002:a17:906:9c82:b0:6df:c5f0:d456 with SMTP id fj2-20020a1709069c8200b006dfc5f0d456mr26930081ejc.287.1655827332290; Tue, 21 Jun 2022 09:02:12 -0700 (PDT) Received: from [192.168.0.221] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id z15-20020a1709060f0f00b006ff19354f9fsm7821657eji.215.2022.06.21.09.02.10 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 21 Jun 2022 09:02:11 -0700 (PDT) Message-ID: <94152e7d-184a-6b7a-6468-2678de410883@linaro.org> Date: Tue, 21 Jun 2022 18:02:10 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH 1/9] dt-bindings: arm: qcom: fix Alcatel OneTouch Idol 3 compatibles Content-Language: en-US To: Andy Gross , Bjorn Andersson Cc: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, Stephen Boyd , Rob Herring , Rob Herring , Krzysztof Kozlowski , Vinod Koul , Stephan Gerhold , linux-kernel@vger.kernel.org References: <20220520123252.365762-1-krzysztof.kozlowski@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20220520123252.365762-1-krzysztof.kozlowski@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 20/05/2022 14:32, Krzysztof Kozlowski wrote: > The MSM8916 Alcatel OneTouch Idol 3 does not use MTP fallbacks in > compatibles: > > msm8916-alcatel-idol347.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed: > ['alcatel,idol347', 'qcom,msm8916'] is too short > > Reported-by: Rob Herring > Fixes: e9dd2f7204ed ("dt-bindings: arm: qcom: Document alcatel,idol347 board") > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > I pinged about the patchset two weeks ago. There were no responses, but this one here is actually a fix. Others document missing stuff, which although is not a fix, but still necessary to reduce amount of dtbs check warnings. Shall I treat the silence as this won't be picked up? I can take it instead, but it will create some conflicts because several people are doing similar as here... Best regards, Krzysztof