Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2021 15:34:07 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 857ad3e4fff0 - main - arm64: std.allwinner: Add aw_syscon
Message-ID:  <202107191534.16JFY7Gj080735@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

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

commit 857ad3e4fff0eb4ba1eea6b6aeec3d30920507e5
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-07-19 15:31:57 +0000
Commit:     Emmanuel Vadot <manu@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107191534.16JFY7Gj080735>