On 17/12/2025 13:04, Konrad Dybcio wrote:
On 12/16/25 9:34 PM, David Heidelberg via B4 Relay wrote:
From: David Heidelberg <[email protected]>
We know these devices are present; most of them are supported by
downstream and are close to the mainline kernels.
This adds placeholders for:
- front camera (imx371)
- rear cameras (imx519, imx376k)
- actuators
- NFC node on i2c3
This is very handy when rebasing the integration tree with
support for multiple different blocks at the same time.
Signed-off-by: David Heidelberg <[email protected]>
---
[...]
+&i2c3 {
+ clock-frequency = <400000>;
+
+ status = "okay";
+
+ /* nxp,nxp-nci-i2c @28 */
This seems fairly straightforward to enable - could you just
do that instead?
I have patch for it in-tree, but most likely not correct. See notes in:
https://gitlab.com/sdm845/sdm845-next/-/commit/eeb765bb1166e020a771ed712fec76b56da229ee
For now, I can only confirm the device is on the i2c address.
David>
Konrad