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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D85C2C433F5 for ; Wed, 27 Apr 2022 14:19:02 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4KpLTd0Pzdz3bxH for ; Thu, 28 Apr 2022 00:19:01 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.160.42; helo=mail-oa1-f42.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-oa1-f42.google.com (mail-oa1-f42.google.com [209.85.160.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4KpLT705xcz2xvW for ; Thu, 28 Apr 2022 00:18:34 +1000 (AEST) Received: by mail-oa1-f42.google.com with SMTP id 586e51a60fabf-d6e29fb3d7so2066993fac.7 for ; Wed, 27 Apr 2022 07:18:34 -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=PMYFToIIw9gCyKckeLz6QNSj28pYwPtqHEMymIKkXRA=; b=siTYa2LFufoOQvOLKD2QSx42b6jhx889LmNQMY9CkdQPmBacTKCsI9YjmK3LvXMINg k6kEMVvgrx4wR0d3LbOlpbYUb8DfcuLEEuGs1PQPuZ020czuwuQZ8bFrbx5v2ia/qKsH rTGCUsixn+OBMiUv20NjBlzzlTF3j1ElUSMCYLRrULqAHkEMQLdzIKmGf+3BGhSrNJU4 rroW8YOgTne4lQw1jznSBD1LvqVHLiiu5A6xUq8ZuSC07nWJPUxpVBv1dLoJ5SXZG/UR 2N17kv3NB7hmK6HywqJOTSCcRa67EqbVY2LgqkzPFce7KWEHzBL3i4g43m6nJ6JtsSps waXg== X-Gm-Message-State: AOAM532EjidgF62Z93KYnxhsva1+RMUtkUVtlyOAc+UTchCNsKuMj5cj fu7AuxTRuty+5GOwEgAjxQ== X-Google-Smtp-Source: ABdhPJyS08rrT9jgCgkOe3uGHzv/NwWEfTH0q/IX+PLWPJjo6NzGWHPEYfF02mq/cITg/8Jmteod+w== X-Received: by 2002:a05:6870:6307:b0:e9:6ed6:cb2f with SMTP id s7-20020a056870630700b000e96ed6cb2fmr2954367oao.26.1651069110640; Wed, 27 Apr 2022 07:18:30 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id h21-20020a9d6015000000b006025edf7cafsm6020169otj.22.2022.04.27.07.18.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 07:18:30 -0700 (PDT) Received: (nullmailer pid 4142587 invoked by uid 1000); Wed, 27 Apr 2022 14:18:28 -0000 From: Rob Herring To: Michael Walle In-Reply-To: <20220427075338.1156449-5-michael@walle.cc> References: <20220427075338.1156449-1-michael@walle.cc> <20220427075338.1156449-5-michael@walle.cc> Subject: Re: [PATCH v3 4/4] dt-bindings: fsl: convert fsl, layerscape-scfg to YAML Date: Wed, 27 Apr 2022 09:18:28 -0500 Message-Id: <1651069108.159837.4142586.nullmailer@robh.at.kernel.org> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Marc Zyngier , linux-kernel@vger.kernel.org, Li Yang , Krzysztof Kozlowski , Rob Herring , Krzysztof Kozlowski , Shawn Guo , Thomas Gleixner , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Wed, 27 Apr 2022 09:53:38 +0200, Michael Walle wrote: > Convert the fsl,layerscape-scfg binding to the new YAML format. > > In the device trees, the device node always have a "syscon" > compatible, which wasn't mentioned in the previous binding. > > Also added, compared to the original binding, is the > interrupt-controller subnode as used in arch/arm/boot/dts/ls1021a.dtsi > as well as the litte-endian and big-endian properties. > > Signed-off-by: Michael Walle > Reviewed-by: Krzysztof Kozlowski > --- > changes since v2: > - none > > changes since v1: > - moved to soc/fsl/fsl,layerscape-scfg.yaml > - generic name for node in example > - mention added "syscon" compatible in commit message > - reference specific interrupt controller > > .../arm/freescale/fsl,layerscape-scfg.txt | 19 ------ > .../bindings/soc/fsl/fsl,layerscape-scfg.yaml | 58 +++++++++++++++++++ > 2 files changed, 58 insertions(+), 19 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,layerscape-scfg.txt > create mode 100644 Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/ scfg@1570000: interrupt-controller@1ac:interrupt-map-mask:0:0: 15 was expected arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dtb arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dtb arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb scfg@1570000: interrupt-controller@1ac:interrupt-map-mask:0:0: 7 was expected arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dtb arch/arm/boot/dts/ls1021a-qds.dtb arch/arm/boot/dts/ls1021a-tsn.dtb arch/arm/boot/dts/ls1021a-twr.dtb 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 3E675C433F5 for ; Wed, 27 Apr 2022 14:19:34 +0000 (UTC) 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=8KwBGakZna7SPAMZf7HMCtJHex9DwOvIrMnbbJSrDbo=; b=ZWe/Ga0igXyBDx jjC539hu6eZ851E95/aw+O6yg29Spnb1E+GumatMPXX7inKnniQj9NJdrNbeEMs/4Ej0pUwWWV7GC Jfqzi8C9PzylDt4jEi+zEFb0kzcD2Poi/M4wtttygzgakg2zhGmHuCBJ7aYJ0pEt6KEtIZX7hPN+W awYMqxfWT/sauT88X+DRzR/IvY5BrJiLgz+w1EJA9Cz8C6yTtrBeDqFXfhfxWadWRq2XKndjKlR5A Sb4C7cbJ2a+RcesL4PhW/+c2fa/v7e318hhE/iqnKwQhvL5oxsIP8MzgltihqQ0jWOSFEbRkqtjtT d2sx6FOnQ7btLcIbFZvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njiV1-001kwQ-1d; Wed, 27 Apr 2022 14:18:35 +0000 Received: from mail-oa1-f54.google.com ([209.85.160.54]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1njiUx-001kvO-QV for linux-arm-kernel@lists.infradead.org; Wed, 27 Apr 2022 14:18:33 +0000 Received: by mail-oa1-f54.google.com with SMTP id 586e51a60fabf-e93bbb54f9so2051356fac.12 for ; Wed, 27 Apr 2022 07:18:31 -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=PMYFToIIw9gCyKckeLz6QNSj28pYwPtqHEMymIKkXRA=; b=zO97J45cO1tVwv2F2HT9IU1XMNWtrYGsA1EWrmSlPeJjNjJzA2wt1pqx2bAeqpZdg1 iki9v1ImqqR5SKSohmlZ4poS/D1oZTtW2YS5/pp3SmK6gkoAy0abw4IfpPFMWRuW1syb 1j3j+ybsaMa+Kx8xq4FCBMLINa+EHKxInPMFC5/ZATmZ+nCEpefJFfn5eYP/4MeL3nIy XzdwZNoEprL7DbKTXM1sOYLSBc7Q8SLM0zYKll8zZq7i82jcPdTkHzF95DDCbiVP+7ZT l1Ody4HmD02vnuCzw2Fr9P7hK9mnRSlV4cQALkzB+AsfZLjwbRw3+V0VC5d8So485EuJ e/7Q== X-Gm-Message-State: AOAM5305UeDdStmOvuMFUhF0wcV0O4icdncqHuuXxZFTT6XjZQtCKuGC Eh+MD2KeeU9e1rkYqsB3hQ== X-Google-Smtp-Source: ABdhPJyS08rrT9jgCgkOe3uGHzv/NwWEfTH0q/IX+PLWPJjo6NzGWHPEYfF02mq/cITg/8Jmteod+w== X-Received: by 2002:a05:6870:6307:b0:e9:6ed6:cb2f with SMTP id s7-20020a056870630700b000e96ed6cb2fmr2954367oao.26.1651069110640; Wed, 27 Apr 2022 07:18:30 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id h21-20020a9d6015000000b006025edf7cafsm6020169otj.22.2022.04.27.07.18.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 07:18:30 -0700 (PDT) Received: (nullmailer pid 4142587 invoked by uid 1000); Wed, 27 Apr 2022 14:18:28 -0000 From: Rob Herring To: Michael Walle Cc: Krzysztof Kozlowski , Marc Zyngier , Rob Herring , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Shawn Guo , Krzysztof Kozlowski In-Reply-To: <20220427075338.1156449-5-michael@walle.cc> References: <20220427075338.1156449-1-michael@walle.cc> <20220427075338.1156449-5-michael@walle.cc> Subject: Re: [PATCH v3 4/4] dt-bindings: fsl: convert fsl, layerscape-scfg to YAML Date: Wed, 27 Apr 2022 09:18:28 -0500 Message-Id: <1651069108.159837.4142586.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220427_071831_899332_73933D8A X-CRM114-Status: GOOD ( 15.85 ) 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 Wed, 27 Apr 2022 09:53:38 +0200, Michael Walle wrote: > Convert the fsl,layerscape-scfg binding to the new YAML format. > > In the device trees, the device node always have a "syscon" > compatible, which wasn't mentioned in the previous binding. > > Also added, compared to the original binding, is the > interrupt-controller subnode as used in arch/arm/boot/dts/ls1021a.dtsi > as well as the litte-endian and big-endian properties. > > Signed-off-by: Michael Walle > Reviewed-by: Krzysztof Kozlowski > --- > changes since v2: > - none > > changes since v1: > - moved to soc/fsl/fsl,layerscape-scfg.yaml > - generic name for node in example > - mention added "syscon" compatible in commit message > - reference specific interrupt controller > > .../arm/freescale/fsl,layerscape-scfg.txt | 19 ------ > .../bindings/soc/fsl/fsl,layerscape-scfg.yaml | 58 +++++++++++++++++++ > 2 files changed, 58 insertions(+), 19 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,layerscape-scfg.txt > create mode 100644 Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/ scfg@1570000: interrupt-controller@1ac:interrupt-map-mask:0:0: 15 was expected arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dtb arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dtb arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb scfg@1570000: interrupt-controller@1ac:interrupt-map-mask:0:0: 7 was expected arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dtb arch/arm/boot/dts/ls1021a-qds.dtb arch/arm/boot/dts/ls1021a-tsn.dtb arch/arm/boot/dts/ls1021a-twr.dtb _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08130C433FE for ; Wed, 27 Apr 2022 14:18:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237543AbiD0OVo (ORCPT ); Wed, 27 Apr 2022 10:21:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237534AbiD0OVn (ORCPT ); Wed, 27 Apr 2022 10:21:43 -0400 Received: from mail-oa1-f54.google.com (mail-oa1-f54.google.com [209.85.160.54]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 594966A01C; Wed, 27 Apr 2022 07:18:31 -0700 (PDT) Received: by mail-oa1-f54.google.com with SMTP id 586e51a60fabf-e922e68b0fso2094529fac.1; Wed, 27 Apr 2022 07:18:31 -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=PMYFToIIw9gCyKckeLz6QNSj28pYwPtqHEMymIKkXRA=; b=oT7wLDmeGNjUm9hVucJWKuIN53Af8Rj7+Gl67IkO8oyR9y15Dpsv98niuvtzA+nFeu Ip3d3QJYcYsEA0nL1NKv/vmv+xHpgsZhI+c0S6vXIJkvK/8pFVNJX2TMjc1j/nOhAlXr k7BhG29R/ahv8R/qwR3OYbUR8aES5A5QitGa4uCRDXPL5UizxZo64cHhth7pqyItfFnN s9KGwznKIF41y/waT3XsOf0khF8oL9/TkFDtz2AK2rKrKhayo5uB7tmgeIR2/0/KQtN9 G/at2kstoJ+ZtXbwZS/g2A1ZHmWQHiXilxQxbGk1TAxfcZS2Ofo0FMeIPALObgsizy+Q DSKg== X-Gm-Message-State: AOAM533ejB1M6N4kuxEj9EaU4q7JCv+sGa/jtC4ux3UzAn0wYDS1Y5JK SNx//BAgXohunCIQ+TCgRSRP1+uJug== X-Google-Smtp-Source: ABdhPJyS08rrT9jgCgkOe3uGHzv/NwWEfTH0q/IX+PLWPJjo6NzGWHPEYfF02mq/cITg/8Jmteod+w== X-Received: by 2002:a05:6870:6307:b0:e9:6ed6:cb2f with SMTP id s7-20020a056870630700b000e96ed6cb2fmr2954367oao.26.1651069110640; Wed, 27 Apr 2022 07:18:30 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id h21-20020a9d6015000000b006025edf7cafsm6020169otj.22.2022.04.27.07.18.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Apr 2022 07:18:30 -0700 (PDT) Received: (nullmailer pid 4142587 invoked by uid 1000); Wed, 27 Apr 2022 14:18:28 -0000 From: Rob Herring To: Michael Walle Cc: Krzysztof Kozlowski , Marc Zyngier , Rob Herring , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Shawn Guo , Krzysztof Kozlowski In-Reply-To: <20220427075338.1156449-5-michael@walle.cc> References: <20220427075338.1156449-1-michael@walle.cc> <20220427075338.1156449-5-michael@walle.cc> Subject: Re: [PATCH v3 4/4] dt-bindings: fsl: convert fsl,layerscape-scfg to YAML Date: Wed, 27 Apr 2022 09:18:28 -0500 Message-Id: <1651069108.159837.4142586.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 27 Apr 2022 09:53:38 +0200, Michael Walle wrote: > Convert the fsl,layerscape-scfg binding to the new YAML format. > > In the device trees, the device node always have a "syscon" > compatible, which wasn't mentioned in the previous binding. > > Also added, compared to the original binding, is the > interrupt-controller subnode as used in arch/arm/boot/dts/ls1021a.dtsi > as well as the litte-endian and big-endian properties. > > Signed-off-by: Michael Walle > Reviewed-by: Krzysztof Kozlowski > --- > changes since v2: > - none > > changes since v1: > - moved to soc/fsl/fsl,layerscape-scfg.yaml > - generic name for node in example > - mention added "syscon" compatible in commit message > - reference specific interrupt controller > > .../arm/freescale/fsl,layerscape-scfg.txt | 19 ------ > .../bindings/soc/fsl/fsl,layerscape-scfg.yaml | 58 +++++++++++++++++++ > 2 files changed, 58 insertions(+), 19 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,layerscape-scfg.txt > create mode 100644 Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/ scfg@1570000: interrupt-controller@1ac:interrupt-map-mask:0:0: 15 was expected arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dtb arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dtb arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dtb arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb scfg@1570000: interrupt-controller@1ac:interrupt-map-mask:0:0: 7 was expected arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dtb arch/arm/boot/dts/ls1021a-qds.dtb arch/arm/boot/dts/ls1021a-tsn.dtb arch/arm/boot/dts/ls1021a-twr.dtb