GPIO 417 drive strength configuration

hello notAnotherUsernameInUse,

  1. please download Jetson AGX Xavier Pinmux to configure the drive strength.
  2. or, you could have modification in sensor device tree.
    for example,
cam1_mclk_ps0 {
                        ...
                        nvidia,pull-down-strength = <0xa>;
                        nvidia,pull-up-strength = <0xa>;
                    };