From patchwork Thu Oct 27 15:10:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 13022312 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 8540DFA3740 for ; Thu, 27 Oct 2022 15:14:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Rm1t4RdpbKKClXKPtibfxyQ7kbjOHaphgTBCR98lkTg=; b=2AlKJ0wo4IN8SN u7witBQFY81Nv8ISycF6p5pSHhoNNPAMWmi4bkPEAoUcVNvZaoKhWnLX8QduvMwEzcYEQTdDqKjdq JKxyFAhB0lbzkgmWT2NRoPIoHvuvdBzkKaQH/+lzN3WFDTgm4Hs99dPbbzOuNdrbcx/Sh4r/LoX6b 8HS2oZH/LN4e5vK2jw7Msv14RQnGww5DYXg/Tc6pd7QuT6psmTkh3Cu14e4EdMKc1oAaZ9hQQTOSi 6euo0a4VYnoJIIzU20ZdZ+zDE/E4YZziD7ffs5ZcYGuCeH0l7LxxXb/NnupHcnlUltsBtx5bQjBf/ jcH9Uselhe9Ikc33qI9A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oo4Zy-00E1nQ-63; Thu, 27 Oct 2022 15:13:58 +0000 Received: from mxout2.routing.net ([2a03:2900:1:a::b]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oo4ZH-00E1Q9-8s; Thu, 27 Oct 2022 15:13:18 +0000 Received: from mxbox3.masterlogin.de (unknown [192.168.10.78]) by mxout2.routing.net (Postfix) with ESMTP id 888656047D; Thu, 27 Oct 2022 15:13:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1666883583; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Rm1t4RdpbKKClXKPtibfxyQ7kbjOHaphgTBCR98lkTg=; b=v6LDHRx1zCBOkp6Yk8dAWZuc0EwIB9m2G9nZLJzgZ1a/QAwIwB32f0LcsuXFNTDzZSe4K1 RCF82sGi14r9AhYRah/nw82AN/0ci4hrrZXpOzdKeDRGx1ecmHkvmqWM1kBp5hJ370Uo9c u9/IOHe7rAruZQWXTgcQDRp9ztvFUtA= Received: from frank-G5.. (fttx-pool-80.245.77.6.bambit.de [80.245.77.6]) by mxbox3.masterlogin.de (Postfix) with ESMTPSA id 985DC3604A1; Thu, 27 Oct 2022 15:10:55 +0000 (UTC) From: Frank Wunderlich To: linux-mediatek@lists.infradead.org Subject: [PATCH v2] arm64: dts: mt7986: fix trng node name Date: Thu, 27 Oct 2022 17:10:22 +0200 Message-Id: <20221027151022.5541-1-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Mail-ID: ead8d68b-beaf-45b4-a187-c45a63bd847c X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221027_081315_558692_7EA507CC X-CRM114-Status: UNSURE ( 9.38 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Sam Shih , linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Matthias Brugger , linux-arm-kernel@lists.infradead.org, AngeloGioacchino Del Regno Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org From: Frank Wunderlich Binding requires node name to be rng not trng: trng@1020f000: $nodename:0: 'trng@1020f000' does not match '^rng@[0-9a-f]+$' Fixes: 50137c150f5f ("arm64: dts: mediatek: add basic mt7986 support") Signed-off-by: Frank Wunderlich Reviewed-by: AngeloGioacchino Del Regno --- arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi index 72e0d9722e07..226648f48df2 100644 --- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi @@ -168,7 +168,7 @@ sgmiisys1: syscon@10070000 { #clock-cells = <1>; }; - trng: trng@1020f000 { + trng: rng@1020f000 { compatible = "mediatek,mt7986-rng", "mediatek,mt7623-rng"; reg = <0 0x1020f000 0 0x100>;