kernelci / kernelci/kernelci-project
Fix DT kselftest failures on mt8186-steelix
- Dominant language
- Python
- Stars
- 14
- Forks
- 32
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 3
Description
[Current](https://staging.kernelci.org:9000/viewer?search=parent%3D6679d5d3af336ef8c0144b36) DT kselftest failures on linux-next:
- [ ] `/soc/dpi@1400a000`, `/soc/i2c@1100f000/dp-bridge@5c`: The logs shows errors `it6505 3-005c: can not get extcon device!` and `platform 1400a000.dpi: deferred probe pending: mediatek-dpi: Failed to get bridge`. Applying [this old series](https://lore.kernel.org/all/20230331091145.737305-1-treapking@chromium.org/#t) (actually those commits + fixup from [this branch](https://gitlab.collabora.com/google/chromeos-kernel/-/tree/for-kernelci?ref_type=heads), since they no longer apply) fixed the failure;
- [ ] `/soc/i2c@11009000/trackpad@2c`: Second source component like the trackpad on juniper. Depends on series https://lore.kernel.org/all/20231128084236.157152-1-wenst@chromium.org/ being merged to be fixed.
- [ ] `/sound`: On the logs there's `platform sound: deferred probe pending: mt8186_mt6366: I2S3: codec dai not found`. From DT, I2S3's codecs are the it6505 dp-bridge and rt1019 speaker-codec, but even with both probing the issue persists. Note that [UCM](https://github.com/alsa-project/alsa-ucm-conf/pull/368) hasn't been merged upstream yet, so working audio is blocked on that, but this isn't required to get the driver probing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.