Received: by 2002:a05:6a10:7420:0:0:0:0 with SMTP id hk32csp120771pxb; Tue, 15 Feb 2022 09:34:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJz3mzLo+qzEluR+12Fk5dzEnnErNPvAAnzpBusvI+Ey662YGyF0OZZ9BA0LF9JY2/rAN+ni X-Received: by 2002:a63:6a87:: with SMTP id f129mr3409pgc.0.1644946493591; Tue, 15 Feb 2022 09:34:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1644946493; cv=none; d=google.com; s=arc-20160816; b=nPQICCYprj8UzeVV9lJ6z9Kgzp7Vml6NEKSx4hYrVsmRB2IGuo5N0Tcipabc8GjgRY kJ4M+JFTjwZhZmsgahpVmy3NUSCc882CYU45x66j0XgkMLOq0LFkR62eAi8Ow0nEe0vr Sa8mG6opLozxui5fH8TSx8dJIYCdd0LfPQiOQtYSzYfx4DBWssnrvsB1n0XTGNj9xYBE ExxoSRzHz+bh6bJuXXcitnLwadT8YP8RH41+BeWIljNtUuNU8puRKDCyc3YJsyjoHvrW 5vShgxzJDETL3AjXo6L8IDhTuUY3ZZpbJZh9OBRkWsJSJKYWloPEMtle4YfztuqcpUtJ Z87Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=p2tn1qoIxto+MV16GiBUW3p4S+d7H3O9y9QZE1eKvfk=; b=1BBEgmtLcb+D7eIjtA1lox2ISZVLmayfudEPWi2uDO+YOgO03wnEa7zzNLd8blL4AZ cGqy8Sq66BjmIA/uSpLY2OZD8t2M11kvJESWHqwFsJOLm7bp4U/P8a9LyZTTR2z9eP++ BHi9zpg87RaQzXenZJI5e9GnkOxlrz9L1P2+/tMmRtxVFskGhWAIBDgsfemedPLgEdwP RX0ooIzZAKv8b2aZaRrGl/DB/45Xk0xKqSQOb9kYsdljsAM5EdqSuc+eIl0obs8W6aYm eF//zMc3ekUcz9GBkMcCc1sVmTKfI6AyGOwzl/x7qx2k0rRH7tswwjYP27RAfMoqFWT0 I8Sg== 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 v20si15805735plg.264.2022.02.15.09.34.35; Tue, 15 Feb 2022 09:34:53 -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 S241868AbiBOQva (ORCPT + 99 others); Tue, 15 Feb 2022 11:51:30 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:54552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236536AbiBOQv2 (ORCPT ); Tue, 15 Feb 2022 11:51:28 -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 251891074D4; Tue, 15 Feb 2022 08:51:18 -0800 (PST) From: Danilo Krummrich To: krzysztof.kozlowski@canonical.com, dmitry.torokhov@gmail.com, robh+dt@kernel.org, devicetree@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Cc: linus.walleij@linaro.org Subject: dt-bindings: ps2-gpio: convert binding to json-schema Date: Tue, 15 Feb 2022 17:51:11 +0100 Message-Id: <20220215165113.52659-1-danilokrummrich@dk-develop.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Changes since v1 ================ - binding as separate patch (driver patch will be sent outside the scope of this patch series) - fixes requested by Krzysztof - fix warnings/errors reported by 'make dt_binding_check' This series converts the ps2-gpio dt-binding to the json-schema. Additionally, it documents to flag the given gpios as open drain, since the PS/2 bus is open drain by definition. Danilo Krummrich (2): dt-bindings: ps2-gpio: convert binding to json-schema dt-bindings: ps2-gpio: document bus signals open drain Documentation/devicetree/bindings/serio/ps2-gpio.txt | 23 ----------------------- Documentation/devicetree/bindings/serio/ps2-gpio.yaml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 23 deletions(-) delete mode 100644 Documentation/devicetree/bindings/serio/ps2-gpio.txt create mode 100644 Documentation/devicetree/bindings/serio/ps2-gpio.yaml