From 10ebd8556b7990499c896a550e3d416b444211e6 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 02:23:07 +0000 Subject: [PATCH] add led --- kernel/Documentation/driver-api/fpga/intro.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/driver-api/fpga/intro.rst b/kernel/Documentation/driver-api/fpga/intro.rst index 50d1cab..f54c7da 100644 --- a/kernel/Documentation/driver-api/fpga/intro.rst +++ b/kernel/Documentation/driver-api/fpga/intro.rst @@ -44,7 +44,7 @@ ----------- If you are adding a new interface to the FPGA framework, add it on top -of an FPGA region to allow the most reuse of your interface. +of an FPGA region. The FPGA Region framework (fpga-region.c) associates managers and bridges as reconfigurable regions. A region may refer to the whole -- Gitblit v1.6.2