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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2647C433EF for ; Mon, 25 Oct 2021 18:17:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB1D06023B for ; Mon, 25 Oct 2021 18:17:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232676AbhJYSTa (ORCPT ); Mon, 25 Oct 2021 14:19:30 -0400 Received: from mail-oi1-f175.google.com ([209.85.167.175]:41832 "EHLO mail-oi1-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232528AbhJYSTZ (ORCPT ); Mon, 25 Oct 2021 14:19:25 -0400 Received: by mail-oi1-f175.google.com with SMTP id bk18so16733940oib.8; Mon, 25 Oct 2021 11:17:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=VYgEzAUK5vIV1/XxJDtu0CYzc2fCSzuI3jM+a9IYaoE=; b=REBkkxfNmEjz5iN2X3jGRN6HX+jDMFOxx0bDUb3WlC252BiYwG5I8BzfQMqYQOImfD a9z//G5Jh6h3gqSIP28I6C2OjKfsMKgF+PDtAQEd47LPajeR0SX91hZsnZK90gQ7t8G9 YaeLlDQxXYgIHXKWnJptY6/468Zm6AjWcnOhExKz2ZFiYNUEYJg+JHfnVhABNIwkg9cA ElEtuhTqvuYYmPVI2U2ha3BfTl0mtju7rpxod28S72z+KULGRgzOQg4Y6+nB4XLJh0lR jjQ340eaIPdwfTxM03+K8mx0CzD+kqYi67zDTBx8Ip8jfy++LyLc1AmjmcfZ6oQPF3I+ QTzA== X-Gm-Message-State: AOAM532bIuexBjHZw0dzoXq0wyQUvTLOBB3dtf/Akt2LwoCjk0JQEMcl ZB0lAT4skBcLKBA7BCqJYSsWpgQriw== X-Google-Smtp-Source: ABdhPJz6Op3Td2UudmGFBbTzhGZK2ivGUlles/1gbzOCetL2pcQaihRaGCR7veAF5Wey/GcUQAPesA== X-Received: by 2002:a05:6808:2185:: with SMTP id be5mr23996700oib.139.1635185822201; Mon, 25 Oct 2021 11:17:02 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id n107sm2952195ota.40.2021.10.25.11.17.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Oct 2021 11:17:01 -0700 (PDT) Received: (nullmailer pid 824872 invoked by uid 1000); Mon, 25 Oct 2021 18:16:53 -0000 From: Rob Herring To: thanushree.sreerama@emtrion.com Cc: linux-imx@nxp.com, devicetree@vger.kernel.org, shawnguo@kernel.org, robh+dt@kernel.org, frank.erdrich@emtrion.com, kernel@pengutronix.de, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, s.hauer@pengutronix.de, festevam@gmail.com In-Reply-To: <20211025161509.37305-1-thanushree.sreerama@emtrion.com> References: <20211025161509.37305-1-thanushree.sreerama@emtrion.com> Subject: Re: [PATCH v2] arm64: dts: imx8mm: Add support for emtrion emCON-MX8M Mini Date: Mon, 25 Oct 2021 13:16:53 -0500 Message-Id: <1635185813.782599.824871.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Oct 2021 18:15:09 +0200, thanushree.sreerama@emtrion.com wrote: > From: Thanushree Sreerama > > This patch adds support for the emtrion GmbH emCON-MX8M Mini modules. > They are available with NXP i.MX 8M Mini equipped with 2 or 4 GB Memory. > > The devicetree imx8mm-emcon.dtsi is the common part providing all > module components and the basic support for the SoC. The support for the > avari baseboard in the developer-kit configuration is provided by the > emcon-avari dts files. > > Signed-off-by: Thanushree Sreerama > Reviewed by: Frank Erdrich > --- > .../devicetree/bindings/arm/fsl.yaml | 1 + > arch/arm64/boot/dts/freescale/Makefile | 3 +- > .../boot/dts/freescale/imx8mm-emcon-avari.dts | 23 + > .../dts/freescale/imx8mm-emcon-avari.dtsi | 141 ++++ > .../boot/dts/freescale/imx8mm-emcon.dtsi | 645 ++++++++++++++++++ > 5 files changed, 812 insertions(+), 1 deletion(-) > create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon-avari.dts > create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon-avari.dtsi > create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon.dtsi > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: ./Documentation/devicetree/bindings/arm/fsl.yaml:714:1: [error] syntax error: found character '\t' that cannot start any token (syntax) dtschema/dtc warnings/errors: make[1]: *** Deleting file 'Documentation/devicetree/bindings/arm/fsl.example.dts' Traceback (most recent call last): File "/usr/local/bin/dt-extract-example", line 45, in binding = yaml.load(open(args.yamlfile, encoding='utf-8').read()) File "/usr/local/lib/python3.8/dist-packages/ruamel/yaml/main.py", line 434, in load return constructor.get_single_data() File "/usr/local/lib/python3.8/dist-packages/ruamel/yaml/constructor.py", line 120, in get_single_data node = self.composer.get_single_node() File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 852, in _ruamel_yaml.CParser._compose_sequence_node File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event ruamel.yaml.scanner.ScannerError: while scanning for the next token found character that cannot start any token in "", line 714, column 1 make[1]: *** [Documentation/devicetree/bindings/Makefile:20: Documentation/devicetree/bindings/arm/fsl.example.dts] Error 1 make[1]: *** Waiting for unfinished jobs.... ./Documentation/devicetree/bindings/arm/fsl.yaml: while scanning for the next token found character that cannot start any token in "", line 714, column 1 /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/arm/fsl.yaml: ignoring, error parsing file warning: no schema found in file: ./Documentation/devicetree/bindings/arm/fsl.yaml make: *** [Makefile:1441: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1545835 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C7F3C433EF for ; Mon, 25 Oct 2021 18:18:43 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 F1CC060720 for ; Mon, 25 Oct 2021 18:18:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org F1CC060720 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZfgOyN+7EzEzKI+djWQR7eYaPkn4/HE02GV7xPwjyKs=; b=3D+XfxOWQZWbWA TXNkINe9U0eq8oY+tHJI3+qY+fN4pnifFzzsGFTmsWY+2PXgjkD55MKCit/71+tIoCCnSFVImLBhu h2cnL9GY9sy89LJV8h29tjqPRqBQhv79YOJXh/GCCtzFHtAFvZp3d4pfFVCiHEp2ZykZmlmrh9O3S hDNjCHjsJNoZutxZxJ82I3/gHIugp1158d4Sud1s6GkpqSZ5taNI2jfSmkYt2hJjdXgarEQ8z3yTo itklaCYMgXTvy5iSOhdsAsJpPel//gSFpvkKXLMKV+9avEkAifMgFcd78BXmLw/lO97eBzpHRSCDp NjJLJzaqN+CUDciAKHvw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mf4XE-00HJTu-Ss; Mon, 25 Oct 2021 18:17:25 +0000 Received: from mail-oi1-f180.google.com ([209.85.167.180]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mf4Wt-00HJP3-KZ for linux-arm-kernel@lists.infradead.org; Mon, 25 Oct 2021 18:17:05 +0000 Received: by mail-oi1-f180.google.com with SMTP id z126so16743322oiz.12 for ; Mon, 25 Oct 2021 11:17:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=VYgEzAUK5vIV1/XxJDtu0CYzc2fCSzuI3jM+a9IYaoE=; b=xCseG4Gib4ZkePLyLm9cKS00XvLSa1aEt/5V6iPbv+CshctwxErMF+dXb6vufBmDoi ijFMVP1TGWIc9E2WV4+Wk0oJughdbwLZwasv2sYamY369tUSKQBlBTE/azq0ow6lsM2K IdfJxwUZUdYWKpV6lCmHH3TJ8VaRlNJlTGF3QZWBrpizIi/yileepYI94QQPBmJTQVA6 36/py2BmD0Lj7f5/BuyWsP0j47VnB5ofV8+T2QbP8sTGk9EE/AfemszMsvPYDkJNkUPj CL05RPthH+GE0di8JFPffmLtK9Yc/B1c+LbUJ3+GZZtvc0zSX5PlBpSbzrKtQn5xE+dI 2riQ== X-Gm-Message-State: AOAM5336porKJvYRzfiQejaiL8Sk/zcxsoFznmCpVm8E6DDq9huU7gDJ JgJL8P3XGG0/GLYfHhS2rA== X-Google-Smtp-Source: ABdhPJz6Op3Td2UudmGFBbTzhGZK2ivGUlles/1gbzOCetL2pcQaihRaGCR7veAF5Wey/GcUQAPesA== X-Received: by 2002:a05:6808:2185:: with SMTP id be5mr23996700oib.139.1635185822201; Mon, 25 Oct 2021 11:17:02 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id n107sm2952195ota.40.2021.10.25.11.17.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Oct 2021 11:17:01 -0700 (PDT) Received: (nullmailer pid 824872 invoked by uid 1000); Mon, 25 Oct 2021 18:16:53 -0000 From: Rob Herring To: thanushree.sreerama@emtrion.com Cc: linux-imx@nxp.com, devicetree@vger.kernel.org, shawnguo@kernel.org, robh+dt@kernel.org, frank.erdrich@emtrion.com, kernel@pengutronix.de, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, s.hauer@pengutronix.de, festevam@gmail.com In-Reply-To: <20211025161509.37305-1-thanushree.sreerama@emtrion.com> References: <20211025161509.37305-1-thanushree.sreerama@emtrion.com> Subject: Re: [PATCH v2] arm64: dts: imx8mm: Add support for emtrion emCON-MX8M Mini Date: Mon, 25 Oct 2021 13:16:53 -0500 Message-Id: <1635185813.782599.824871.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211025_111703_706341_384D714F X-CRM114-Status: GOOD ( 19.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Mon, 25 Oct 2021 18:15:09 +0200, thanushree.sreerama@emtrion.com wrote: > From: Thanushree Sreerama > > This patch adds support for the emtrion GmbH emCON-MX8M Mini modules. > They are available with NXP i.MX 8M Mini equipped with 2 or 4 GB Memory. > > The devicetree imx8mm-emcon.dtsi is the common part providing all > module components and the basic support for the SoC. The support for the > avari baseboard in the developer-kit configuration is provided by the > emcon-avari dts files. > > Signed-off-by: Thanushree Sreerama > Reviewed by: Frank Erdrich > --- > .../devicetree/bindings/arm/fsl.yaml | 1 + > arch/arm64/boot/dts/freescale/Makefile | 3 +- > .../boot/dts/freescale/imx8mm-emcon-avari.dts | 23 + > .../dts/freescale/imx8mm-emcon-avari.dtsi | 141 ++++ > .../boot/dts/freescale/imx8mm-emcon.dtsi | 645 ++++++++++++++++++ > 5 files changed, 812 insertions(+), 1 deletion(-) > create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon-avari.dts > create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon-avari.dtsi > create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emcon.dtsi > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: ./Documentation/devicetree/bindings/arm/fsl.yaml:714:1: [error] syntax error: found character '\t' that cannot start any token (syntax) dtschema/dtc warnings/errors: make[1]: *** Deleting file 'Documentation/devicetree/bindings/arm/fsl.example.dts' Traceback (most recent call last): File "/usr/local/bin/dt-extract-example", line 45, in binding = yaml.load(open(args.yamlfile, encoding='utf-8').read()) File "/usr/local/lib/python3.8/dist-packages/ruamel/yaml/main.py", line 434, in load return constructor.get_single_data() File "/usr/local/lib/python3.8/dist-packages/ruamel/yaml/constructor.py", line 120, in get_single_data node = self.composer.get_single_node() File "_ruamel_yaml.pyx", line 706, in _ruamel_yaml.CParser.get_single_node File "_ruamel_yaml.pyx", line 724, in _ruamel_yaml.CParser._compose_document File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 850, in _ruamel_yaml.CParser._compose_sequence_node File "_ruamel_yaml.pyx", line 775, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 889, in _ruamel_yaml.CParser._compose_mapping_node File "_ruamel_yaml.pyx", line 773, in _ruamel_yaml.CParser._compose_node File "_ruamel_yaml.pyx", line 852, in _ruamel_yaml.CParser._compose_sequence_node File "_ruamel_yaml.pyx", line 904, in _ruamel_yaml.CParser._parse_next_event ruamel.yaml.scanner.ScannerError: while scanning for the next token found character that cannot start any token in "", line 714, column 1 make[1]: *** [Documentation/devicetree/bindings/Makefile:20: Documentation/devicetree/bindings/arm/fsl.example.dts] Error 1 make[1]: *** Waiting for unfinished jobs.... ./Documentation/devicetree/bindings/arm/fsl.yaml: while scanning for the next token found character that cannot start any token in "", line 714, column 1 /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/arm/fsl.yaml: ignoring, error parsing file warning: no schema found in file: ./Documentation/devicetree/bindings/arm/fsl.yaml make: *** [Makefile:1441: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1545835 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