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?
Konrad