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 4136CEB64DA for ; Tue, 13 Jun 2023 18:20:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238274AbjFMSUR (ORCPT ); Tue, 13 Jun 2023 14:20:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232303AbjFMSUO (ORCPT ); Tue, 13 Jun 2023 14:20:14 -0400 Received: from mail-yw1-x1133.google.com (mail-yw1-x1133.google.com [IPv6:2607:f8b0:4864:20::1133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4557F184 for ; Tue, 13 Jun 2023 11:20:13 -0700 (PDT) Received: by mail-yw1-x1133.google.com with SMTP id 00721157ae682-56ce6bbe274so42746137b3.1 for ; Tue, 13 Jun 2023 11:20:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1686680412; x=1689272412; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=GzoITlkvXOOXaxcBX10vC+q2MwiSX7omqPKM4OYACbM=; b=cDo4KYMSzW2JCfxx5H4X+/IYbdGF/FmH7l2YP8HfZhNYBBYG5MWtVg5dsfFzrxi2Rd MUilPZrQoqP+YYWhRGAF0SJFxrh2k8D3JPakgTZ3IybW8PkIhJyUXeIcfJHdh1htlnVM wZ0G4PYeSRkhtw+/tdPo1XxAg68gPOavBAh63KoOmySBJxpPUvxSwtl6nEWsMhnx43c5 U3h4ICQ62FMOb0zjPOquPhNftt8d7Yw4vw04ZclZehSrxSy5hz7Vs3G45r9tE6t9wetI MplkXNr89ytfwMJTf2jUdTBd5LD0HhAioaAvly2ZRiFE252pcah1THDeJw4hnbZxcS4Y c1Ag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686680412; x=1689272412; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=GzoITlkvXOOXaxcBX10vC+q2MwiSX7omqPKM4OYACbM=; b=FUcYKIDZ4hBbzLuteG/MKEpwraDm7RBHYkTK+cgbUzgHnhoeisAU79vUjm7rCarHEL YNF6lwXFvzhH+HaffKXtsOaE9PXjOXHXF1E78CI5gfRu2nPBS2Hs+Al44BQQEz5i8+/p vpHKDyXa9UfeX1wYsMtJeeIB8a7YdgJSq/XrT+TxdjGJzv6z4Fehg3y9bzHNq/jZ4pi/ JS7NLIRqXkdUnCZTd2xKCze7T2d7+veGRi8cp1Xq+WvD3SdC78Z2lJtOTuhqE46DY/wg kWLTi1LAyqrVdidD5jUsNIVZmECoF+iryJ4kZJW8kJkxrmdo/hO76mFDbBlgwJ8uFEQA WnTQ== X-Gm-Message-State: AC+VfDxnuMabwXk5wCGZ7EQvYOLy58uRtPknE/5knsCoGRxIWXy6Seny 0VCcGqMgErSh2dE0JJ9e1h8zZ3GzByOwns9p/KbJYA== X-Google-Smtp-Source: ACHHUZ6+/uZzKrxAXzrWwTNJxKf0up28eWIWrk4WjaTGzjye0Yy8SiYEYBQVD/Itn2xQ0uoLa1D3G8NFztcWJyya5kg= X-Received: by 2002:a25:2b88:0:b0:bca:efc4:2ccf with SMTP id r130-20020a252b88000000b00bcaefc42ccfmr1996804ybr.44.1686680412433; Tue, 13 Jun 2023 11:20:12 -0700 (PDT) MIME-Version: 1.0 References: <20230418150606.1528107-1-robh@kernel.org> In-Reply-To: From: Linus Walleij Date: Tue, 13 Jun 2023 20:20:01 +0200 Message-ID: Subject: Re: [PATCH] dt-bindings: pinctrl: qcom,pmic-mpp: Fix schema for "qcom,paired" To: Rob Herring Cc: Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 13, 2023 at 3:46=E2=80=AFPM Rob Herring wrote= : > On Tue, Jun 13, 2023 at 12:50=E2=80=AFAM Krzysztof Kozlowski > wrote: > > > > On 18/04/2023 17:06, Rob Herring wrote: > > > The "qcom,paired" schema is all wrong. First, it's a list rather than= an > > > object(dictionary). Second, it is missing a required type. The meta-s= chema > > > normally catches this, but schemas under "$defs" was not getting chec= ked. > > > A fix for that is pending. > > > > > > Signed-off-by: Rob Herring > > > --- > > > > Linus, > > Could you take it for current fixes? The code was wrong and dtschema is > > warning now about this. > > I have other things ready for 6.4, so I'll add this one. Thanks for picking this one Rob! Reviewed-by: Linus Walleij Yours, Linus Walleij