git: 0a4cb54506e3 - main - riscv: Add hwreset to NOTES to fix LINT build

Jessica Clarke jrtc27 at FreeBSD.org
Sat Aug 7 22:21:01 UTC 2021


The branch main has been updated by jrtc27:

URL: https://cgit.FreeBSD.org/src/commit/?id=0a4cb54506e3e2c0d911ddd12416eb2fdc6a7bd7

commit 0a4cb54506e3e2c0d911ddd12416eb2fdc6a7bd7
Author:     Jessica Clarke <jrtc27 at FreeBSD.org>
AuthorDate: 2021-08-07 22:15:20 +0000
Commit:     Jessica Clarke <jrtc27 at FreeBSD.org>
CommitDate: 2021-08-07 22:15:20 +0000

    riscv: Add hwreset to NOTES to fix LINT build
    
    Fixes:          8e7e0690ecd7 ("sifive_prci: Add reset support for the FU540 and FU740")
    MFC after:      1 week
---
 sys/riscv/conf/NOTES | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/riscv/conf/NOTES b/sys/riscv/conf/NOTES
index 0a067ab19d34..a99567ac16a5 100644
--- a/sys/riscv/conf/NOTES
+++ b/sys/riscv/conf/NOTES
@@ -26,6 +26,7 @@ device		rcons
 # EXT_RESOURCES pseudo devices
 options 	EXT_RESOURCES
 device		clk
+device		hwreset
 device		phy
 device		regulator
 device		syscon


More information about the dev-commits-src-all mailing list