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 52FAEC433FE for ; Mon, 3 Jan 2022 17:36:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232032AbiACRgo (ORCPT ); Mon, 3 Jan 2022 12:36:44 -0500 Received: from esa.microchip.iphmx.com ([68.232.154.123]:61304 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231322AbiACRgn (ORCPT ); Mon, 3 Jan 2022 12:36:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1641231403; x=1672767403; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=h5ah9bdoR8qY4D5fPSZpio2M1R/z0nwpJzEW1Kpft3g=; b=lpWzgE4gVpERlwy4fpPlZRy9y9Vpdvk6imPwm1CGhYSpGlVJaY1MVz6T stMVJUSJNtw+wuBcwI2PQ2gkhM2bqGNAK8ZvkDFvJCR/mWA+mIcl5w3UC /266g/vj9ggqEQoddrjifiO6GZZ0VnEcyEHMk9qJ7g8+8i5Y9x7mp8b+B sLe/dsmBaewbLG888O/fVCqa6z6dD5QtKg9q+PYRO400xp8RJk/izTApf obAw9bVyTanfSRlH1hbOeZlwJ7TQgyf646NnFjUAM1T0ajoeo968uPJF+ /RUy5pFQuGmf3AU8zoeYZhAJVAZM2OA3qO0hPnTHUtwptDQfFtR0HRbHq w==; IronPort-SDR: CIH9jy6NWC10dDiYgkjh4XWTXoeLA6CIxg1PHADCjI3Wr1abyN9jUFB/r8Ct3LVzK1RZzVAvdi gKyOtTb8/PS01aVIjCANZVkGW02Owerl/vcyUN/xpeFTw2+umuUZ6TU9ayhymYqdS5fX9oe0XX Nf0BaOxACboQQMfYqGzS7L3x88EQqE6u4994y3gE/s3l1AIf4VElf9GEXdixZOrYF2it1bXI5b SnIfUlAfU4jdk2bsAknx0OLSiUT0ry2iF6MsMEqKK6wU2wYbMCuksH6TRAVHZ4AnahGrcmRknS i2QS8lAwL6gl8/b0t75A67Cu X-IronPort-AV: E=Sophos;i="5.88,258,1635231600"; d="scan'208";a="144175926" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 03 Jan 2022 10:36:42 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Mon, 3 Jan 2022 10:36:42 -0700 Received: from [10.12.77.169] (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Mon, 3 Jan 2022 10:36:37 -0700 Message-ID: <045f43d9-58e5-72a6-10fc-e47d875aeb21@microchip.com> Date: Mon, 3 Jan 2022 18:36:37 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 Subject: Re: [PATCH 2/8] dt-bindings: rng: atmel,at91-trng: convert Atmel TRNG to dtschema Content-Language: en-US To: Krzysztof Kozlowski , Rob Herring CC: Tony Lindgren , , "Tomer Maimon" , Matt Mackall , Avi Fishman , Alexandre Belloni , Nishanth Menon , Patrick Venture , , =?UTF-8?Q?Pali_Roh=c3=a1r?= , Khuong Dinh , , Patrice Chotard , Herbert Xu , Tali Perry , , Benjamin Fair , "Rob Herring" , Nancy Yuen , "Ludovic Desroches" , Santosh Shilimkar , References: <20211227183251.132525-1-krzysztof.kozlowski@canonical.com> <20211227183251.132525-2-krzysztof.kozlowski@canonical.com> <1640696040.235226.685116.nullmailer@robh.at.kernel.org> <5a3d7233-8ce0-dbb5-aac4-393caadf2a6a@canonical.com> From: Nicolas Ferre Organization: microchip In-Reply-To: <5a3d7233-8ce0-dbb5-aac4-393caadf2a6a@canonical.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On 28/12/2021 at 14:07, Krzysztof Kozlowski wrote: > On 28/12/2021 13:54, Rob Herring wrote: >> On Mon, 27 Dec 2021 19:32:45 +0100, Krzysztof Kozlowski wrote: >>> Convert the Atmel TRNG bindings to DT schema. >>> >>> Signed-off-by: Krzysztof Kozlowski >>> --- >>> .../bindings/rng/atmel,at91-trng.yaml | 46 +++++++++++++++++++ >>> .../devicetree/bindings/rng/atmel-trng.txt | 16 ------- >>> 2 files changed, 46 insertions(+), 16 deletions(-) >>> create mode 100644 Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml >>> delete mode 100644 Documentation/devicetree/bindings/rng/atmel-trng.txt >>> >> >> 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/1573492 >> >> >> rng@e2010000: compatible:0: 'microchip,sama7g5-trng' is not one of ['atmel,at91sam9g45-trng', 'microchip,sam9x60-trng'] >> arch/arm/boot/dts/at91-sama7g5ek.dt.yaml >> >> rng@e2010000: compatible: Additional items are not allowed ('atmel,at91sam9g45-trng' was unexpected) >> arch/arm/boot/dts/at91-sama7g5ek.dt.yaml >> >> rng@e2010000: compatible: ['microchip,sama7g5-trng', 'atmel,at91sam9g45-trng'] is too long >> arch/arm/boot/dts/at91-sama7g5ek.dt.yaml >> > > This patch is only converting the existing bindings, so new compatible > is not added. The issue reported here is being fixed in the next patch > (3/8). Thanks Krzysztof! Acked-by: Nicolas Ferre Best regards, Nicolas -- Nicolas Ferre 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 7DF39C433F5 for ; Mon, 3 Jan 2022 17:38:25 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mDdyvYMbeiEJ7w5V60BnrUHUOv56/fy5nye/rD3YmxM=; b=RnxcoVe5/Q7ynz EmPq8uLRp2a2mzQSbEiAqVJjUm4J6sLFqLCTZRh6Sd3xXsn+HV3jrxbhxe8GrA5yye7Pc/8HedIAR Px5vA5MRw7gMQ/H3J8YnAHE0I4pBoYAhE/uezET3gh/97kNQNi2BHk8p+HbCk6EyUbcS75BOOtUhX BM1lgmWqc2qOk/iACdgpb2ekJiqF8jPMOJtOfwOOmEX1hzMcAT9+D/LGyowDfLSH4SZPgGZh/P0CP 5MROHnnarnNdUpDlWCn8FRb2G3dgBXBFv8wHrnnzQ5rOvuJFjcKvH2fEaRCgw3mQF66Ly/vc6afBq L/esZMLhrY+GO4bqFexA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4RGM-009ixC-VL; Mon, 03 Jan 2022 17:36:51 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4RGG-009ivV-NP for linux-arm-kernel@lists.infradead.org; Mon, 03 Jan 2022 17:36:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1641231404; x=1672767404; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=h5ah9bdoR8qY4D5fPSZpio2M1R/z0nwpJzEW1Kpft3g=; b=h7XOhHPk9QFCE/8HtOEj7NdBjrqJxXBWdcPuPQCkkfMT3Ym+5JoTMS7N IEMJi0VhkyOD+0wHmGneETxbKkVAJlPqT7ftR0CNOnHCW6qqwadIlyAhP 2JDCZkYz75xG8T91C8nvb0gDmTkKDJbBiGJ9Ynaflfb/byeiRxLdH7y2/ K+iPbnLg/zGsFZkINayh9TMpEzfLzJRJ3uqTrAGjeQ23TMhEyB3xJJrvH cpWjZPZkCoO+Zc+aF2nEaR+W37N2rv5G0dT727lgXY588RShCshmCnthu kYQBeACdHlDBDWUofeyFvNsSW8gdGR6Z9aGw5N9cBCPH1Gj7VU5uRxlKP g==; IronPort-SDR: CIH9jy6NWC10dDiYgkjh4XWTXoeLA6CIxg1PHADCjI3Wr1abyN9jUFB/r8Ct3LVzK1RZzVAvdi gKyOtTb8/PS01aVIjCANZVkGW02Owerl/vcyUN/xpeFTw2+umuUZ6TU9ayhymYqdS5fX9oe0XX Nf0BaOxACboQQMfYqGzS7L3x88EQqE6u4994y3gE/s3l1AIf4VElf9GEXdixZOrYF2it1bXI5b SnIfUlAfU4jdk2bsAknx0OLSiUT0ry2iF6MsMEqKK6wU2wYbMCuksH6TRAVHZ4AnahGrcmRknS i2QS8lAwL6gl8/b0t75A67Cu X-IronPort-AV: E=Sophos;i="5.88,258,1635231600"; d="scan'208";a="144175926" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 03 Jan 2022 10:36:42 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Mon, 3 Jan 2022 10:36:42 -0700 Received: from [10.12.77.169] (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Mon, 3 Jan 2022 10:36:37 -0700 Message-ID: <045f43d9-58e5-72a6-10fc-e47d875aeb21@microchip.com> Date: Mon, 3 Jan 2022 18:36:37 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 Subject: Re: [PATCH 2/8] dt-bindings: rng: atmel, at91-trng: convert Atmel TRNG to dtschema Content-Language: en-US To: Krzysztof Kozlowski , Rob Herring CC: Tony Lindgren , , "Tomer Maimon" , Matt Mackall , Avi Fishman , Alexandre Belloni , Nishanth Menon , Patrick Venture , , =?UTF-8?Q?Pali_Roh=c3=a1r?= , Khuong Dinh , , Patrice Chotard , Herbert Xu , Tali Perry , , Benjamin Fair , "Rob Herring" , Nancy Yuen , "Ludovic Desroches" , Santosh Shilimkar , References: <20211227183251.132525-1-krzysztof.kozlowski@canonical.com> <20211227183251.132525-2-krzysztof.kozlowski@canonical.com> <1640696040.235226.685116.nullmailer@robh.at.kernel.org> <5a3d7233-8ce0-dbb5-aac4-393caadf2a6a@canonical.com> From: Nicolas Ferre Organization: microchip In-Reply-To: <5a3d7233-8ce0-dbb5-aac4-393caadf2a6a@canonical.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220103_093644_894374_F9FF56E4 X-CRM114-Status: GOOD ( 15.65 ) 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: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 28/12/2021 at 14:07, Krzysztof Kozlowski wrote: > On 28/12/2021 13:54, Rob Herring wrote: >> On Mon, 27 Dec 2021 19:32:45 +0100, Krzysztof Kozlowski wrote: >>> Convert the Atmel TRNG bindings to DT schema. >>> >>> Signed-off-by: Krzysztof Kozlowski >>> --- >>> .../bindings/rng/atmel,at91-trng.yaml | 46 +++++++++++++++++++ >>> .../devicetree/bindings/rng/atmel-trng.txt | 16 ------- >>> 2 files changed, 46 insertions(+), 16 deletions(-) >>> create mode 100644 Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml >>> delete mode 100644 Documentation/devicetree/bindings/rng/atmel-trng.txt >>> >> >> 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/1573492 >> >> >> rng@e2010000: compatible:0: 'microchip,sama7g5-trng' is not one of ['atmel,at91sam9g45-trng', 'microchip,sam9x60-trng'] >> arch/arm/boot/dts/at91-sama7g5ek.dt.yaml >> >> rng@e2010000: compatible: Additional items are not allowed ('atmel,at91sam9g45-trng' was unexpected) >> arch/arm/boot/dts/at91-sama7g5ek.dt.yaml >> >> rng@e2010000: compatible: ['microchip,sama7g5-trng', 'atmel,at91sam9g45-trng'] is too long >> arch/arm/boot/dts/at91-sama7g5ek.dt.yaml >> > > This patch is only converting the existing bindings, so new compatible > is not added. The issue reported here is being fixed in the next patch > (3/8). Thanks Krzysztof! Acked-by: Nicolas Ferre Best regards, Nicolas -- Nicolas Ferre _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel