git: ab057b02b7c0 - stable/12 - arm: add device syscon to TEGRA124

Mateusz Guzik mjg at FreeBSD.org
Wed Jul 21 12:09:52 UTC 2021


The branch stable/12 has been updated by mjg:

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

commit ab057b02b7c0bdbbcbd2c8520e766161fda5afc9
Author:     Mateusz Guzik <mjg at FreeBSD.org>
AuthorDate: 2021-07-21 12:08:32 +0000
Commit:     Mateusz Guzik <mjg at 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


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