mirror of
https://github.com/linux-msm/bootrr.git
synced 2026-02-25 13:12:03 -08:00
boards: db820c: Test for atl1c and ath10k_pci
Now that we're getting all the pieces in place for PCIe upstream let's test for the ethernet and wlan showing up on db820c. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
@@ -95,8 +95,14 @@ assert_driver_present glink-ssr-driver-present qcom_glink_ssr
|
||||
|
||||
# PCIe
|
||||
assert_driver_present pcie-driver-present qcom-pcie
|
||||
|
||||
assert_device_present pcie0-device-probed qcom-pcie 600000.*
|
||||
assert_driver_present pcie0-ath10k-driver-present ath10k_pci 5
|
||||
assert_device_present pcie0-ath10k-device-probed ath10k_pci 0000:01:00.0 2
|
||||
|
||||
assert_device_present pcie2-device-probed qcom-pcie 610000.*
|
||||
assert_driver_present pcie2-atl1c-driver-present atl1c
|
||||
assert_device_present pcie2-atl1c-device-probed atl1c 0002:01:00.0 5
|
||||
|
||||
# WiFi (via pcie0)
|
||||
assert_driver_present ath10k-driver-present ath10k_pci
|
||||
|
||||
Reference in New Issue
Block a user