mirror of
https://github.com/opnsense/src.git
synced 2026-04-11 20:40:03 -04:00
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
15 lines
264 B
Text
15 lines
264 B
Text
#
|
|
# 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
|