Champs,
With AM62A custom board, he is testing the camera input with MAX serdes (max9295 -> max96722).
From current Linux SDK (from the k3-am62a7 dts file), it is using as "clock-noncontinuous" driver setting.
port@0 {
reg = <0>;
ub953_in: endpoint {
remote-endpoint = <&sensor_out>;
data-lanes = <0 1>;
clock-noncontinuous;
};
};
Howevere, current using MAX serdes does not support "clock-noncontinuous" mode.
So, he is asking how to modify the driver (dts) to support the MAX serdes which does not support clock-noncontinuous.
Can you please check how to modify the driver not to use "clock-noncontinuous" mode?
Best regards,
Hayden
