From owner-dev-commits-src-main@freebsd.org Mon Jul 19 15:34:07 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8256A658F2A; Mon, 19 Jul 2021 15:34:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GT5VR31cdz3lsY; Mon, 19 Jul 2021 15:34:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4ED9119C24; Mon, 19 Jul 2021 15:34:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16JFY7pk080736; Mon, 19 Jul 2021 15:34:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16JFY7Gj080735; Mon, 19 Jul 2021 15:34:07 GMT (envelope-from git) Date: Mon, 19 Jul 2021 15:34:07 GMT Message-Id: <202107191534.16JFY7Gj080735@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Emmanuel Vadot Subject: git: 857ad3e4fff0 - main - arm64: std.allwinner: Add aw_syscon MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: manu X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 857ad3e4fff0eb4ba1eea6b6aeec3d30920507e5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2021 15:34:07 -0000 The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=857ad3e4fff0eb4ba1eea6b6aeec3d30920507e5 commit 857ad3e4fff0eb4ba1eea6b6aeec3d30920507e5 Author: Emmanuel Vadot AuthorDate: 2021-07-19 15:31:57 +0000 Commit: Emmanuel Vadot 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 --- 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