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 0B7EDCCA47E for ; Wed, 22 Jun 2022 08:25:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234348AbiFVIZ0 (ORCPT ); Wed, 22 Jun 2022 04:25:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236151AbiFVIZZ (ORCPT ); Wed, 22 Jun 2022 04:25:25 -0400 Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 48490381B2 for ; Wed, 22 Jun 2022 01:25:24 -0700 (PDT) Received: by mail-ed1-x52f.google.com with SMTP id z11so16642572edp.9 for ; Wed, 22 Jun 2022 01:25:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=yyiCv0jbPI1NnnL9L5/rMkqsXbBv9EQwKuNk4iGgbQ0=; b=jntD7kSxAvBZfX63kQbzony9Ywa8WhwRK96+gcbUlg1brzExSGLYr440kRaxmdtXKs gg3ynhv15IHpXjSPbmbqyHdN0145+fLmTyHEIRyvXI4vU/tWvQ6s//thx27vPRkVYHbn X+h/Xy3wjQMO+Bvf104DNWV5d1beiqt9BmOywsouwFYc+Y7hHCRp8hYHwfQu3NMeNkm0 wJhXvwZ3mrqE6pUFawMeptmPNifUEDE2MA4O7zePmk5KcXMC9p+xUQKyUXdWJt+qJPKb iypUYePgjVMn4Ds0xkPYbeuoYTKQMDy7w/5Qga3GMohel/azE79kHsHmTeb0OtoZ8i2x Q1Lg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=yyiCv0jbPI1NnnL9L5/rMkqsXbBv9EQwKuNk4iGgbQ0=; b=leagIIKMxLcT9XSO0F1YXi2jye5K4UfO7ya3zxDZhKLXBszm4hlAIGEvJPHg1zZUIH TuzI1tGNiHrrVW9YZg3PTzGM9y/OcIR3Uwg5jhh5b4sgYWsw0syXZ7vf6zKD+99J3Ilk adMPGHQ6L7m2C8O4a/CtEJlERUIV6mXmXnQ/kvIhd2tzagOKz9QS4nxr6b/GarF41ihv VE+guzt5Y/3VHBe+6MopVFoyplu8fYoQ+mdtiaJomoruuNnzufsdsYJokc0168q1Nl+T IR+k6WNAeBKfc2s7rpn64fGOqvOKvijZe57SjEgZ/pI9RkBusxi8Vtjr9On60i0PkKCQ VA9Q== X-Gm-Message-State: AJIora+K8vaBFTnNkjMJF3/oduJm+jmStl9N+bmpVIk7SVJyA3scVhsB rImmoLtCLOJhrOeloAL82B1SWA== X-Google-Smtp-Source: AGRyM1uFcO76eoND1JAKmpNzqCG8L/aK26bKB/9APdpQjUvElCrBy2p68KKUci0qeUowyRaHzQaS2Q== X-Received: by 2002:a05:6402:3807:b0:435:20fb:318d with SMTP id es7-20020a056402380700b0043520fb318dmr2753453edb.272.1655886322716; Wed, 22 Jun 2022 01:25:22 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id r2-20020a17090609c200b006fef0c7072esm8917082eje.144.2022.06.22.01.25.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Jun 2022 01:25:22 -0700 (PDT) From: Krzysztof Kozlowski To: sboyd@codeaurora.org, robh+dt@kernel.org, agross@kernel.org, vkoul@kernel.org, krzysztof.kozlowski+dt@linaro.org, krzysztof.kozlowski@linaro.org, devicetree@vger.kernel.org, bjorn.andersson@linaro.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, stephan@gerhold.net Cc: robh@kernel.org Subject: Re: [PATCH 1/9] dt-bindings: arm: qcom: fix Alcatel OneTouch Idol 3 compatibles Date: Wed, 22 Jun 2022 10:25:19 +0200 Message-Id: <165588573167.12753.16527581340731852548.b4-ty@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220520123252.365762-1-krzysztof.kozlowski@linaro.org> References: <20220520123252.365762-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Fri, 20 May 2022 14:32:44 +0200, 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 > > > [...] Applied, thanks! [1/9] dt-bindings: arm: qcom: fix Alcatel OneTouch Idol 3 compatibles https://git.kernel.org/krzk/linux-dt/c/5c7b9a89c60ce728f61ecd8f2ae043deceb1fe66 [2/9] dt-bindings: arm: qcom: fix Longcheer L8150 compatibles https://git.kernel.org/krzk/linux-dt/c/0c8195fca687db26cd00df27c9df1830bddf72b0 [3/9] dt-bindings: arm: qcom: fix MSM8916 MTP compatibles https://git.kernel.org/krzk/linux-dt/c/4de2601759e545625413284051e32124df3cbad4 [4/9] dt-bindings: arm: qcom: fix MSM8994 boards compatibles https://git.kernel.org/krzk/linux-dt/c/317e5467957b1f69df2235f247ffdabbc85dd01b [5/9] dt-bindings: arm: qcom: add missing MSM8916 board compatibles https://git.kernel.org/krzk/linux-dt/c/496bb1347265130412739e752db77349e35e2ec2 [6/9] dt-bindings: arm: qcom: add missing MSM8994 board compatibles https://git.kernel.org/krzk/linux-dt/c/215ad5a02e6c60fef7460c6936bf9996989f4969 [7/9] dt-bindings: arm: qcom: add missing SM8150 board compatibles https://git.kernel.org/krzk/linux-dt/c/4c74aef40300efb7e3cb7fcae62969ac63d349bc [8/9] dt-bindings: arm: qcom: add missing SM8250 board compatibles https://git.kernel.org/krzk/linux-dt/c/197b6d70cf9e166e93450c155ceac6cc63ee908b [9/9] dt-bindings: arm: qcom: add missing SM8350 board compatibles https://git.kernel.org/krzk/linux-dt/c/33a34cefdfaab7410cb5e280ae8e4318e3d79e8a Best regards, -- Krzysztof Kozlowski