git: 857ad3e4fff0 - main - arm64: std.allwinner: Add aw_syscon

Emmanuel Vadot manu at FreeBSD.org
Mon Jul 19 15:34:07 UTC 2021


The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=857ad3e4fff0eb4ba1eea6b6aeec3d30920507e5

commit 857ad3e4fff0eb4ba1eea6b6aeec3d30920507e5
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-07-19 15:31:57 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-07-19 15:31:57 +0000

    arm64: std.allwinner: Add aw_syscon
    
    This was missed during the conversion of kernel configs
    PR:             257278
    Reported by:     Manuel Stühn <freebsd at justmail.de>
---
 sys/arm64/conf/std.allwinner | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys/arm64/conf/std.allwinner b/sys/arm64/conf/std.allwinner
index 71d71300c9b1..2bcbdc32e111 100644
--- a/sys/arm64/conf/std.allwinner
+++ b/sys/arm64/conf/std.allwinner
@@ -34,6 +34,9 @@ device		aw_rtc			# Allwinner Real-time Clock
 # Watchdog controllers
 device		aw_wdog			# Allwinner Watchdog
 
+# Syscon controller
+device		aw_syscon		# Allwinner System Controller
+
 # Power management controllers
 device		axp81x			# X-Powers AXP81x PMIC
 


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