Adv7282 PAL to MIPI CSI Linux Driver Development

I am verifying step by step, first i have modified the device tree for single channel single lane mipi csi for which i dont have detection problems, but one clarity i am missing is the tegra camera platform parameters, and patch requirement

  1. can you please clarify is there any mistake in below parameters for resolutions 720x576 for frame rate of 24fps

     num_csi_lanes = <1>;
     max_lane_speed = <1500000>;
     min_bits_per_pixel = <10>;
     vi_peak_byte_per_pixel = <2>;
     vi_bw_margin_pct = <25>;
     max_pixel_rate = <240000>;
     isp_peak_byte_per_pixel = <5>;
     isp_bw_margin_pct = <25>;
    
  2. in other forum you have suggested a patch , is it required ?
    ADV7280m configuration - Jetson & Embedded Systems / Jetson TX2 - NVIDIA Developer Forums