The branch stable/13 has been updated by imp:

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

commit 5f1346a9f636475ee275d7aea44d48ce453a60f1
Author:     Warner Losh <[email protected]>
AuthorDate: 2022-07-08 17:53:28 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2022-10-02 04:25:50 +0000

    ARMADAXP: Add extres pseudo devices to some kernel
    
    Add extres and related pseudo devices to allow this to compile.
    
    Sponsored by:           Netflix
    PR:                     262417
    
    (cherry picked from commit 04bb568fdcd40b201395df198e3498b55377b78b)
---
 sys/arm/conf/ARMADAXP | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/sys/arm/conf/ARMADAXP b/sys/arm/conf/ARMADAXP
index 96c90c639a42..ed6e6037a1fa 100644
--- a/sys/arm/conf/ARMADAXP
+++ b/sys/arm/conf/ARMADAXP
@@ -77,6 +77,17 @@ device               bpf
 options        DEVICE_POLLING
 device         vlan
 
+# pseudo devices
+device         clk
+device         phy
+device         hwreset
+device         nvmem
+device         regulator
+device         syscon
+
+# Minimal GPIO support
+device         gpio
+
 #PCI/PCIE
 device         pci
 

Reply via email to