git: 206bb484f531 - stable/13 - riscv: Add hwreset to NOTES to fix LINT build

Jessica Clarke jrtc27 at FreeBSD.org
Tue Sep 7 12:10:01 UTC 2021


The branch stable/13 has been updated by jrtc27:

URL: https://cgit.FreeBSD.org/src/commit/?id=206bb484f53132a05324cfc4135d305ba8b6b601

commit 206bb484f53132a05324cfc4135d305ba8b6b601
Author:     Jessica Clarke <jrtc27 at FreeBSD.org>
AuthorDate: 2021-08-07 22:15:20 +0000
Commit:     Jessica Clarke <jrtc27 at FreeBSD.org>
CommitDate: 2021-09-07 12:08:15 +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
    
    (cherry picked from commit 0a4cb54506e3e2c0d911ddd12416eb2fdc6a7bd7)
---
 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-branches mailing list