mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
bfed2417f4
Fix a boot-time panic in qcom_mdio_ipq4018 due to a missing bus function and hook the file up to the build so that it will not rot away. Test booted on an ipq807x in 2022. X-Differential Revision: extracted from D37882
16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
#
|
|
# Qualcomm SoC support
|
|
#
|
|
|
|
# Qualcomm Snapdragon drivers
|
|
device qcom_gcc # Global Clock Controller
|
|
device qcom_mdio # MDIO support
|
|
|
|
# Serial (COM) ports
|
|
device uart_msm # Qualcomm MSM UART driver
|
|
|
|
# MMC/SD/SDIO Card slot support
|
|
device sdhci
|
|
|
|
options FDT
|