<mgonzalez>
Hello everyone :) bamse: I don't understand Vikash's answer regarding the qcom,msm8998-venus DT & driver code. It's based on your qcom,msm8996-venus code, almost line for line...
svarbanov has quit [Remote host closed the connection]
svarbanov has joined #linux-msm
pevik has quit [Remote host closed the connection]
<calebccff>
bryanodonoghue: ah the debugfs stuff looks incredibly helpful! I'll give it a go. The driver I'm using as a base is indeed just for D-PHY with 2 lanes, I have replaced all the register sequences with ones from downstream on my device which configures the sensor for 3 lane C-PHY mode (that is, using 9 of the 10 possible wires, the 10th wire is not even connected on op6)
<calebccff>
but i should be able to try D-PHY as well on the other device I have
<konradybcio>
JIaxyga: no, there's some very painful to read information in downstream dt
<konradybcio>
also, no changes on 937x
<Adrian[m]1>
Hi there, my device has a weird GPIO setup. The amplifier's smartpa_enable is GPIO 12, which is shared with the nxp-nci-i2c's enable-gpios. Is there a patch series or mechanism that allows for sharing this GPIO? Currently the NFC seems to probe first and the amplifier can't claim it; I can have either of them working, but not both at once. I saw https://lore.kernel.org/linux-arm-msm/20240129115216.96479-1-krzysztof.kozlowski@linaro.org/
<Adrian[m]1>
for sharing GPIO resets, did anyone come up with a similar patch that covers my usecase yet? I imagine it's not that uncommon...