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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2F49C4363A for ; Mon, 5 Oct 2020 07:14:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6BC392078E for ; Mon, 5 Oct 2020 07:14:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725875AbgJEHOl (ORCPT ); Mon, 5 Oct 2020 03:14:41 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:44942 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725873AbgJEHOk (ORCPT ); Mon, 5 Oct 2020 03:14:40 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: rcn) with ESMTPSA id 25507299434 From: =?UTF-8?q?Ricardo=20Ca=C3=B1uelo?= To: robh@kernel.org Cc: kernel@collabora.com, enric.balletbo@collabora.com, bleung@chromium.org, groeck@chromium.org, sjg@chromium.org, dianders@chromium.org, devicetree@vger.kernel.org Subject: [PATCH 0/3] Fix checker warnings related to cros-ec binding Date: Mon, 5 Oct 2020 09:13:59 +0200 Message-Id: <20201005071403.17450-1-ricardo.canuelo@collabora.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This series fixes a bunch of warnings related to the google,cros-ec binding, originally reported by Rob Herring. The patches involve adding missing subnode definitions in the google,cros-ec binding and the conversion of two existing bindings to json-schema. All the related warnings should be fixed after applying the patches, except for a couple of warnings in the device trees of Qualcomm's Trogdor and Cheza chromebooks. They define a pdupdate subnode inside cros-ec that has no binding, the development of drivers and support for these chromebooks is ongoing and not completely upstreamed yet. Bindings tested with: make dt_binding_check ARCH= DT_SCHEMA_FILES=... make dtbs_check ARCH= DT_SCHEMA_FILES=... for = arm and arm64. Kind regards, Ricardo Ricardo CaƱuelo (3): dt-bindings: i2c: convert i2c-cros-ec-tunnel to json-schema dt-bindings: input: convert cros-ec-keyb to json-schema dt-bindings: mfd: google,cros-ec: add missing properties .../i2c/google,cros-ec-i2c-tunnel.yaml | 56 +++++++++++ .../bindings/i2c/i2c-cros-ec-tunnel.txt | 39 -------- .../bindings/input/cros-ec-keyb.txt | 72 --------------- .../bindings/input/google,cros-ec-keyb.yaml | 92 +++++++++++++++++++ .../bindings/mfd/google,cros-ec.yaml | 40 ++++++++ 5 files changed, 188 insertions(+), 111 deletions(-) create mode 100644 Documentation/devicetree/bindings/i2c/google,cros-ec-i2c-tunnel.yaml delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-cros-ec-tunnel.txt delete mode 100644 Documentation/devicetree/bindings/input/cros-ec-keyb.txt create mode 100644 Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml -- 2.18.0