From patchwork Mon Nov 4 13:26:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13861413 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.subspace.kernel.org (Postfix) with ESMTPS id 200731CD02 for ; Mon, 4 Nov 2024 13:26:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730726811; cv=none; b=nMLtf5ll8o5H6qez6W6rMUJ9lRlQ845BfxY34263RjEcBUIYSAyqaCAgvm/4PTcIIVKI+Q7IYSKwMH2KVmJKOCnRBSZVqu5aweAw398O/xyjh5gKwLLqlDKMGEXa3W+VoTENX0gJG7V9DkfDDXMD2W8O+ZQTqwtL6io6lyW9HEw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730726811; c=relaxed/simple; bh=ARmOfysl8kAGxJLh0vjrcRxii0Nn3Bt8WEWTrOk3h2E=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=hRI4N4RfwCU6ZlzULsBkErQDzg6KTCWSG2h+m+J2XlPR4OMiIBBKHrP1VNKIaNsteyFxBXil/ed7jRRRi7wumjUAkJdJnJk/+sx3WaxXF2kToXaC+/dt85mqf/ms9rOmr9MxP/KYpTV1V6kBMJlFph386akwnZ43adfMqcVDW2s= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) id 14D25C4CED5; Mon, 4 Nov 2024 13:26:51 +0000 (UTC) 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.kernel.org (Postfix) with ESMTPS id A37AEC4CECE for ; Mon, 4 Nov 2024 13:26:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org A37AEC4CECE 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:ae0d:26ef:36dd:9be1]) by baptiste.telenet-ops.be with cmsmtp id YdSh2D00Z31l0Qj01dShxP; Mon, 04 Nov 2024 14:26:42 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1t7x65-006FvL-Se; Mon, 04 Nov 2024 14:26:41 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1t7x6P-000BJw-Gs; Mon, 04 Nov 2024 14:26:41 +0100 From: Geert Uytterhoeven To: arm-soc , soc Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 0/2] Renesas SoC updates for v6.13 (take two) Date: Mon, 4 Nov 2024 14:26:38 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: soc@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi SoC folks, This is my second pull request for the inclusion of Renesas SoC updates for v6.13. It consists of 2 parts: [GIT PULL 1/2] Renesas ARM defconfig updates for v6.13 - Enable Battery Backup Function (VBATTB) and RTC support for the RZ/G3S SoC and the RZ/G3S SMARC SoM. [GIT PULL 2/2] Renesas DTS updates for v6.13 (take two) - Add a CPU Operating Performance Points table for the RZ/V2H SoC, - Add Battery Backup Function (VBATTB) and RTC support for the RZ/G3S SoC and the RZ/G3S SMARC SoM, - Add DMAC support for MMC on the RZ/A1H SoC and the Genmai development board, - Miscellaneous fixes and improvements. Note that this includes DT binding updates for the RZ/G3S SoC, which are shared by DT source files and the clock driver. Thanks for pulling! Gr{oetje,eeting}s, Geert --- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds