Received: by 2002:a05:6a10:7420:0:0:0:0 with SMTP id hk32csp317918pxb; Tue, 15 Feb 2022 14:10:45 -0800 (PST) X-Google-Smtp-Source: ABdhPJzdK9CloRmn/m4YZR6KvaGXmH8eDblc6SVUyrp4lhachImc+UeVESg3VSAV8dDWVALS2ViH X-Received: by 2002:a05:6402:3593:: with SMTP id y19mr1093477edc.386.1644963044935; Tue, 15 Feb 2022 14:10:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1644963044; cv=none; d=google.com; s=arc-20160816; b=S6kvvEw3OUzLGRyalNzvw+rPmK+Div7FRvKKRnmxl6VjNa5Ve1IWikYcYmeTG4st+E jKeJqJ4xXYm/cWIrYERjanGVX/BgzpFEndlif+q95rlU6pTukrFqB1e97Ln9eMKMK3Qh MDMLPWBx/W6zVsaDCLyOBYvGE1IOzyR4jDVnkfi1drAaCUD3TyDH7y11f6WLlnv3ELPW c/O9/tyelCW0Dvv1Zmn1A8FuL/D6XAdCSS0cFxNHYcnNzH2FMUL0b76lvdioT2n22MGi B+8uQBfdV17wn8AZ3twNX/GTkIVLFfyQXD01hZSv0GY28Jdyo9MPFh6fuSZb9jhgNWq9 7ihQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=mrN6o9Vr5cYqToh9PV8l2CsHJNXVHv04YalcAbp26KQ=; b=M6TyhCDiKGiLbVnrcT2Ao6M1Ox8svDxVyQj9ILkjEcuLldGHTepeWAMkgtoy5K2bZJ nvanV4cSxUfedh9egQa/LNgb5GIrXSMpKoFDWip6psUsPxmIP8zoHDJmGWFL/zpHGa/G hqYaMYNe4R5QAtk+RdXVd2TOA66/6qgRya56MKXzFnWPFTdqcL2sxhmH/qnrSOVJaZaL yKusGM+VwMgiK7LAzzktRT5qYpr/HjPwRMOFblj3+/ZiLghR4QQS1FSkfJlhmYII6Z7Y pCAGQjS1c+9hPjyWXggVw8S+hSgyZWftygGruNWnzkeyDtz/S1f14cOvWVCLkbrbWsMj eB5A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id y16si814219eda.629.2022.02.15.14.10.22; Tue, 15 Feb 2022 14:10:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242744AbiBORxx (ORCPT + 99 others); Tue, 15 Feb 2022 12:53:53 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:35878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235112AbiBORxq (ORCPT ); Tue, 15 Feb 2022 12:53:46 -0500 Received: from hs01.dk-develop.de (hs01.dk-develop.de [IPv6:2a02:c207:3002:6234::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A0A1FA23F; Tue, 15 Feb 2022 09:53:36 -0800 (PST) Date: Tue, 15 Feb 2022 18:53:32 +0100 From: Danilo Krummrich To: Krzysztof Kozlowski Cc: dmitry.torokhov@gmail.com, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linus.walleij@linaro.org Subject: Re: [PATCH 1/2] dt-bindings: ps2-gpio: convert binding to json-schema Message-ID: References: <20220215165113.52659-1-danilokrummrich@dk-develop.de> <20220215165113.52659-2-danilokrummrich@dk-develop.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 15, 2022 at 05:59:36PM +0100, Krzysztof Kozlowski wrote: > On 15/02/2022 17:51, Danilo Krummrich wrote: > > Convert the ps2-gpio dt-binding documentation to DT schema format using > > the json-schema. > > > > Signed-off-by: Danilo Krummrich > > --- > > .../devicetree/bindings/serio/ps2-gpio.txt | 23 -------- > > .../devicetree/bindings/serio/ps2-gpio.yaml | 58 +++++++++++++++++++ > > 2 files changed, 58 insertions(+), 23 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/serio/ps2-gpio.txt > > create mode 100644 Documentation/devicetree/bindings/serio/ps2-gpio.yaml > > > > Please version your patches in the subject. You can achieve it manually > or with `git format-patch -v2`. I think lack of v2 confuses b4 diff > ("ERROR: Could not auto-find previous revision > "). Yes, I accidentally missed the `-v2` parameter. > > > + > > +additionalProperties: true > > + > > I missed this part (lack of) in your v1. This has to be false. I'll send a v3. > > Best regards, > Krzysztof Thanks. - Danilo