From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 46B384307B0 for ; Fri, 25 Sep 2026 12:19:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1790338750; cv=none; b=YsYAdJUEo0ihSKEo3A7bLC96+T1cHMV5kjop7GY+/dmTyPt52p7I5UXSs+rSA+NTfYe/5iRRmFU130RL221wN3/gSQppA74n7dX2tzu1O22o6jQJ0duhqHr4l+yflIu2qcrzBAvdv1pRflXxkUYbvlLGlbkAoCIWWhYsqSPgwqE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1790338750; c=relaxed/simple; bh=jjU815oQt0O3NpL/KvupGFQMW7lSCPPiN4K6PrptraA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rrZx8aPlhPn6/CpmoXWUHXypmAL0aLsWkFf/cOsHebgT0T07h4OfAB249QsCXh2y/AbK2Vvyd8ctZAKbXKFnxeCjG8WBwwzEGs+8wJw5VteBOg15MiUBnT0RlSb14XMt/nRjnDk6sVoz4t6ZOxg+vaTFnvoGh2NPBUu7CHlfyms= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=HzuEJ+hF; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="HzuEJ+hF" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=k1; bh=Ioiz H3mYlx5q1MZbfjP+R4RQDGFNB6UDcbjSFJBb8+k=; b=HzuEJ+hFt48GURbkUszL plksKCZlWAxLgIFAsw/2/hXWoTOWs5rov5FXDrPADdhp9DiUfe8ny01D6yuiOQwV 8KKlY8OX88pJqLtBlhYRnXQrguPM/g4fgRQ4M13oRBXMkr38DEThz1ATqG1/zuMn 3TUooTOi8PCFHdw7gJHrCKnBbgNQaBtNw5OgnEfMouggz+4NLMAtXuGueCGuSyZo f0WL+h37M3x7gNVmPWYfRk4Cy4QP4u49IKZc/sCKei77ThfMIp6lNIIf6PfHrW0F DSpb4drWaKkB7jSPrwikuVqL1Dm16/lbIW49Gbc1hK0puWlD44+IRrvYEByrC99/ qw== Received: (qmail 1554329 invoked from network); 25 Sep 2026 14:19:05 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 25 Sep 2026 14:19:05 +0200 X-UD-Smtp-Session: l3s3148p1@9qr1uE1cYrcujnvn Date: Fri, 25 Sep 2026 14:19:05 +0200 From: Wolfram Sang To: Paul Louvel Cc: Borislav Petkov , Tony Luck , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm , linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-edac@vger.kernel.org, devicetree@vger.kernel.org, Thomas Petazzoni , Miquel Raynal , Herve Codina Subject: Re: [PATCH v3 3/3] ARM: dts: renesas: r9a06g032: add EDAC node Message-ID: References: <20260924-paul-v7-3-rc1-edac-v3-0-bd8054a5b180@bootlin.com> <20260924-paul-v7-3-rc1-edac-v3-3-bd8054a5b180@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260924-paul-v7-3-rc1-edac-v3-3-bd8054a5b180@bootlin.com> On Thu, Sep 24, 2026 at 04:12:49PM +0200, Paul Louvel wrote: > Add EDAC node to the SoC base device tree file. > > Signed-off-by: Paul Louvel (Schneider Electric) Reviewed-by: Wolfram Sang