Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2021 12:09:51 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: ab057b02b7c0 - stable/12 - arm: add device syscon to TEGRA124
Message-ID:  <202107211209.16LC9piA044523@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by mjg:

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

commit ab057b02b7c0bdbbcbd2c8520e766161fda5afc9
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2021-07-21 12:08:32 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2021-07-21 12:08:32 +0000

    arm: add device syscon to TEGRA124
    
    Unbreaks the build.
    
    This is a direct commit.
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/arm/conf/TEGRA124 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/arm/conf/TEGRA124 b/sys/arm/conf/TEGRA124
index a830519d909e..667ce01ac8bb 100644
--- a/sys/arm/conf/TEGRA124
+++ b/sys/arm/conf/TEGRA124
@@ -40,6 +40,7 @@ device		clk
 device		phy
 device		hwreset
 device		regulator
+device		syscon
 
 # Pseudo devices.
 device		loop			# Network loopback



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