Date: Sun, 2 Oct 2022 04:29:12 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 5f1346a9f636 - stable/13 - ARMADAXP: Add extres pseudo devices to some kernel Message-ID: <202210020429.2924TCDn057840@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=5f1346a9f636475ee275d7aea44d48ce453a60f1 commit 5f1346a9f636475ee275d7aea44d48ce453a60f1 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-07-08 17:53:28 +0000 Commit: Warner Losh <imp@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210020429.2924TCDn057840>