kernelci / kernelci/kernelci-project
Fix DT kselftest failures on sc7180-limozeen
- Dominant language
- Python
- Stars
- 14
- Forks
- 32
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 3
Description
We're getting results from staging for the DT kselftest on sc7180-limozeen: https://staging.kernelci.org:9000/viewer?node_id=666a87ac862fd68358579d86. Current failures:
- [x] /pwmleds: https://lore.kernel.org/all/20240614-sc7180-pwmleds-probe-v1-1-e2c3f1b42a43@collabora.com
- [ ] /soc@0/crypto@1d90000: Can probe if the following configs enabled
```
CONFIG_SCSI_UFS_CRYPTO=y
CONFIG_BLK_INLINE_ENCRYPTION=y
```
However there's a message `qcom-ice 1d90000.crypto: ICE SCM interface not found`, meaning it doesn't seem to be usable in this platform, due to missing functionality from hypervisor. It's hard to justify enabling it in the defconfig upstream besides to just fix this test failure.
- [x] /soc@0/geniqup@8c0000/i2c@894000/proximity@28
/soc@0/geniqup@ac0000/spi@a90000/ec@0
/soc@0/remoteproc@62400000/glink-edge/apr
/soc@0/remoteproc@62400000/glink-edge/apr/service@3
/soc@0/remoteproc@62400000/glink-edge/apr/service@4
/soc@0/remoteproc@62400000/glink-edge/apr/service@4/clock-controller
/soc@0/remoteproc@62400000/glink-edge/apr/service@4/dais
/soc@0/remoteproc@62400000/glink-edge/apr/service@7
/soc@0/remoteproc@62400000/glink-edge/apr/service@7/dais
/soc@0/remoteproc@62400000/glink-edge/apr/service@8
/soc@0/remoteproc@62400000/glink-edge/apr/service@8/routing
/soc@0/remoteproc@62400000/glink-edge/fastrpc
/soc@0/remoteproc@62400000/glink-edge/fastrpc/compute-cb@3
/soc@0/remoteproc@62400000/glink-edge/fastrpc/compute-cb@4
/soc@0/remoteproc@62400000/glink-edge/fastrpc/compute-cb@5
/soc@0/spmi@c440000/pmic@0/pon@800/pwrkey
All of these are false positives, the ancestors are disabled so they aren't expected to probe anyway. Sent series fixing the test: https://lore.kernel.org/all/20240619-dt-kselftest-parent-disabled-v1-1-b8f7a8778906@collabora.com
On similar SOC, sc7180-trogdor-kingoftown, there is additional failure:
- [ ] /soc@0/geniqup@8c0000/i2c@890000/touchscreen@10
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.