If the ADV7511 was probe-deferred, then the HDMI codec can have
different IDs. Use wildcard to allow different IDs.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Correct the DB410c tests to follow upstream changes:
- the SMD device migrated to use new qcom-rpm-proc driver
- smem device name has changed to include address
- APCS clock device name is now autogenerated.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Generated using boardrr-generate-template, with test case names adjusted
to be human readable.
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Generated using boardrr-generate-template, with test case names adjusted
to be human readable.
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Generated using boardrr-generate-template, with test case names adjusted
to be human readable.
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Make use of the newly added assert_usb_probed helper for USB devices on
Spherion, as it relies on documented kernel ABI and will therefore
require less maintenance.
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
This is a modular system, it could be split up further (eg, there will
be a lot shared with the WiFi variant) but this is what I have to hand.
Signed-off-by: Mark Brown <broonie@kernel.org>
There are a number of devices on the RK3288 which are usable on
and enabled for any system using the SoC, due to either being
essential for system operation or entirely internal to the SoC
(like the crypto engine). Move these to a separate script
identified by the compatible for the SoC so that we get coverage
of these things on any system which uses this SoC.
Signed-off-by: Mark Brown <broonie@kernel.org>