From nobody Wed Oct 8 21:35:06 2025 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E87C22E7F2D; Tue, 24 Jun 2025 19:23:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750793021; cv=none; b=Zi3GvfQ5otHDrltRATwCevcATzOCLhg/37gPuBZUCQyXcC4foyCHgNMEsq9I9eq2Ukk+uNDhJoB5RCo6u0fJ2FSgjNwSnxxU1vUU08/RH1sPIGNbyzOSAzdZlXsmfi0cyl7GTGBY3c8kOn9rPLF9PP3bqUQOCflFerU3oB73mH0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750793021; c=relaxed/simple; bh=PDJpiD77z0skldwDKf4SRzGInU4+zqTVkZ+Ltk5hwrg=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=VS+UUZasUDOXEMrWqDBGOVUKV1+fMZb/m0C3B3CDazvPrPw/lsqdRuHt7coYrV2ctHt0rVAs8ChOsJ5CRUInXt32dToXGYtPoqWzDrOtKNmvjwNFb7UiBf/gqf+5QgOjaPBOv/6ibsB0sfJdYqCQXqftWXlLh5J3tm7Yr30t3D4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=renesas.com; spf=pass smtp.mailfrom=renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=renesas.com X-CSE-ConnectionGUID: HHyCfxgHQG6urX94NMWHEA== X-CSE-MsgGUID: vv/z5tRNTHez4vIuHO4g8w== Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 25 Jun 2025 04:23:37 +0900 Received: from mulinux.example.org (unknown [10.26.240.23]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 9A27F4003FBF; Wed, 25 Jun 2025 04:23:32 +0900 (JST) From: Fabrizio Castro To: Catalin Marinas , Will Deacon , Geert Uytterhoeven Cc: Fabrizio Castro , Krzysztof Kozlowski , Bjorn Andersson , Nishanth Menon , Arnd Bergmann , Lad Prabhakar , =?UTF-8?q?N=C3=ADcolas=20F=2E=20R=2E=20A=2E=20Prado?= , Taniya Das , Kuninori Morimoto , Eric Biggers , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Biju Das , linux-renesas-soc@vger.kernel.org Subject: [PATCH 5/6] arm64: defconfig: Enable the RZ/V2H(P) RSPI driver Date: Tue, 24 Jun 2025 20:23:03 +0100 Message-Id: <20250624192304.338979-6-fabrizio.castro.jz@renesas.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250624192304.338979-1-fabrizio.castro.jz@renesas.com> References: <20250624192304.338979-1-fabrizio.castro.jz@renesas.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Enable the Renesas RZ/V2H(P) RSPI driver for the benefit of RZ/V2H(P) based platforms. Signed-off-by: Fabrizio Castro Reviewed-by: Geert Uytterhoeven --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 42ec6e4ce407..64e7fdad51fd 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -575,6 +575,7 @@ CONFIG_SPI_ROCKCHIP=3Dy CONFIG_SPI_ROCKCHIP_SFC=3Dm CONFIG_SPI_RPCIF=3Dm CONFIG_SPI_RSPI=3Dm +CONFIG_SPI_RZV2H_RSPI=3Dm CONFIG_SPI_RZV2M_CSI=3Dm CONFIG_SPI_QCOM_QSPI=3Dm CONFIG_SPI_QUP=3Dy --=20 2.34.1