The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=95a70e9ea807732d7a7fcde36bc4fdeb2cd8b74b
commit 95a70e9ea807732d7a7fcde36bc4fdeb2cd8b74b Author: Adrian Chadd <adr...@freebsd.org> AuthorDate: 2021-12-19 04:06:49 +0000 Commit: Adrian Chadd <adr...@freebsd.org> CommitDate: 2021-12-23 18:42:00 +0000 qca: add the TLMM code into the build This adds the IPQ4018 TLMM code into the IPQ4018 build. Differential Revision: https://reviews.freebsd.org/D33554 --- sys/arm/conf/std.qca | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/arm/conf/std.qca b/sys/arm/conf/std.qca index 09cd61078870..38c35761e3aa 100644 --- a/sys/arm/conf/std.qca +++ b/sys/arm/conf/std.qca @@ -40,6 +40,11 @@ device psci # Clock/Reset provider device qcom_gcc_ipq4018 +# TLMM (gpio/pinmux) +device gpio +device qcom_tlmm_ipq4018 +device fdt_pinctrl + options FDT # Disable CP14 work in DDB as TZ won't let us by default