Linux-mediatek Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: mt7986: fix trng node name
@ 2022-10-26  8:51 Frank Wunderlich
  2022-10-27  8:04 ` AngeloGioacchino Del Regno
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Wunderlich @ 2022-10-26  8:51 UTC (permalink / raw)
  To: linux-mediatek
  Cc: devicetree, linux-kernel, Rob Herring, Krzysztof Kozlowski,
	Matthias Brugger, linux-arm-kernel

From: Frank Wunderlich <frank-w@public-files.de>

Binding requires node name to be rng not trng:

trng@1020f000: $nodename:0: 'trng@1020f000' does not match '^rng@[0-9a-f]+$'

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
---
 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>;
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-27  8:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-26  8:51 [PATCH] arm64: dts: mt7986: fix trng node name Frank Wunderlich
2022-10-27  8:04 ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox