Return-Path: <SRS0=YE/A=N6=linux-m68k.org=geert@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 0658FC2BD09 for <soc@archiver.kernel.org>; Fri, 28 Jun 2024 13:15:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id DA9BFC4AF0B; Fri, 28 Jun 2024 13:15:55 +0000 (UTC) Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [195.130.137.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 7BD07C32781 for <soc@kernel.org>; Fri, 28 Jun 2024 13:15:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 7BD07C32781 Authentication-Results: smtp.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:acf4:1256:ab55:12e6]) by laurent.telenet-ops.be with bizsmtp id h1Fs2C00A5ECAAU011Fslu; Fri, 28 Jun 2024 15:15:52 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from <geert@linux-m68k.org>) id 1sNBS6-000VGY-92; Fri, 28 Jun 2024 15:15:52 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from <geert@linux-m68k.org>) id 1sNBSC-00BlRM-4g; Fri, 28 Jun 2024 15:15:52 +0200 From: Geert Uytterhoeven <geert+renesas@glider.be> List-Id: <soc.lore.kernel.org> To: arm-soc <arm@kernel.org>, soc <soc@kernel.org> Cc: Magnus Damm <magnus.damm@gmail.com>, linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven <geert+renesas@glider.be> Subject: [GIT PULL 2/3] Renesas DT binding updates for v6.11 Date: Fri, 28 Jun 2024 15:15:48 +0200 Message-Id: <cover.1719578279.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 In-Reply-To: <cover.1719578273.git.geert+renesas@glider.be> References: <cover.1719578273.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v6.11-tag1 for you to fetch changes up to 8a3d2ad6129c1c43b683550802a93a9ca7f9645b: dt-bindings: fuse: Document R-Car E-FUSE / OTP_MEM (2024-06-24 16:16:55 +0200) ---------------------------------------------------------------- Renesas DT binding updates for v6.11 - Document support for R-Car E-FUSE controllers. ---------------------------------------------------------------- Geert Uytterhoeven (2): dt-bindings: fuse: Document R-Car E-FUSE / PFC dt-bindings: fuse: Document R-Car E-FUSE / OTP_MEM .../bindings/fuse/renesas,rcar-efuse.yaml | 55 ++++++++++++++++++++++ .../devicetree/bindings/fuse/renesas,rcar-otp.yaml | 38 +++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 Documentation/devicetree/bindings/fuse/renesas,rcar-efuse.yaml create mode 100644 Documentation/devicetree/bindings/fuse/renesas,rcar-otp.yaml