From patchwork Thu May 2 09:57:11 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13651514 X-Patchwork-Delegate: geert@linux-m68k.org Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [195.130.132.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 058B85674B for ; Thu, 2 May 2024 09:57:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.51 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714643843; cv=none; b=Oaydi8qULGXMTW6NAa2UiN0SMJQ8+Kxw5NeDrZorKZIgGB4pyzQiS0/McAPq2h3/+D7T2/HuGhZ02lRSz90Ozd68Y7JOAzrnhnUqThQvc54tMaswSwiUb5U4r7MF9S/0LSdP1DsEzB9RBYIxLVJx7Ow3iuRitYdQcPmILeipQQk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714643843; c=relaxed/simple; bh=ekClIaVeU7FniI7QxtD2BQawc20SAF5Bd0LNDcoSWXs=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=B/nXQtf2VHXvbKRFVvyiP4Fm3U5ODtFMYiEvDVBfBLS9caKMJpuP1z+sRPXHzz+zIFfcgOgXE9RdtqG4RM3/2ECt7hPWOhgpKpjIfvu5f1ENr3SzmzI7R+g9N3cQS760EufpsPSZYp28Tkz+ZTh/cNlIgpnUz/NkeqOfHhs5Q1g= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.51 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:93f:7d7e:5c98:dabc]) by baptiste.telenet-ops.be with bizsmtp id J9xC2C0083PjoSD019xCKA; Thu, 02 May 2024 11:57:12 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1s2TAw-002nZe-0s; Thu, 02 May 2024 11:57:12 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1s2TBg-004jYj-87; Thu, 02 May 2024 11:57:12 +0200 From: Geert Uytterhoeven To: Yoshihiro Shimoda Cc: linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH/RFC 8/8] arm64: dts: renesas: r8a779h0: Add OTP_MEM node Date: Thu, 2 May 2024 11:57:11 +0200 Message-Id: <4139a68854d258a8f989900cb75d51a2a496df27.1714642390.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Add a device node for the OTP non-volatile memory on the R-Car V4M (R8A779H0) SoC, which provides E-FUSE services. Signed-off-by: Geert Uytterhoeven --- arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a779h0.dtsi b/arch/arm64/boot/dts/renesas/r8a779h0.dtsi index 6d791024cabe1b94..ea3d2b2de10b2999 100644 --- a/arch/arm64/boot/dts/renesas/r8a779h0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779h0.dtsi @@ -404,6 +404,11 @@ tsc: thermal@e6198000 { #thermal-sensor-cells = <1>; }; + otp: otp@e61be000 { + compatible = "renesas,r8a779h0-otp"; + reg = <0 0xe61be000 0 0x1000>, <0 0xe61bf000 0 0x1000>; + }; + intc_ex: interrupt-controller@e61c0000 { compatible = "renesas,intc-ex-r8a779h0", "renesas,irqc"; #interrupt-cells = <2>;