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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 0E02BC433E0 for ; Thu, 4 Feb 2021 15:34:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C815764E91 for ; Thu, 4 Feb 2021 15:34:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237403AbhBDPeB (ORCPT ); Thu, 4 Feb 2021 10:34:01 -0500 Received: from mail-oi1-f175.google.com ([209.85.167.175]:35172 "EHLO mail-oi1-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237253AbhBDPVr (ORCPT ); Thu, 4 Feb 2021 10:21:47 -0500 Received: by mail-oi1-f175.google.com with SMTP id w8so4082453oie.2; Thu, 04 Feb 2021 07:21:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=oZGNs7nDtUphRDqGl7ohIJDPCE6d+t9/b/EDhVvQ54c=; b=BCnySCurRtJ47ZvicmY52iqFTu5Fsnc4SUhNxsF+o3cEXRzjLkkOd0XAwcKXsAKSh6 +J8smvm0HT+of2bUy2HtkuXHpWtgB6qVqFxKUiTe+6HrtP9ii1aDlVLoamkP+GK3eSkF sxdebAIQDwxVA6DJiyJRCWPcbQJv2Ya+Jmd3dHKBHfj5YkVqjWVnsPx8GkrMxc4zRgVP NLte0wUwu9bc84gyDB7CVDR0x4IiHxdpvgHblAa458WEQ8+Q1uT1oBrENDeMofZ+DgpG 9ZEFCA+Ql/zYcDtiNui4TdAEEiYOEDmD392LVVbKnElb7cgvZ3q7wG/j63meNMPgqyC1 3ZAA== X-Gm-Message-State: AOAM530NxZYAJvGOg4wypjZRJCdyBmjsVM228xDE3uEw2niYeeXRhLuj s4TQLdrNgUM6omT3hqPCSg== X-Google-Smtp-Source: ABdhPJzmWXw4pcODtvLNukgjmc7B4wfiFPEAQGPUlYnM0+PkwlQXIRZiIHbcH4hj4u6Wx4RDAlnugg== X-Received: by 2002:a05:6808:b03:: with SMTP id s3mr40824oij.40.1612452066140; Thu, 04 Feb 2021 07:21:06 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id s123sm1142562oos.3.2021.02.04.07.21.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Feb 2021 07:21:05 -0800 (PST) Received: (nullmailer pid 452040 invoked by uid 1000); Thu, 04 Feb 2021 15:20:57 -0000 From: Rob Herring To: Johan Jonker Cc: balbi@kernel.org, heiko@sntech.de, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, gregkh@linuxfoundation.org, robh+dt@kernel.org, linux-usb@vger.kernel.org In-Reply-To: <20210203165233.22177-1-jbx6244@gmail.com> References: <20210203165233.22177-1-jbx6244@gmail.com> Subject: Re: [PATCH v2 1/7] dt-bindings: usb: convert rockchip,dwc3.txt to yaml Date: Thu, 04 Feb 2021 09:20:57 -0600 Message-Id: <1612452057.718435.452039.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 03 Feb 2021 17:52:27 +0100, Johan Jonker wrote: > In the past Rockchip dwc3 usb nodes were manually checked. > With the conversion of snps,dwc3.yaml as common document > we now can convert rockchip,dwc3.txt to yaml as well. > Remove node wrapper. > > Added properties for rk3399 are: > power-domains > resets > reset-names > > Signed-off-by: Johan Jonker > --- > .../devicetree/bindings/usb/rockchip,dwc3.txt | 56 ----------- > .../devicetree/bindings/usb/rockchip,dwc3.yaml | 103 +++++++++++++++++++++ > 2 files changed, 103 insertions(+), 56 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/usb/rockchip,dwc3.txt > create mode 100644 Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml:13:7: [warning] wrong indentation: expected 2 but found 6 (indentation) dtschema/dtc warnings/errors: Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' xargs: dt-doc-validate: exited with status 255; aborting make[1]: *** Deleting file 'Documentation/devicetree/bindings/usb/qcom,dwc3.example.dt.yaml' Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/usb/qcom,dwc3.example.dt.yaml] Error 255 make[1]: *** Waiting for unfinished jobs.... make[1]: *** Deleting file 'Documentation/devicetree/bindings/usb/intel,keembay-dwc3.example.dt.yaml' Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/usb/intel,keembay-dwc3.example.dt.yaml] Error 255 make[1]: *** Deleting file 'Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.example.dt.yaml' Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.example.dt.yaml] Error 255 make: *** [Makefile:1370: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1435466 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. 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=-14.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 B37FEC433DB for ; Thu, 4 Feb 2021 15:21:26 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5946A64E08 for ; Thu, 4 Feb 2021 15:21:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5946A64E08 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=jErNyQV//jtULGwrKhzVuoobWq8pyHXrRXuaK3r5Di8=; b=ZVINNCZgyYHMyabK33lmkXHZ81 cxil6eShBZjWIyUu8zF4EPJkPsEKSaPJ7WhSpUDcYcaea7+Fb2oH5CQY1sS0oYeHGUnMel9Bc269q op2TygjirpK1Tf1AlbXTQl+tuYbnees98rIxH9Dj+Ho5nN5/lqROKONozB5mXWYS0ddDlJcID8OmX 8w3SAmZreyB2iMwjxSSQUF+sQj/4gPiN9rPROl9Ipz0IaaujVVtgVF3UK3gr6G6FEMEpekg0S5MHa ZwKmk2wbAX0k7VzQy8D9hXkVZ179KJ1Ddv1KQDbWKQnm1NEic14kZZ5Y//uxHpiDM2eJbxMWiwDem oYs1WsdQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7gRX-0000kd-LI; Thu, 04 Feb 2021 15:21:16 +0000 Received: from mail-oi1-f170.google.com ([209.85.167.170]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7gRP-0000gL-2y; Thu, 04 Feb 2021 15:21:08 +0000 Received: by mail-oi1-f170.google.com with SMTP id d20so4022655oiw.10; Thu, 04 Feb 2021 07:21:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=oZGNs7nDtUphRDqGl7ohIJDPCE6d+t9/b/EDhVvQ54c=; b=LG/P006Q75AEH2Tz4Mq2WJbS5RxkvzMzu5IBbsjW97Sk/NrWsE3ogxvrI+95yJKkQF vpWauk3FGIlR8/VVT6mqn/GKqT86RXtAtQND0Nhd5vyz+7mu4gag+pkBQEXLx6Nv2buY hkGihnaRjknx3FUgL2Ou3vs15iAjXGmFlh/3X4LVbJ84jno4aosn+CcXgGZDAjmtQwKo 5h74zSJkaUpXyTnK4GfltBvU9OI9Q3RQ44UfSaW4FUB9PYOE31k+EtRiAhKSEvzQUabP Ftk+y31j14xDA8qA28kEX/LmqUhYD4BzcNHPVJefJFx9RjF7wxm4PsJWEJ/jAHPn134I x3JA== X-Gm-Message-State: AOAM530usVDIAZOVZ4EeHHxfFn7N8GM7GaMrc/fVANI5mtOimSIa0bsx LunLcQURuxEsY33AKzvzmg== X-Google-Smtp-Source: ABdhPJzmWXw4pcODtvLNukgjmc7B4wfiFPEAQGPUlYnM0+PkwlQXIRZiIHbcH4hj4u6Wx4RDAlnugg== X-Received: by 2002:a05:6808:b03:: with SMTP id s3mr40824oij.40.1612452066140; Thu, 04 Feb 2021 07:21:06 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id s123sm1142562oos.3.2021.02.04.07.21.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Feb 2021 07:21:05 -0800 (PST) Received: (nullmailer pid 452040 invoked by uid 1000); Thu, 04 Feb 2021 15:20:57 -0000 From: Rob Herring To: Johan Jonker In-Reply-To: <20210203165233.22177-1-jbx6244@gmail.com> References: <20210203165233.22177-1-jbx6244@gmail.com> Subject: Re: [PATCH v2 1/7] dt-bindings: usb: convert rockchip, dwc3.txt to yaml Date: Thu, 04 Feb 2021 09:20:57 -0600 Message-Id: <1612452057.718435.452039.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210204_102107_279829_801629A6 X-CRM114-Status: GOOD ( 12.78 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, heiko@sntech.de, balbi@kernel.org, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Wed, 03 Feb 2021 17:52:27 +0100, Johan Jonker wrote: > In the past Rockchip dwc3 usb nodes were manually checked. > With the conversion of snps,dwc3.yaml as common document > we now can convert rockchip,dwc3.txt to yaml as well. > Remove node wrapper. > > Added properties for rk3399 are: > power-domains > resets > reset-names > > Signed-off-by: Johan Jonker > --- > .../devicetree/bindings/usb/rockchip,dwc3.txt | 56 ----------- > .../devicetree/bindings/usb/rockchip,dwc3.yaml | 103 +++++++++++++++++++++ > 2 files changed, 103 insertions(+), 56 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/usb/rockchip,dwc3.txt > create mode 100644 Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml:13:7: [warning] wrong indentation: expected 2 but found 6 (indentation) dtschema/dtc warnings/errors: Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' xargs: dt-doc-validate: exited with status 255; aborting make[1]: *** Deleting file 'Documentation/devicetree/bindings/usb/qcom,dwc3.example.dt.yaml' Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/usb/qcom,dwc3.example.dt.yaml] Error 255 make[1]: *** Waiting for unfinished jobs.... make[1]: *** Deleting file 'Documentation/devicetree/bindings/usb/intel,keembay-dwc3.example.dt.yaml' Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/usb/intel,keembay-dwc3.example.dt.yaml] Error 255 make[1]: *** Deleting file 'Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.example.dt.yaml' Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.example.dt.yaml] Error 255 make: *** [Makefile:1370: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1435466 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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=-14.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 C4478C433E0 for ; Thu, 4 Feb 2021 15:22:23 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7431064E08 for ; Thu, 4 Feb 2021 15:22:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7431064E08 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:References:In-Reply-To:To: From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=t+mugzqE8FMDVX1X4xB+JZLcCznK7wUi37FjK5scdjo=; b=1ZoFG1Eisb0BcY9WK5A/KmuQrU HqwIQ/asxEUBFviGO0C4mqhpl2ivBm0ZtCw4+oSIY4xfdXFbjk1+J/n4Xe/Ss2/dld7OU7tWFIYML QWLyjuD90g9SOrckDLGA/i84xEFFXkf2fKARVKyD4isoPsML6sQde4S7kGhEofPGdewBq2hhBVwsG 9kObwJNfyLozY88V2LxbwEVYio9o65KicqA5Hs4SGR39tu8x2onER6H4joydDc/XgqMmKwOUuFh/L puSzpqG36RW97nFt+d3ihXlXz6A3ZhhnycZEZg/yI4+Yg2QTx+xHbAdaUCWau4IoaDFmZwdAiYBDa tFp2HNNQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7gRd-0000ml-Rd; Thu, 04 Feb 2021 15:21:21 +0000 Received: from mail-oi1-f170.google.com ([209.85.167.170]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7gRP-0000gL-2y; Thu, 04 Feb 2021 15:21:08 +0000 Received: by mail-oi1-f170.google.com with SMTP id d20so4022655oiw.10; Thu, 04 Feb 2021 07:21:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=oZGNs7nDtUphRDqGl7ohIJDPCE6d+t9/b/EDhVvQ54c=; b=LG/P006Q75AEH2Tz4Mq2WJbS5RxkvzMzu5IBbsjW97Sk/NrWsE3ogxvrI+95yJKkQF vpWauk3FGIlR8/VVT6mqn/GKqT86RXtAtQND0Nhd5vyz+7mu4gag+pkBQEXLx6Nv2buY hkGihnaRjknx3FUgL2Ou3vs15iAjXGmFlh/3X4LVbJ84jno4aosn+CcXgGZDAjmtQwKo 5h74zSJkaUpXyTnK4GfltBvU9OI9Q3RQ44UfSaW4FUB9PYOE31k+EtRiAhKSEvzQUabP Ftk+y31j14xDA8qA28kEX/LmqUhYD4BzcNHPVJefJFx9RjF7wxm4PsJWEJ/jAHPn134I x3JA== X-Gm-Message-State: AOAM530usVDIAZOVZ4EeHHxfFn7N8GM7GaMrc/fVANI5mtOimSIa0bsx LunLcQURuxEsY33AKzvzmg== X-Google-Smtp-Source: ABdhPJzmWXw4pcODtvLNukgjmc7B4wfiFPEAQGPUlYnM0+PkwlQXIRZiIHbcH4hj4u6Wx4RDAlnugg== X-Received: by 2002:a05:6808:b03:: with SMTP id s3mr40824oij.40.1612452066140; Thu, 04 Feb 2021 07:21:06 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id s123sm1142562oos.3.2021.02.04.07.21.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Feb 2021 07:21:05 -0800 (PST) Received: (nullmailer pid 452040 invoked by uid 1000); Thu, 04 Feb 2021 15:20:57 -0000 From: Rob Herring To: Johan Jonker In-Reply-To: <20210203165233.22177-1-jbx6244@gmail.com> References: <20210203165233.22177-1-jbx6244@gmail.com> Subject: Re: [PATCH v2 1/7] dt-bindings: usb: convert rockchip, dwc3.txt to yaml Date: Thu, 04 Feb 2021 09:20:57 -0600 Message-Id: <1612452057.718435.452039.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210204_102107_279829_801629A6 X-CRM114-Status: GOOD ( 12.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, heiko@sntech.de, balbi@kernel.org, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 03 Feb 2021 17:52:27 +0100, Johan Jonker wrote: > In the past Rockchip dwc3 usb nodes were manually checked. > With the conversion of snps,dwc3.yaml as common document > we now can convert rockchip,dwc3.txt to yaml as well. > Remove node wrapper. > > Added properties for rk3399 are: > power-domains > resets > reset-names > > Signed-off-by: Johan Jonker > --- > .../devicetree/bindings/usb/rockchip,dwc3.txt | 56 ----------- > .../devicetree/bindings/usb/rockchip,dwc3.yaml | 103 +++++++++++++++++++++ > 2 files changed, 103 insertions(+), 56 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/usb/rockchip,dwc3.txt > create mode 100644 Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml:13:7: [warning] wrong indentation: expected 2 but found 6 (indentation) dtschema/dtc warnings/errors: Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' xargs: dt-doc-validate: exited with status 255; aborting make[1]: *** Deleting file 'Documentation/devicetree/bindings/usb/qcom,dwc3.example.dt.yaml' Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/usb/qcom,dwc3.example.dt.yaml] Error 255 make[1]: *** Waiting for unfinished jobs.... make[1]: *** Deleting file 'Documentation/devicetree/bindings/usb/intel,keembay-dwc3.example.dt.yaml' Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/usb/intel,keembay-dwc3.example.dt.yaml] Error 255 make[1]: *** Deleting file 'Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.example.dt.yaml' Unknown file referenced: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/dtschema/schemas/usb/snps,dwc3.yaml' make[1]: *** [scripts/Makefile.lib:344: Documentation/devicetree/bindings/usb/amlogic,meson-g12a-usb-ctrl.example.dt.yaml] Error 255 make: *** [Makefile:1370: dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1435466 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel