How to configure CSI MIPI 2x4 lanes

Hello:
now i want to add one sensor with CIS interface on mipi 4 lanes.
I changed the DTS are as follows:
/*

  • Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
  • This program is free software; you can redistribute it and/or modify
  • it under the terms of the GNU General Public License as published by
  • the Free Software Foundation; either version 2 of the License, or
  • (at your option) any later version.
  • This program is distributed in the hope that it will be useful, but WITHOUT
  • ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  • FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  • more details.
  • You should have received a copy of the GNU General Public License
  • along with this program. If not, see http://www.gnu.org/licenses/.
    */

#include <dt-bindings/media/camera.h>
#include <dt-bindings/platform/t210/t210.h>

/* camera control gpio definitions */
/ {
//host1x {
// /delete-node/ vi;
// /delete-node/ i2c@546c0000;
//};
host1x {
vi {
num-channels = <6>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
itarge_cgc_vi_in0: endpoint {
status = “okay”;
csi-port = <0>;
bus-width = <4>;
remote-endpoint = <&itarge_cgc_tc358746a_out0>;
};
};
port@2 {
reg = <2>;
itarge_cgc_vi_in2: endpoint {
status = “okay”;
csi-port = <2>;
bus-width = <4>;
remote-endpoint = <&itarge_cgc_tc358746a_out2>;
};
};
port@4 {
reg = <4>;
itarge_cgc_vi_in4: endpoint {
status = “disable”;
csi-port = <4>;
bus-width = <2>;
remote-endpoint = <&itarge_cgc_tc358746a_out4>;
};
};
};
};

	i2c@546c0000 {
		#address-cells = <1>;
		#size-cells = <0>;
		compatible = "nvidia,tegra210-vii2c";
		reg = <0x0 0x546C0000 0x0 0x00034000>;
		iommus = <&smmu TEGRA_SWGROUP_VII2C>;
		interrupts = <0 17 0x04>;
		scl-gpio = <&gpio TEGRA_GPIO(S, 2) 0>;
		sda-gpio = <&gpio TEGRA_GPIO(S, 3) 0>;
		status = "okay";
		clock-frequency = <400000>;

		tc358746a@0d {
			compatible = "nvidia,tc358746a";
			/* I2C device address */
			reg = <0x0d>;
            status = "okay";

			/* Physical dimensions of sensor */
			physical_w = "3.674";
			physical_h = "2.738";

			/* Sensor Model */
			sensor_model ="tc358746a";

			/* Define any required hw resources needed by driver */
			/* ie. clocks, io pins, power sources */
			/* mclk-index indicates the index of the */
			/* mclk-name with in the clock-names array */
			clocks = <&tegra_car TEGRA210_CLK_ID_CLK_OUT_3>;
			clock-names = "mclk";
			clock-frequency = <24000000>;

			mclk = "cam_mclk1";
			pwdn-gpios = <&gpio TEGRA_GPIO(T, 0) 0>;
			avdd-reg = "vana";
			iovdd-reg = "vif";
			vana-supply = <&max77620_ldo3>;
			vif-supply = <&en_vdd_cam>;

			/* Defines number of frames to be dropped by driver internally after applying */
			/* sensor crop settings. Some sensors send corrupt frames after applying */
			/* crop co-ordinates */
			post_crop_frame_drop = "0";

			mode0 { // OV5693_MODE_2592X1944
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "2592";
				active_h = "1944";
				pixel_t = "bayer_bggr";
				readout_orientation = "90";
				line_length = "2688";
				inherent_gain = "1";
				mclk_multiplier = "17.0";
				pix_clk_hz = "160000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "1.816577";
				max_framerate = "30";
				min_exp_time = "34";
				max_exp_time = "550385";
				embedded_metadata_height = "0";
			};

			mode1 { //OV5693_MODE_2592X1458
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "2592";
				active_h = "1458";
				pixel_t = "bayer_bggr";
				readout_orientation = "90";
				line_length = "2688";
				inherent_gain = "1";
				mclk_multiplier = "17.0";
				pix_clk_hz = "160000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "1.816577";
				max_framerate = "30";
				min_exp_time = "34";
				max_exp_time = "550385";
				embedded_metadata_height = "0";
			};

			mode2 { //OV5693_MODE_1280X720
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "1280";
				active_h = "720";
				pixel_t = "bayer_bggr";
				readout_orientation = "90";
				line_length = "1752";
				inherent_gain = "1";
				mclk_multiplier = "17.0";
				pix_clk_hz = "160000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "2.787078";
				max_framerate = "120";
				min_exp_time = "22";
				max_exp_time = "358733";
				embedded_metadata_height = "0";
			};

			// HDR Modes
			mode3 { //OV5693_MODE_2592X1944_HDR
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "2592";
				active_h = "1944";
				pixel_t = "hdr_bggr";
				readout_orientation = "90";
				line_length = "3696";
				inherent_gain = "1";
				mclk_multiplier = "19.0";
				pix_clk_hz = "176000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "1.453262";
				max_framerate = "24";
				min_exp_time = "42";
				max_exp_time = "687981";
				embedded_metadata_height = "0";
			};

			ports {
				#address-cells = <1>;
				#size-cells = <0>;
				port@0 {
					reg = <0>;
					itarge_cgc_tc358746a_out0: endpoint {
						csi-port = <0>;
						bus-width = <4>;
						remote-endpoint = <&itarge_cgc_vi_in0>;
					};
				};
			};
		};
		tc358746a@0e {
			compatible = "nvidia,tc358746a";
			/* I2C device address */
			reg = <0x0e>;
            status = "okay";

			/* Physical dimensions of sensor */
			physical_w = "3.674";
			physical_h = "2.738";

			/* Sensor Model */
			sensor_model ="tc358746a";

			/* Define any required hw resources needed by driver */
			/* ie. clocks, io pins, power sources */
			/* mclk-index indicates the index of the */
			/* mclk-name with in the clock-names array */
			clocks = <&tegra_car TEGRA210_CLK_ID_CLK_OUT_3>;
			clock-names = "mclk";
			clock-frequency = <24000000>;

			mclk = "cam_mclk1";
			pwdn-gpios = <&gpio TEGRA_GPIO(T, 0) 0>;
			avdd-reg = "vana";
			iovdd-reg = "vif";
			vana-supply = <&max77620_ldo3>;
			vif-supply = <&en_vdd_cam>;

			/* Defines number of frames to be dropped by driver internally after applying */
			/* sensor crop settings. Some sensors send corrupt frames after applying */
			/* crop co-ordinates */
			post_crop_frame_drop = "0";

			mode0 { // OV5693_MODE_2592X1944
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "2592";
				active_h = "1944";
				pixel_t = "bayer_bggr";
				readout_orientation = "90";
				line_length = "2688";
				inherent_gain = "1";
				mclk_multiplier = "17.0";
				pix_clk_hz = "160000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "1.816577";
				max_framerate = "30";
				min_exp_time = "34";
				max_exp_time = "550385";
				embedded_metadata_height = "0";
			};

			mode1 { //OV5693_MODE_2592X1458
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "2592";
				active_h = "1458";
				pixel_t = "bayer_bggr";
				readout_orientation = "90";
				line_length = "2688";
				inherent_gain = "1";
				mclk_multiplier = "17.0";
				pix_clk_hz = "160000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "1.816577";
				max_framerate = "30";
				min_exp_time = "34";
				max_exp_time = "550385";
				embedded_metadata_height = "0";
			};

			mode2 { //OV5693_MODE_1280X720
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "1280";
				active_h = "720";
				pixel_t = "bayer_bggr";
				readout_orientation = "90";
				line_length = "1752";
				inherent_gain = "1";
				mclk_multiplier = "17.0";
				pix_clk_hz = "160000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "2.787078";
				max_framerate = "120";
				min_exp_time = "22";
				max_exp_time = "358733";
				embedded_metadata_height = "0";
			};

			// HDR Modes
			mode3 { //OV5693_MODE_2592X1944_HDR
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "2592";
				active_h = "1944";
				pixel_t = "hdr_bggr";
				readout_orientation = "90";
				line_length = "3696";
				inherent_gain = "1";
				mclk_multiplier = "19.0";
				pix_clk_hz = "176000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "1.453262";
				max_framerate = "24";
				min_exp_time = "42";
				max_exp_time = "687981";
				embedded_metadata_height = "0";
			};

			ports {
				#address-cells = <1>;
				#size-cells = <0>;
				port@2 {
					reg = <0>;
					itarge_cgc_tc358746a_out2: endpoint {
						csi-port = <2>;
						bus-width = <4>;
						remote-endpoint = <&itarge_cgc_vi_in2>;
					};
				};
			};
		};
		tc358746a@0f {
			compatible = "nvidia,tc358746a";
			/* I2C device address */
			reg = <0x0f>;
            status = "disable";

			/* Physical dimensions of sensor */
			physical_w = "3.674";
			physical_h = "2.738";

			/* Sensor Model */
			sensor_model ="tc358746a";

			/* Define any required hw resources needed by driver */
			/* ie. clocks, io pins, power sources */
			/* mclk-index indicates the index of the */
			/* mclk-name with in the clock-names array */
			clocks = <&tegra_car TEGRA210_CLK_ID_CLK_OUT_3>;
			clock-names = "mclk";
			clock-frequency = <24000000>;

			mclk = "cam_mclk1";
			pwdn-gpios = <&gpio TEGRA_GPIO(T, 0) 0>;
			avdd-reg = "vana";
			iovdd-reg = "vif";
			vana-supply = <&max77620_ldo3>;
			vif-supply = <&en_vdd_cam>;

			/* Defines number of frames to be dropped by driver internally after applying */
			/* sensor crop settings. Some sensors send corrupt frames after applying */
			/* crop co-ordinates */
			post_crop_frame_drop = "0";

			mode0 { // OV5693_MODE_2592X1944
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "2592";
				active_h = "1944";
				pixel_t = "bayer_bggr";
				readout_orientation = "90";
				line_length = "2688";
				inherent_gain = "1";
				mclk_multiplier = "17.0";
				pix_clk_hz = "160000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "1.816577";
				max_framerate = "30";
				min_exp_time = "34";
				max_exp_time = "550385";
				embedded_metadata_height = "0";
			};

			mode1 { //OV5693_MODE_2592X1458
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "2592";
				active_h = "1458";
				pixel_t = "bayer_bggr";
				readout_orientation = "90";
				line_length = "2688";
				inherent_gain = "1";
				mclk_multiplier = "17.0";
				pix_clk_hz = "160000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "1.816577";
				max_framerate = "30";
				min_exp_time = "34";
				max_exp_time = "550385";
				embedded_metadata_height = "0";
			};

			mode2 { //OV5693_MODE_1280X720
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "1280";
				active_h = "720";
				pixel_t = "bayer_bggr";
				readout_orientation = "90";
				line_length = "1752";
				inherent_gain = "1";
				mclk_multiplier = "17.0";
				pix_clk_hz = "160000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "2.787078";
				max_framerate = "120";
				min_exp_time = "22";
				max_exp_time = "358733";
				embedded_metadata_height = "0";
			};

			// HDR Modes
			mode3 { //OV5693_MODE_2592X1944_HDR
				mclk_khz = "24000";
				num_lanes = "2";
				tegra_sinterface = "serial_c";
				discontinuous_clk = "no";
				dpcm_enable = "false";
				cil_settletime = "0";

				active_w = "2592";
				active_h = "1944";
				pixel_t = "hdr_bggr";
				readout_orientation = "90";
				line_length = "3696";
				inherent_gain = "1";
				mclk_multiplier = "19.0";
				pix_clk_hz = "176000000";

				min_gain_val = "1.0";
				max_gain_val = "16";
				min_hdr_ratio = "1";
				max_hdr_ratio = "64";
				min_framerate = "1.453262";
				max_framerate = "24";
				min_exp_time = "42";
				max_exp_time = "687981";
				embedded_metadata_height = "0";
			};

			ports {
				#address-cells = <1>;
				#size-cells = <0>;
				port@4 {
					reg = <0>;
					itarge_cgc_tc358746a_out4: endpoint {
						csi-port = <4>;
						bus-width = <2>;
						remote-endpoint = <&itarge_cgc_vi_in4>;
					};
				};
			};
		};
	};
};

};

/* camera control gpio definitions */
/ {

tegra-camera-platform {
	compatible = "nvidia, tegra-camera-platform";

	/**
	 * The general guideline for naming badge_info contains 3 parts, and is as follows,
	 * The first part is the camera_board_id for the module; if the module is in a FFD
	 * platform, then use the platform name for this part.
	 * The second part contains the position of the module, ex. “rear” or “front”.
	 * The third part contains the last 6 characters of a part number which is found
	 * in the module's specsheet from the vender.
	 */
	modules {
		module0 {
			badge = "itarge_cgc_mipi0";
			position = "bottomleft";
			orientation = "1";
			drivernode0 {
				pcl_id = "v4l2_sensor";
				devname = "tc358746a e-000d";
				proc-device-tree = "/proc/device-tree/host1x/i2c@546c0000/tc358746a@0d";
			};
		};
		module1 {
			badge = "itarge_cgc_mipi1";
			position = "centerleft";
			orientation = "1";
			drivernode0 {
				pcl_id = "v4l2_sensor";
				devname = "tc358746a e-000e";
				proc-device-tree = "/proc/device-tree/host1x/i2c@546c0000/tc358746a@0e";
			};
		};
		module2 {
			badge = "itarge_cgc_mipi2";
			position = "centerright";
			orientation = "1";
			drivernode0 {
				pcl_id = "v4l2_sensor";
				devname = "tc358746a e-000f";
				proc-device-tree = "/proc/device-tree/host1x/i2c@546c0000/tc358746a@0f";
			};
		};
	};
};

};

 but when I run camera capture,the debug is :
 [   59.872303] tegra_channel_mipi_cal 736 

[ 60.066752] video4linux video0: frame start syncpt timeout!0
[ 60.072630] video4linux video0: tegra_channel_ring_buffer line 383 state is not VB2_BUF_STATE_DONE

  and find in byte offset: 0x838 [1:0] has configured 3 ==  4 data lanes
   whtat's wrong with DTS changed ? 

Thank you!

This is my part of register dump
physical_addr 0x54080000
length 262143
#####The reg[0x0] = 0x00000000 ########
#####The reg[0x4] = 0x00000100 ########
#####The reg[0x8] = 0x00000000 ########
#####The reg[0xc] = 0x00000000 ########
#####The reg[0x10] = 0x00000000 ########
#####The reg[0x14] = 0x00000000 ########
#####The reg[0x18] = 0x00000000 ########
#####The reg[0x1c] = 0x00000000 ########
#####The reg[0x20] = 0xf000f800 ########
#####The reg[0x24] = 0x00000000 ########
#####The reg[0x28] = 0x00000000 ########
#####The reg[0x2c] = 0x00000000 ########
#####The reg[0x30] = 0x00000000 ########
#####The reg[0x34] = 0x00000000 ########
#####The reg[0x38] = 0x00000000 ########
#####The reg[0x3c] = 0x00000000 ########
#####The reg[0x40] = 0x00000000 ########
#####The reg[0x44] = 0x0867a672 ########
#####The reg[0x48] = 0x6b209ab3 ########
#####The reg[0x4c] = 0xe94820d0 ########
#####The reg[0x50] = 0xb6e7583e ########
#####The reg[0x54] = 0x00000000 ########
#####The reg[0x58] = 0x00000000 ########
#####The reg[0x5c] = 0x00000000 ########
#####The reg[0x60] = 0x00000000 ########
#####The reg[0x64] = 0x00000001 ########
#####The reg[0x68] = 0x00000000 ########
#####The reg[0x6c] = 0x00000000 ########
#####The reg[0x70] = 0x00000001 ########
#####The reg[0x74] = 0x00000001 ########
#####The reg[0x78] = 0x00000001 ########
#####The reg[0x7c] = 0x00000000 ########
#####The reg[0x80] = 0x00000000 ########
#####The reg[0x84] = 0x00000000 ########
#####The reg[0x88] = 0x00000000 ########
#####The reg[0x8c] = 0x00000000 ########
#####The reg[0x90] = 0x00000000 ########
#####The reg[0x94] = 0x00000000 ########
#####The reg[0x98] = 0x0000007e ########
#####The reg[0x9c] = 0x00000000 ########
#####The reg[0xa0] = 0x00000000 ########
#####The reg[0xa4] = 0x00000000 ########
#####The reg[0xa8] = 0x00000000 ########
#####The reg[0xac] = 0x00000000 ########
#####The reg[0xb0] = 0x00000000 ########
#####The reg[0xb4] = 0x00000000 ########
#####The reg[0xb8] = 0x00000001 ########
#####The reg[0xbc] = 0x00000000 ########
#####The reg[0xc0] = 0x00000000 ########
#####The reg[0xc4] = 0x00000000 ########
#####The reg[0xc8] = 0x00000000 ########
#####The reg[0xcc] = 0x00000000 ########
#####The reg[0xd0] = 0x00000000 ########
#####The reg[0xd4] = 0x00000000 ########
#####The reg[0xd8] = 0x00000000 ########
#####The reg[0xdc] = 0x00000000 ########
#####The reg[0xe0] = 0x00000032 ########
#####The reg[0xe4] = 0x00000000 ########
#####The reg[0xe8] = 0x404001ff ########
#####The reg[0xec] = 0x00000000 ########
#####The reg[0xf0] = 0x40404040 ########
#####The reg[0xf4] = 0x00000000 ########
#####The reg[0xf8] = 0x00003015 ########
#####The reg[0xfc] = 0x00004a94 ########
#####The reg[0x100] = 0x00000000 ########
#####The reg[0x104] = 0x00000000 ########
#####The reg[0x108] = 0x00000001 ########
#####The reg[0x10c] = 0x00ca0000 ########
#####The reg[0x110] = 0x00c404a8 ########
#####The reg[0x114] = 0x00000000 ########
#####The reg[0x118] = 0x043803c0 ########
#####The reg[0x11c] = 0x00000780 ########
#####The reg[0x120] = 0x0000001e ########
#####The reg[0x124] = 0x00000000 ########
#####The reg[0x128] = 0x81000000 ########
#####The reg[0x12c] = 0x00000002 ########
#####The reg[0x130] = 0xc5ced2b4 ########
#####The reg[0x134] = 0x00000003 ########
#####The reg[0x138] = 0xaaa18515 ########
#####The reg[0x13c] = 0x00000002 ########
#####The reg[0x140] = 0xb80c2b8f ########
#####The reg[0x144] = 0x00000003 ########
#####The reg[0x148] = 0x2a431bce ########
#####The reg[0x14c] = 0x00000000 ########
#####The reg[0x150] = 0x8896489d ########
#####The reg[0x154] = 0x00000780 ########
#####The reg[0x158] = 0x0000bc81 ########
#####The reg[0x15c] = 0x00009742 ########
#####The reg[0x160] = 0x00000001 ########
#####The reg[0x164] = 0x00000003 ########
#####The reg[0x168] = 0x00000000 ########
#####The reg[0x16c] = 0x00000000 ########
#####The reg[0x170] = 0x00000000 ########
#####The reg[0x174] = 0x00000000 ########
#####The reg[0x178] = 0x00000000 ########
#####The reg[0x17c] = 0x00000000 ########
#####The reg[0x180] = 0x00000000 ########
#####The reg[0x184] = 0x00000000 ########
#####The reg[0x188] = 0x00000000 ########
#####The reg[0x18c] = 0x00000000 ########
#####The reg[0x190] = 0x00000000 ########
#####The reg[0x194] = 0x00000000 ########
#####The reg[0x198] = 0x00000000 ########
#####The reg[0x19c] = 0x00000000 ########
#####The reg[0x1a0] = 0x00000000 ########
#####The reg[0x1a4] = 0x00000000 ########
#####The reg[0x1a8] = 0x00000000 ########
#####The reg[0x1ac] = 0x00000000 ########
#####The reg[0x1b0] = 0x00000000 ########
#####The reg[0x1b4] = 0x00000000 ########
#####The reg[0x1b8] = 0x00000000 ########
#####The reg[0x1bc] = 0x00000000 ########
#####The reg[0x1c0] = 0x00000000 ########
#####The reg[0x1c4] = 0x00000000 ########
#####The reg[0x1c8] = 0x00000000 ########
#####The reg[0x1cc] = 0x00000000 ########
#####The reg[0x1d0] = 0x00000000 ########
#####The reg[0x1d4] = 0x00000000 ########
#####The reg[0x1d8] = 0x00000000 ########
#####The reg[0x1dc] = 0x00000000 ########
#####The reg[0x1e0] = 0x00000000 ########
#####The reg[0x1e4] = 0x00000000 ########
#####The reg[0x1e8] = 0x00000000 ########
#####The reg[0x1ec] = 0x00000000 ########
#####The reg[0x1f0] = 0x00000000 ########
#####The reg[0x1f4] = 0x00000000 ########
#####The reg[0x1f8] = 0x00000000 ########
#####The reg[0x1fc] = 0x00000000 ########
#####The reg[0x200] = 0x00000000 ########
#####The reg[0x204] = 0x00000000 ########
#####The reg[0x208] = 0x00000001 ########
#####The reg[0x20c] = 0x00000000 ########
#####The reg[0x210] = 0x00d0e0d0 ########
#####The reg[0x214] = 0x00000000 ########
#####The reg[0x218] = 0x8c2c8de5 ########
#####The reg[0x21c] = 0x000071c8 ########
#####The reg[0x220] = 0x00000038 ########
#####The reg[0x224] = 0x00000002 ########
#####The reg[0x228] = 0x1c1893dc ########
#####The reg[0x22c] = 0x00000000 ########
#####The reg[0x230] = 0x85b5347b ########
#####The reg[0x234] = 0x00000000 ########
#####The reg[0x238] = 0x9570335b ########
#####The reg[0x23c] = 0x00000000 ########
#####The reg[0x240] = 0xda67fc73 ########
#####The reg[0x244] = 0x00000002 ########
#####The reg[0x248] = 0x2b6e0571 ########
#####The reg[0x24c] = 0x00000002 ########
#####The reg[0x250] = 0x4e5f116a ########
#####The reg[0x254] = 0x0000edd6 ########
#####The reg[0x258] = 0x0000abe6 ########
#####The reg[0x25c] = 0x000081f7 ########
#####The reg[0x260] = 0x00000001 ########
#####The reg[0x264] = 0x00000003 ########
#####The reg[0x268] = 0x00000000 ########
#####The reg[0x26c] = 0x00000000 ########
#####The reg[0x270] = 0x00000000 ########
#####The reg[0x274] = 0x00000000 ########
#####The reg[0x278] = 0x00000000 ########
#####The reg[0x27c] = 0x00000000 ########
#####The reg[0x280] = 0x00000000 ########
#####The reg[0x284] = 0x00000000 ########
#####The reg[0x288] = 0x00000000 ########
#####The reg[0x28c] = 0x00000000 ########
#####The reg[0x290] = 0x00000000 ########
#####The reg[0x294] = 0x00000000 ########
#####The reg[0x298] = 0x00000000 ########
#####The reg[0x29c] = 0x00000000 ########
#####The reg[0x2a0] = 0x00000000 ########
#####The reg[0x2a4] = 0x00000000 ########
#####The reg[0x2a8] = 0x00000000 ########
#####The reg[0x2ac] = 0x00000000 ########
#####The reg[0x2b0] = 0x00000000 ########
#####The reg[0x2b4] = 0x00000000 ########
#####The reg[0x2b8] = 0x00000000 ########
#####The reg[0x2bc] = 0x00000000 ########
#####The reg[0x2c0] = 0x00000000 ########
#####The reg[0x2c4] = 0x00000000 ########
#####The reg[0x2c8] = 0x00000000 ########
#####The reg[0x2cc] = 0x00000000 ########
#####The reg[0x2d0] = 0x00000000 ########
#####The reg[0x2d4] = 0x00000000 ########
#####The reg[0x2d8] = 0x00000000 ########
#####The reg[0x2dc] = 0x00000000 ########
#####The reg[0x2e0] = 0x00000000 ########
#####The reg[0x2e4] = 0x00000000 ########
#####The reg[0x2e8] = 0x00000000 ########
#####The reg[0x2ec] = 0x00000000 ########
#####The reg[0x2f0] = 0x00000000 ########
#####The reg[0x2f4] = 0x00000000 ########
#####The reg[0x2f8] = 0x00000000 ########
#####The reg[0x2fc] = 0x00000000 ########
#####The reg[0x300] = 0x00000000 ########
#####The reg[0x304] = 0x00000000 ########
#####The reg[0x308] = 0x00000001 ########
#####The reg[0x30c] = 0x00000000 ########
#####The reg[0x310] = 0x00680c44 ########
#####The reg[0x314] = 0x00000000 ########
#####The reg[0x318] = 0x6078e76c ########
#####The reg[0x31c] = 0x0000397d ########
#####The reg[0x320] = 0x0000021d ########
#####The reg[0x324] = 0x00000003 ########
#####The reg[0x328] = 0xe020769f ########
#####The reg[0x32c] = 0x00000002 ########
#####The reg[0x330] = 0xb1d8f602 ########
#####The reg[0x334] = 0x00000003 ########
#####The reg[0x338] = 0xee786c8f ########
#####The reg[0x33c] = 0x00000001 ########
#####The reg[0x340] = 0xa6e4bd63 ########
#####The reg[0x344] = 0x00000003 ########
#####The reg[0x348] = 0x71365b09 ########
#####The reg[0x34c] = 0x00000002 ########
#####The reg[0x350] = 0xb6261593 ########
#####The reg[0x354] = 0x0000f5da ########
#####The reg[0x358] = 0x0000370d ########
#####The reg[0x35c] = 0x0000d2b2 ########
#####The reg[0x360] = 0x00000001 ########
#####The reg[0x364] = 0x00000003 ########
#####The reg[0x368] = 0x00000000 ########
#####The reg[0x36c] = 0x00000000 ########
#####The reg[0x370] = 0x00000000 ########
#####The reg[0x374] = 0x00000000 ########
#####The reg[0x378] = 0x00000000 ########
#####The reg[0x37c] = 0x00000000 ########
#####The reg[0x380] = 0x00000000 ########
#####The reg[0x384] = 0x00000000 ########
#####The reg[0x388] = 0x00000000 ########
#####The reg[0x38c] = 0x00000000 ########
#####The reg[0x390] = 0x00000000 ########
#####The reg[0x394] = 0x00000000 ########
#####The reg[0x398] = 0x00000000 ########
#####The reg[0x39c] = 0x00000000 ########
#####The reg[0x3a0] = 0x00000000 ########
#####The reg[0x3a4] = 0x00000000 ########
#####The reg[0x3a8] = 0x00000000 ########
#####The reg[0x3ac] = 0x00000000 ########
#####The reg[0x3b0] = 0x00000000 ########
#####The reg[0x3b4] = 0x00000000 ########
#####The reg[0x3b8] = 0x00000000 ########
#####The reg[0x3bc] = 0x00000000 ########
#####The reg[0x3c0] = 0x00000000 ########
#####The reg[0x3c4] = 0x00000000 ########
#####The reg[0x3c8] = 0x00000000 ########
#####The reg[0x3cc] = 0x00000000 ########
#####The reg[0x3d0] = 0x00000000 ########
#####The reg[0x3d4] = 0x00000000 ########
#####The reg[0x3d8] = 0x00000000 ########
#####The reg[0x3dc] = 0x00000000 ########
#####The reg[0x3e0] = 0x00000000 ########
#####The reg[0x3e4] = 0x00000000 ########
#####The reg[0x3e8] = 0x00000000 ########
#####The reg[0x3ec] = 0x00000000 ########
#####The reg[0x3f0] = 0x00000000 ########
#####The reg[0x3f4] = 0x00000000 ########
#####The reg[0x3f8] = 0x00000000 ########
#####The reg[0x3fc] = 0x00000000 ########
#####The reg[0x400] = 0x00000000 ########
#####The reg[0x404] = 0x00000000 ########
#####The reg[0x408] = 0x00000001 ########
#####The reg[0x40c] = 0x00000000 ########
#####The reg[0x410] = 0x00d4b03c ########
#####The reg[0x414] = 0x00000000 ########
#####The reg[0x418] = 0x8a366910 ########
#####The reg[0x41c] = 0x00003a71 ########
#####The reg[0x420] = 0x00000024 ########
#####The reg[0x424] = 0x00000003 ########
#####The reg[0x428] = 0x1ece046b ########
#####The reg[0x42c] = 0x00000001 ########
#####The reg[0x430] = 0xc2dc4ea4 ########
#####The reg[0x434] = 0x00000002 ########
#####The reg[0x438] = 0xfd80e6b5 ########
#####The reg[0x43c] = 0x00000000 ########
#####The reg[0x440] = 0xcc05be62 ########
#####The reg[0x444] = 0x00000002 ########
#####The reg[0x448] = 0x3008091e ########
#####The reg[0x44c] = 0x00000000 ########
#####The reg[0x450] = 0xd3beffec ########
#####The reg[0x454] = 0x00007478 ########
#####The reg[0x458] = 0x00003485 ########
#####The reg[0x45c] = 0x000045f8 ########
#####The reg[0x460] = 0x00000001 ########
#####The reg[0x464] = 0x00000003 ########
#####The reg[0x468] = 0x00000000 ########
#####The reg[0x46c] = 0x00000000 ########
#####The reg[0x470] = 0x00000000 ########
#####The reg[0x474] = 0x00000000 ########
#####The reg[0x478] = 0x00000000 ########
#####The reg[0x47c] = 0x00000000 ########
#####The reg[0x480] = 0x00000000 ########
#####The reg[0x484] = 0x00000000 ########
#####The reg[0x488] = 0x00000000 ########
#####The reg[0x48c] = 0x00000000 ########
#####The reg[0x490] = 0x00000000 ########
#####The reg[0x494] = 0x00000000 ########
#####The reg[0x498] = 0x00000000 ########
#####The reg[0x49c] = 0x00000000 ########
#####The reg[0x4a0] = 0x00000000 ########
#####The reg[0x4a4] = 0x00000000 ########
#####The reg[0x4a8] = 0x00000000 ########
#####The reg[0x4ac] = 0x00000000 ########
#####The reg[0x4b0] = 0x00000000 ########
#####The reg[0x4b4] = 0x00000000 ########
#####The reg[0x4b8] = 0x00000000 ########
#####The reg[0x4bc] = 0x00000000 ########
#####The reg[0x4c0] = 0x00000000 ########
#####The reg[0x4c4] = 0x00000000 ########
#####The reg[0x4c8] = 0x00000000 ########
#####The reg[0x4cc] = 0x00000000 ########
#####The reg[0x4d0] = 0x00000000 ########
#####The reg[0x4d4] = 0x00000000 ########
#####The reg[0x4d8] = 0x00000000 ########
#####The reg[0x4dc] = 0x00000000 ########
#####The reg[0x4e0] = 0x00000000 ########
#####The reg[0x4e4] = 0x00000000 ########
#####The reg[0x4e8] = 0x00000000 ########
#####The reg[0x4ec] = 0x00000000 ########
#####The reg[0x4f0] = 0x00000000 ########
#####The reg[0x4f4] = 0x00000000 ########
#####The reg[0x4f8] = 0x00000000 ########
#####The reg[0x4fc] = 0x00000000 ########
#####The reg[0x500] = 0x00000000 ########
#####The reg[0x504] = 0x00000000 ########
#####The reg[0x508] = 0x00000001 ########
#####The reg[0x50c] = 0x00000000 ########
#####The reg[0x510] = 0x00d86408 ########
#####The reg[0x514] = 0x00000000 ########
#####The reg[0x518] = 0x4a63bfdf ########
#####The reg[0x51c] = 0x0000c489 ########
#####The reg[0x520] = 0x00000307 ########
#####The reg[0x524] = 0x00000001 ########
#####The reg[0x528] = 0xb9cdd2c9 ########
#####The reg[0x52c] = 0x00000001 ########
#####The reg[0x530] = 0x5ddbf79e ########
#####The reg[0x534] = 0x00000002 ########
#####The reg[0x538] = 0xd530d21b ########
#####The reg[0x53c] = 0x00000003 ########
#####The reg[0x540] = 0x4e8b446a ########
#####The reg[0x544] = 0x00000003 ########
#####The reg[0x548] = 0x397aac6c ########
#####The reg[0x54c] = 0x00000003 ########
#####The reg[0x550] = 0xc1805cc5 ########
#####The reg[0x554] = 0x0000a9aa ########
#####The reg[0x558] = 0x0000ce40 ########
#####The reg[0x55c] = 0x00000f4b ########
#####The reg[0x560] = 0x00000001 ########
#####The reg[0x564] = 0x00000003 ########
#####The reg[0x568] = 0x00000000 ########
#####The reg[0x56c] = 0x00000000 ########
#####The reg[0x570] = 0x00000000 ########
#####The reg[0x574] = 0x00000000 ########
#####The reg[0x578] = 0x00000000 ########
#####The reg[0x57c] = 0x00000000 ########
#####The reg[0x580] = 0x00000000 ########
#####The reg[0x584] = 0x00000000 ########
#####The reg[0x588] = 0x00000000 ########
#####The reg[0x58c] = 0x00000000 ########
#####The reg[0x590] = 0x00000000 ########
#####The reg[0x594] = 0x00000000 ########
#####The reg[0x598] = 0x00000000 ########
#####The reg[0x59c] = 0x00000000 ########
#####The reg[0x5a0] = 0x00000000 ########
#####The reg[0x5a4] = 0x00000000 ########
#####The reg[0x5a8] = 0x00000000 ########
#####The reg[0x5ac] = 0x00000000 ########
#####The reg[0x5b0] = 0x00000000 ########
#####The reg[0x5b4] = 0x00000000 ########
#####The reg[0x5b8] = 0x00000000 ########
#####The reg[0x5bc] = 0x00000000 ########
#####The reg[0x5c0] = 0x00000000 ########
#####The reg[0x5c4] = 0x00000000 ########
#####The reg[0x5c8] = 0x00000000 ########
#####The reg[0x5cc] = 0x00000000 ########
#####The reg[0x5d0] = 0x00000000 ########
#####The reg[0x5d4] = 0x00000000 ########
#####The reg[0x5d8] = 0x00000000 ########
#####The reg[0x5dc] = 0x00000000 ########
#####The reg[0x5e0] = 0x00000000 ########
#####The reg[0x5e4] = 0x00000000 ########
#####The reg[0x5e8] = 0x00000000 ########
#####The reg[0x5ec] = 0x00000000 ########
#####The reg[0x5f0] = 0x00000000 ########
#####The reg[0x5f4] = 0x00000000 ########
#####The reg[0x5f8] = 0x00000000 ########
#####The reg[0x5fc] = 0x00000000 ########
#####The reg[0x600] = 0x00000000 ########
#####The reg[0x604] = 0x00000000 ########
#####The reg[0x608] = 0x00000001 ########
#####The reg[0x60c] = 0x00000000 ########
#####The reg[0x610] = 0x0050c40c ########
#####The reg[0x614] = 0x00000000 ########
#####The reg[0x618] = 0x9933b519 ########
#####The reg[0x61c] = 0x00005c1b ########
#####The reg[0x620] = 0x00000309 ########
#####The reg[0x624] = 0x00000003 ########
#####The reg[0x628] = 0xf29be4a9 ########
#####The reg[0x62c] = 0x00000002 ########
#####The reg[0x630] = 0x4087b877 ########
#####The reg[0x634] = 0x00000003 ########
#####The reg[0x638] = 0xf057a5d5 ########
#####The reg[0x63c] = 0x00000003 ########
#####The reg[0x640] = 0xb22ffcfe ########
#####The reg[0x644] = 0x00000002 ########
#####The reg[0x648] = 0xe1cb3e59 ########
#####The reg[0x64c] = 0x00000003 ########
#####The reg[0x650] = 0xdec3c6ed ########
#####The reg[0x654] = 0x00002fb7 ########
#####The reg[0x658] = 0x000050ad ########
#####The reg[0x65c] = 0x0000c20c ########
#####The reg[0x660] = 0x00000001 ########
#####The reg[0x664] = 0x00000003 ########
#####The reg[0x668] = 0x00000000 ########
#####The reg[0x66c] = 0x00000000 ########
#####The reg[0x670] = 0x00000000 ########
#####The reg[0x674] = 0x00000000 ########
#####The reg[0x678] = 0x00000000 ########
#####The reg[0x67c] = 0x00000000 ########
#####The reg[0x680] = 0x00000000 ########
#####The reg[0x684] = 0x00000000 ########
#####The reg[0x688] = 0x00000000 ########
#####The reg[0x68c] = 0x00000000 ########
#####The reg[0x690] = 0x00000000 ########
#####The reg[0x694] = 0x00000000 ########
#####The reg[0x698] = 0x00000000 ########
#####The reg[0x69c] = 0x00000000 ########
#####The reg[0x6a0] = 0x00000000 ########
#####The reg[0x6a4] = 0x00000000 ########
#####The reg[0x6a8] = 0x00000000 ########
#####The reg[0x6ac] = 0x00000000 ########
#####The reg[0x6b0] = 0x00000000 ########
#####The reg[0x6b4] = 0x00000000 ########
#####The reg[0x6b8] = 0x00000000 ########
#####The reg[0x6bc] = 0x00000000 ########
#####The reg[0x6c0] = 0x00000000 ########
#####The reg[0x6c4] = 0x00000000 ########
#####The reg[0x6c8] = 0x00000000 ########
#####The reg[0x6cc] = 0x00000000 ########
#####The reg[0x6d0] = 0x00000000 ########
#####The reg[0x6d4] = 0x00000000 ########
#####The reg[0x6d8] = 0x00000000 ########
#####The reg[0x6dc] = 0x00000000 ########
#####The reg[0x6e0] = 0x00000000 ########
#####The reg[0x6e4] = 0x00000000 ########
#####The reg[0x6e8] = 0x00000000 ########
#####The reg[0x6ec] = 0x00000000 ########
#####The reg[0x6f0] = 0x00000000 ########
#####The reg[0x6f4] = 0x00000000 ########
#####The reg[0x6f8] = 0x00000000 ########
#####The reg[0x6fc] = 0x00000000 ########
#####The reg[0x700] = 0x00000000 ########
#####The reg[0x704] = 0x00000000 ########
#####The reg[0x708] = 0x00000000 ########
#####The reg[0x70c] = 0x00000000 ########
#####The reg[0x710] = 0x00000000 ########
#####The reg[0x714] = 0x00000000 ########
#####The reg[0x718] = 0x00000000 ########
#####The reg[0x71c] = 0x00000000 ########
#####The reg[0x720] = 0x00000000 ########
#####The reg[0x724] = 0x00000000 ########
#####The reg[0x728] = 0x00000000 ########
#####The reg[0x72c] = 0x00000000 ########
#####The reg[0x730] = 0x00000000 ########
#####The reg[0x734] = 0x00000000 ########
#####The reg[0x738] = 0x00000000 ########
#####The reg[0x73c] = 0x00000000 ########
#####The reg[0x740] = 0x00000000 ########
#####The reg[0x744] = 0x00000000 ########
#####The reg[0x748] = 0x00000000 ########
#####The reg[0x74c] = 0x00000000 ########
#####The reg[0x750] = 0x00000000 ########
#####The reg[0x754] = 0x00000000 ########
#####The reg[0x758] = 0x00000000 ########
#####The reg[0x75c] = 0x00000000 ########
#####The reg[0x760] = 0x00000000 ########
#####The reg[0x764] = 0x00000000 ########
#####The reg[0x768] = 0x00000000 ########
#####The reg[0x76c] = 0x00000000 ########
#####The reg[0x770] = 0x00000000 ########
#####The reg[0x774] = 0x00000000 ########
#####The reg[0x778] = 0x00000000 ########
#####The reg[0x77c] = 0x00000000 ########
#####The reg[0x780] = 0x00000000 ########
#####The reg[0x784] = 0x00000000 ########
#####The reg[0x788] = 0x00000000 ########
#####The reg[0x78c] = 0x00000000 ########
#####The reg[0x790] = 0x00000000 ########
#####The reg[0x794] = 0x00000000 ########
#####The reg[0x798] = 0x00000000 ########
#####The reg[0x79c] = 0x00000000 ########
#####The reg[0x7a0] = 0x00000000 ########
#####The reg[0x7a4] = 0x00000000 ########
#####The reg[0x7a8] = 0x00000000 ########
#####The reg[0x7ac] = 0x00000000 ########
#####The reg[0x7b0] = 0x00000000 ########
#####The reg[0x7b4] = 0x00000000 ########
#####The reg[0x7b8] = 0x00000000 ########
#####The reg[0x7bc] = 0x00000000 ########
#####The reg[0x7c0] = 0x00000000 ########
#####The reg[0x7c4] = 0x00000000 ########
#####The reg[0x7c8] = 0x00000000 ########
#####The reg[0x7cc] = 0x00000000 ########
#####The reg[0x7d0] = 0x00000000 ########
#####The reg[0x7d4] = 0x00000000 ########
#####The reg[0x7d8] = 0x00000000 ########
#####The reg[0x7dc] = 0x00000000 ########
#####The reg[0x7e0] = 0x00000000 ########
#####The reg[0x7e4] = 0x00000000 ########
#####The reg[0x7e8] = 0x00000000 ########
#####The reg[0x7ec] = 0x00000000 ########
#####The reg[0x7f0] = 0x00000000 ########
#####The reg[0x7f4] = 0x00000000 ########
#####The reg[0x7f8] = 0x00000000 ########
#####The reg[0x7fc] = 0x00000000 ########
#####The reg[0x800] = 0x00000000 ########
#####The reg[0x804] = 0x00000000 ########
#####The reg[0x808] = 0x00000022 ########
#####The reg[0x80c] = 0x00000000 ########
#####The reg[0x810] = 0x00000000 ########
#####The reg[0x814] = 0x00000000 ########
#####The reg[0x818] = 0x00000011 ########
#####The reg[0x81c] = 0x00000000 ########
#####The reg[0x820] = 0x00000000 ########
#####The reg[0x824] = 0x00000000 ########
#####The reg[0x828] = 0x00000011 ########
#####The reg[0x82c] = 0x00000000 ########
#####The reg[0x830] = 0x00000000 ########
#####The reg[0x834] = 0x00000000 ########
#####The reg[0x838] = 0x003f0003 ########
#####The reg[0x83c] = 0x2a0301f0 ########
#####The reg[0x840] = 0x00000011 ########
#####The reg[0x844] = 0x00140000 ########
#####The reg[0x848] = 0x0000f005 ########
#####The reg[0x84c] = 0x00000000 ########
#####The reg[0x850] = 0x00000000 ########
#####The reg[0x854] = 0x00000000 ########
#####The reg[0x858] = 0x00000000 ########
#####The reg[0x85c] = 0x00000000 ########
#####The reg[0x860] = 0x00000000 ########
#####The reg[0x864] = 0x00000000 ########
#####The reg[0x868] = 0x00000000 ########
#####The reg[0x86c] = 0x00ff0004 ########
#####The reg[0x870] = 0x011f0150 ########
#####The reg[0x874] = 0x00000000 ########
#####The reg[0x878] = 0x00000000 ########
#####The reg[0x87c] = 0x0000c614 ########
#####The reg[0x880] = 0x0000d220 ########
#####The reg[0x884] = 0x00000000 ########
#####The reg[0x888] = 0x00000000 ########
#####The reg[0x88c] = 0x00000000 ########
#####The reg[0x890] = 0x00000000 ########
#####The reg[0x894] = 0x00000000 ########
#####The reg[0x898] = 0x00000000 ########
#####The reg[0x89c] = 0x00000000 ########
#####The reg[0x8a0] = 0x00000000 ########
#####The reg[0x8a4] = 0x00000000 ########
#####The reg[0x8a8] = 0x00000000 ########
#####The reg[0x8ac] = 0x00000000 ########
#####The reg[0x8b0] = 0x00000000 ########
#####The reg[0x8b4] = 0x00000000 ########
#####The reg[0x8b8] = 0x00000000 ########
#####The reg[0x8bc] = 0x00000000 ########
#####The reg[0x8c0] = 0x00000000 ########
#####The reg[0x8c4] = 0x00000000 ########
#####The reg[0x8c8] = 0x00000000 ########
#####The reg[0x8cc] = 0x00000000 ########
#####The reg[0x8d0] = 0x00000000 ########
#####The reg[0x8d4] = 0x00000000 ########
#####The reg[0x8d8] = 0x00000000 ########
#####The reg[0x8dc] = 0x00000000 ########
#####The reg[0x8e0] = 0x00000000 ########
#####The reg[0x8e4] = 0x00000000 ########
#####The reg[0x8e8] = 0x00000000 ########
#####The reg[0x8ec] = 0x00000000 ########
#####The reg[0x8f0] = 0x00000000 ########
#####The reg[0x8f4] = 0x00000000 ########
#####The reg[0x8f8] = 0x00000000 ########
#####The reg[0x8fc] = 0x00000000 ########
#####The reg[0x900] = 0x00000000 ########
#####The reg[0x904] = 0x00000000 ########
#####The reg[0x908] = 0x00000101 ########
#####The reg[0x90c] = 0x00000000 ########
#####The reg[0x910] = 0x00000000 ########
#####The reg[0x914] = 0x00000000 ########
#####The reg[0x918] = 0x00000000 ########
#####The reg[0x91c] = 0x00000000 ########
#####The reg[0x920] = 0x00000000 ########
#####The reg[0x924] = 0x00000000 ########
#####The reg[0x928] = 0x00000000 ########
#####The reg[0x92c] = 0x00010000 ########
#####The reg[0x930] = 0x00000000 ########
#####The reg[0x934] = 0x0000004a ########
#####The reg[0x938] = 0x00000000 ########
#####The reg[0x93c] = 0x00000000 ########
#####The reg[0x940] = 0x00000000 ########
#####The reg[0x944] = 0x0000007d ########
#####The reg[0x948] = 0x000000fc ########
#####The reg[0x94c] = 0x00000000 ########
#####The reg[0x950] = 0x00000000 ########
#####The reg[0x954] = 0x00000000 ########
#####The reg[0x958] = 0x00000000 ########
#####The reg[0x95c] = 0x00000000 ########
#####The reg[0x960] = 0x00000000 ########
#####The reg[0x964] = 0x00000000 ########
#####The reg[0x968] = 0x0000004a ########
#####The reg[0x96c] = 0x00000000 ########
#####The reg[0x970] = 0x00000000 ########
#####The reg[0x974] = 0x00000000 ########
#####The reg[0x978] = 0x00000008 ########
#####The reg[0x97c] = 0x00000000 ########
#####The reg[0x980] = 0x00000000 ########
#####The reg[0x984] = 0x00000000 ########
#####The reg[0x988] = 0x00000000 ########
#####The reg[0x98c] = 0x00000000 ########
#####The reg[0x990] = 0x00000000 ########
#####The reg[0x994] = 0x00000000 ########
#####The reg[0x998] = 0x00000000 ########
#####The reg[0x99c] = 0x00000000 ########
#####The reg[0x9a0] = 0x00000000 ########
#####The reg[0x9a4] = 0x00000000 ########
#####The reg[0x9a8] = 0x00000000 ########
#####The reg[0x9ac] = 0x00000000 ########
#####The reg[0x9b0] = 0x00000000 ########
#####The reg[0x9b4] = 0x00000000 ########
#####The reg[0x9b8] = 0x00000000 ########
#####The reg[0x9bc] = 0x00000000 ########
#####The reg[0x9c0] = 0x00000000 ########
#####The reg[0x9c4] = 0x00000000 ########
#####The reg[0x9c8] = 0x00080008 ########
#####The reg[0x9cc] = 0x00000000 ########
#####The reg[0x9d0] = 0x00000000 ########
#####The reg[0x9d4] = 0x00000000 ########
#####The reg[0x9d8] = 0x00000000 ########
#####The reg[0x9dc] = 0x00000000 ########
#####The reg[0x9e0] = 0x00000000 ########
#####The reg[0x9e4] = 0x00000000 ########
#####The reg[0x9e8] = 0x00000000 ########
#####The reg[0x9ec] = 0x00000000 ########
#####The reg[0x9f0] = 0x00000000 ########
#####The reg[0x9f4] = 0x00000000 ########
#####The reg[0x9f8] = 0x00000000 ########
#####The reg[0x9fc] = 0x00080008 ########
#####The reg[0xa00] = 0x00000000 ########
#####The reg[0xa04] = 0x00000000 ########
#####The reg[0xa08] = 0x00000000 ########
#####The reg[0xa0c] = 0x00000000 ########
#####The reg[0xa10] = 0x00000000 ########
#####The reg[0xa14] = 0x00000000 ########
#####The reg[0xa18] = 0x00000000 ########
#####The reg[0xa1c] = 0x00000000 ########
#####The reg[0xa20] = 0x00000000 ########
#####The reg[0xa24] = 0x00000000 ########
#####The reg[0xa28] = 0x00000000 ########
#####The reg[0xa2c] = 0x00000000 ########
#####The reg[0xa30] = 0x00000000 ########
#####The reg[0xa34] = 0x00000000 ########
#####The reg[0xa38] = 0x00000000 ########
#####The reg[0xa3c] = 0x00000000 ########
#####The reg[0xa40] = 0x00000000 ########
#####The reg[0xa44] = 0x00000000 ########
#####The reg[0xa48] = 0x00000000 ########
#####The reg[0xa4c] = 0x00000000 ########
#####The reg[0xa50] = 0x00000000 ########
#####The reg[0xa54] = 0x4f2f5c00 ########
#####The reg[0xa58] = 0x00000000 ########
#####The reg[0xa5c] = 0x00000000 ########
#####The reg[0xa60] = 0x00000000 ########
#####The reg[0xa64] = 0x00000000 ########
#####The reg[0xa68] = 0x00000000 ########
#####The reg[0xa6c] = 0x00000000 ########
#####The reg[0xa70] = 0x00000000 ########
#####The reg[0xa74] = 0x00000000 ########
#####The reg[0xa78] = 0x00000000 ########
#####The reg[0xa7c] = 0x00000000 ########
#####The reg[0xa80] = 0x00000000 ########
#####The reg[0xa84] = 0x00000000 ########
#####The reg[0xa88] = 0x00000000 ########
#####The reg[0xa8c] = 0x00000000 ########
#####The reg[0xa90] = 0x00000000 ########
#####The reg[0xa94] = 0x00000000 ########
#####The reg[0xa98] = 0x00000000 ########
#####The reg[0xa9c] = 0x00000000 ########
#####The reg[0xaa0] = 0x00000000 ########
#####The reg[0xaa4] = 0x00000000 ########
#####The reg[0xaa8] = 0x00000000 ########
#####The reg[0xaac] = 0x00000000 ########
#####The reg[0xab0] = 0x00000000 ########
#####The reg[0xab4] = 0x00000000 ########
#####The reg[0xab8] = 0x00000000 ########
#####The reg[0xabc] = 0x00000000 ########
#####The reg[0xac0] = 0x00000000 ########
#####The reg[0xac4] = 0x00000000 ########
#####The reg[0xac8] = 0x00000000 ########
#####The reg[0xacc] = 0x00000000 ########
#####The reg[0xad0] = 0x00000000 ########
#####The reg[0xad4] = 0x00000000 ########
#####The reg[0xad8] = 0x00000000 ########
#####The reg[0xadc] = 0x00000000 ########
#####The reg[0xae0] = 0x00000000 ########
#####The reg[0xae4] = 0x00000000 ########
#####The reg[0xae8] = 0x00000000 ########
#####The reg[0xaec] = 0x00000000 ########
#####The reg[0xaf0] = 0x00000000 ########
#####The reg[0xaf4] = 0x00000000 ########
#####The reg[0xaf8] = 0x00000000 ########
#####The reg[0xafc] = 0x00000000 ########
#####The reg[0xb00] = 0x00000000 ########
#####The reg[0xb04] = 0x00000000 ########
#####The reg[0xb08] = 0x00000000 ########
#####The reg[0xb0c] = 0x00000000 ########
#####The reg[0xb10] = 0x00000000 ########
#####The reg[0xb14] = 0x00000000 ########
#####The reg[0xb18] = 0x00000000 ########
#####The reg[0xb1c] = 0x00000000 ########
#####The reg[0xb20] = 0x00000000 ########
#####The reg[0xb24] = 0x00000000 ########
#####The reg[0xb28] = 0x00000000 ########
#####The reg[0xb2c] = 0x00000000 ########
#####The reg[0xb30] = 0x00000000 ########
#####The reg[0xb34] = 0x00000000 ########
#####The reg[0xb38] = 0x00000000 ########
#####The reg[0xb3c] = 0x00000000 ########
#####The reg[0xb40] = 0x00000000 ########
#####The reg[0xb44] = 0x00000000 ########
#####The reg[0xb48] = 0x00000000 ########
#####The reg[0xb4c] = 0x00000000 ########
#####The reg[0xb50] = 0x00000000 ########
#####The reg[0xb54] = 0x00000000 ########
#####The reg[0xb58] = 0x00000000 ########
#####The reg[0xb5c] = 0x00000000 ########
#####The reg[0xb60] = 0x00000000 ########
#####The reg[0xb64] = 0x00000000 ########
#####The reg[0xb68] = 0x00000000 ########
#####The reg[0xb6c] = 0x00000000 ########
#####The reg[0xb70] = 0x00000000 ########
#####The reg[0xb74] = 0x00000000 ########
#####The reg[0xb78] = 0x00000000 ########
#####The reg[0xb7c] = 0x00000000 ########
#####The reg[0xb80] = 0x00000000 ########
#####The reg[0xb84] = 0x00000000 ########
#####The reg[0xb88] = 0x00000000 ########
#####The reg[0xb8c] = 0x00000000 ########
#####The reg[0xb90] = 0x00000000 ########
#####The reg[0xb94] = 0x00000000 ########
#####The reg[0xb98] = 0x00000000 ########
#####The reg[0xb9c] = 0x00000000 ########
#####The reg[0xba0] = 0x00000000 ########
#####The reg[0xba4] = 0x00000000 ########
#####The reg[0xba8] = 0x00000000 ########
#####The reg[0xbac] = 0x00000000 ########
#####The reg[0xbb0] = 0x00000000 ########
#####The reg[0xbb4] = 0x00000000 ########
#####The reg[0xbb8] = 0x00000000 ########
#####The reg[0xbbc] = 0x00000000 ########
#####The reg[0xbc0] = 0x00000000 ########
#####The reg[0xbc4] = 0x00000000 ########
#####The reg[0xbc8] = 0x00000000 ########
#####The reg[0xbcc] = 0x00000000 ########
#####The reg[0xbd0] = 0x00000000 ########
#####The reg[0xbd4] = 0x00000000 ########
#####The reg[0xbd8] = 0x00000000 ########
#####The reg[0xbdc] = 0x00000000 ########
#####The reg[0xbe0] = 0x00000000 ########
#####The reg[0xbe4] = 0x00000000 ########
#####The reg[0xbe8] = 0x00000000 ########
#####The reg[0xbec] = 0x00000000 ########
#####The reg[0xbf0] = 0x00000000 ########
#####The reg[0xbf4] = 0x00000000 ########
#####The reg[0xbf8] = 0x00000000 ########
#####The reg[0xbfc] = 0x00000000 ########
#####The reg[0xc00] = 0x00000000 ########
#####The reg[0xc04] = 0x00000000 ########
#####The reg[0xc08] = 0x00000000 ########
#####The reg[0xc0c] = 0x00000000 ########
#####The reg[0xc10] = 0x00000000 ########
#####The reg[0xc14] = 0x00000000 ########
#####The reg[0xc18] = 0x00000000 ########
#####The reg[0xc1c] = 0x00000000 ########
#####The reg[0xc20] = 0x00000000 ########
#####The reg[0xc24] = 0x00000000 ########
#####The reg[0xc28] = 0x00000000 ########
#####The reg[0xc2c] = 0x00000000 ########
#####The reg[0xc30] = 0x00000000 ########
#####The reg[0xc34] = 0x00000000 ########
#####The reg[0xc38] = 0x00000000 ########
#####The reg[0xc3c] = 0x00000000 ########
#####The reg[0xc40] = 0x00000000 ########
#####The reg[0xc44] = 0x00000000 ########
#####The reg[0xc48] = 0x00000000 ########
#####The reg[0xc4c] = 0x00000000 ########
#####The reg[0xc50] = 0x00000000 ########
#####The reg[0xc54] = 0x00000000 ########
#####The reg[0xc58] = 0x00000000 ########
#####The reg[0xc5c] = 0x00000000 ########
#####The reg[0xc60] = 0x00000000 ########
#####The reg[0xc64] = 0x00000000 ########
#####The reg[0xc68] = 0x00000000 ########
#####The reg[0xc6c] = 0x00000000 ########
#####The reg[0xc70] = 0x00000000 ########
#####The reg[0xc74] = 0x00000000 ########
#####The reg[0xc78] = 0x00000000 ########
#####The reg[0xc7c] = 0x00000000 ########
#####The reg[0xc80] = 0x00000000 ########
#####The reg[0xc84] = 0x00000000 ########
#####The reg[0xc88] = 0x00000000 ########
#####The reg[0xc8c] = 0x00000000 ########
#####The reg[0xc90] = 0x00000000 ########
#####The reg[0xc94] = 0x00000000 ########
#####The reg[0xc98] = 0x00000000 ########
#####The reg[0xc9c] = 0x00000000 ########
#####The reg[0xca0] = 0x00000000 ########
#####The reg[0xca4] = 0x00000000 ########
#####The reg[0xca8] = 0x00000000 ########
#####The reg[0xcac] = 0x00000000 ########
#####The reg[0xcb0] = 0x00000000 ########
#####The reg[0xcb4] = 0x00000000 ########
#####The reg[0xcb8] = 0x00000000 ########
#####The reg[0xcbc] = 0x00000000 ########
#####The reg[0xcc0] = 0x00000000 ########
#####The reg[0xcc4] = 0x00000000 ########
#####The reg[0xcc8] = 0x00000000 ########
#####The reg[0xccc] = 0x00000000 ########
#####The reg[0xcd0] = 0x00000000 ########
#####The reg[0xcd4] = 0x00000000 ########
#####The reg[0xcd8] = 0x00000000 ########
#####The reg[0xcdc] = 0x00000000 ########
#####The reg[0xce0] = 0x00000000 ########
#####The reg[0xce4] = 0x00000000 ########
#####The reg[0xce8] = 0x00000000 ########
#####The reg[0xcec] = 0x00000000 ########
#####The reg[0xcf0] = 0x00000000 ########
#####The reg[0xcf4] = 0x00000000 ########
#####The reg[0xcf8] = 0x00000000 ########
#####The reg[0xcfc] = 0x00000000 ########
#####The reg[0xd00] = 0x00000000 ########
#####The reg[0xd04] = 0x00000000 ########
#####The reg[0xd08] = 0x00000000 ########
#####The reg[0xd0c] = 0x00000000 ########
#####The reg[0xd10] = 0x00000000 ########
#####The reg[0xd14] = 0x00000000 ########
#####The reg[0xd18] = 0x00000000 ########
#####The reg[0xd1c] = 0x00000000 ########
#####The reg[0xd20] = 0x00000000 ########
#####The reg[0xd24] = 0x00000000 ########
#####The reg[0xd28] = 0x00000000 ########
#####The reg[0xd2c] = 0x00000000 ########
#####The reg[0xd30] = 0x00000000 ########
#####The reg[0xd34] = 0x00000000 ########
#####The reg[0xd38] = 0x00000000 ########
#####The reg[0xd3c] = 0x00000000 ########
#####The reg[0xd40] = 0x00000000 ########
#####The reg[0xd44] = 0x00000000 ########
#####The reg[0xd48] = 0x00000000 ########
#####The reg[0xd4c] = 0x00000000 ########
#####The reg[0xd50] = 0x00000000 ########
#####The reg[0xd54] = 0x00000000 ########
#####The reg[0xd58] = 0x00000000 ########
#####The reg[0xd5c] = 0x00000000 ########
#####The reg[0xd60] = 0x00000000 ########
#####The reg[0xd64] = 0x00000000 ########
#####The reg[0xd68] = 0x00000000 ########
#####The reg[0xd6c] = 0x00000000 ########
#####The reg[0xd70] = 0x00000000 ########
#####The reg[0xd74] = 0x00000000 ########
#####The reg[0xd78] = 0x00000000 ########
#####The reg[0xd7c] = 0x00000000 ########
#####The reg[0xd80] = 0x00000000 ########
#####The reg[0xd84] = 0x00000000 ########
#####The reg[0xd88] = 0x00000000 ########
#####The reg[0xd8c] = 0x00000000 ########
#####The reg[0xd90] = 0x00000000 ########
#####The reg[0xd94] = 0x00000000 ########
#####The reg[0xd98] = 0x00000000 ########
#####The reg[0xd9c] = 0x00000000 ########
#####The reg[0xda0] = 0x00000000 ########
#####The reg[0xda4] = 0x00000000 ########
#####The reg[0xda8] = 0x00000000 ########
#####The reg[0xdac] = 0x00000000 ########
#####The reg[0xdb0] = 0x00000000 ########
#####The reg[0xdb4] = 0x00000000 ########
#####The reg[0xdb8] = 0x00000000 ########
#####The reg[0xdbc] = 0x00000000 ########
#####The reg[0xdc0] = 0x00000000 ########
#####The reg[0xdc4] = 0x00000000 ########
#####The reg[0xdc8] = 0x00000000 ########
#####The reg[0xdcc] = 0x00000000 ########
#####The reg[0xdd0] = 0x00000000 ########
#####The reg[0xdd4] = 0x00000000 ########
#####The reg[0xdd8] = 0x00000000 ########
#####The reg[0xddc] = 0x00000000 ########
#####The reg[0xde0] = 0x00000000 ########
#####The reg[0xde4] = 0x00000000 ########
#####The reg[0xde8] = 0x00000000 ########
#####The reg[0xdec] = 0x00000000 ########
#####The reg[0xdf0] = 0x00000000 ########
#####The reg[0xdf4] = 0x00000000 ########
#####The reg[0xdf8] = 0x00000000 ########
#####The reg[0xdfc] = 0x00000000 ########
#####The reg[0xe00] = 0x00000000 ########
#####The reg[0xe04] = 0x00000000 ########
#####The reg[0xe08] = 0x00000000 ########
#####The reg[0xe0c] = 0x00000000 ########
#####The reg[0xe10] = 0x00000000 ########
#####The reg[0xe14] = 0x00000000 ########
#####The reg[0xe18] = 0x00000000 ########
#####The reg[0xe1c] = 0x00000000 ########
#####The reg[0xe20] = 0x00000000 ########
#####The reg[0xe24] = 0x00000000 ########
#####The reg[0xe28] = 0x00000000 ########
#####The reg[0xe2c] = 0x00000000 ########
#####The reg[0xe30] = 0x00000000 ########
#####The reg[0xe34] = 0x00000000 ########
#####The reg[0xe38] = 0x00000000 ########
#####The reg[0xe3c] = 0x00000000 ########
#####The reg[0xe40] = 0x00000000 ########
#####The reg[0xe44] = 0x00000000 ########
#####The reg[0xe48] = 0x00000000 ########
#####The reg[0xe4c] = 0x00000000 ########
#####The reg[0xe50] = 0x00000000 ########
#####The reg[0xe54] = 0x00000000 ########
#####The reg[0xe58] = 0x00000000 ########
#####The reg[0xe5c] = 0x00000000 ########
#####The reg[0xe60] = 0x00000000 ########
#####The reg[0xe64] = 0x00000000 ########
#####The reg[0xe68] = 0x00000000 ########
#####The reg[0xe6c] = 0x00000000 ########
#####The reg[0xe70] = 0x00000000 ########
#####The reg[0xe74] = 0x00000000 ########
#####The reg[0xe78] = 0x00000000 ########
#####The reg[0xe7c] = 0x00000000 ########
#####The reg[0xe80] = 0x00000000 ########
#####The reg[0xe84] = 0x00000000 ########
#####The reg[0xe88] = 0x00000000 ########
#####The reg[0xe8c] = 0x00000000 ########
#####The reg[0xe90] = 0x00000000 ########
#####The reg[0xe94] = 0x00000000 ########
#####The reg[0xe98] = 0x00000000 ########
#####The reg[0xe9c] = 0x00000000 ########
#####The reg[0xea0] = 0x00000000 ########
#####The reg[0xea4] = 0x00000000 ########
#####The reg[0xea8] = 0x00000000 ########
#####The reg[0xeac] = 0x00000000 ########
#####The reg[0xeb0] = 0x00000000 ########
#####The reg[0xeb4] = 0x00000000 ########
#####The reg[0xeb8] = 0x00000000 ########
#####The reg[0xebc] = 0x00000000 ########
#####The reg[0xec0] = 0x00000000 ########
#####The reg[0xec4] = 0x00000000 ########
#####The reg[0xec8] = 0x00000000 ########
#####The reg[0xecc] = 0x00000000 ########
#####The reg[0xed0] = 0x00000000 ########
#####The reg[0xed4] = 0x00000000 ########
#####The reg[0xed8] = 0x00000000 ########
#####The reg[0xedc] = 0x00000000 ########
#####The reg[0xee0] = 0x00000000 ########
#####The reg[0xee4] = 0x00000000 ########
#####The reg[0xee8] = 0x00000000 ########
#####The reg[0xeec] = 0x00000000 ########
#####The reg[0xef0] = 0x00000000 ########
#####The reg[0xef4] = 0x00000000 ########
#####The reg[0xef8] = 0x00000000 ########
#####The reg[0xefc] = 0x00000000 ########
#####The reg[0xf00] = 0x00000000 ########
#####The reg[0xf04] = 0x00000000 ########
#####The reg[0xf08] = 0x00000000 ########
#####The reg[0xf0c] = 0x00000000 ########
#####The reg[0xf10] = 0x00000000 ########
#####The reg[0xf14] = 0x00000000 ########
#####The reg[0xf18] = 0x00000000 ########
#####The reg[0xf1c] = 0x00000000 ########
#####The reg[0xf20] = 0x00000000 ########
#####The reg[0xf24] = 0x00000000 ########
#####The reg[0xf28] = 0x00000000 ########
#####The reg[0xf2c] = 0x00000000 ########
#####The reg[0xf30] = 0x00000000 ########
#####The reg[0xf34] = 0x00000000 ########

Hi,

Could you try setting “num_lanes” property for all modes as 4 (now they are set as 2)?

Also, set tegra_sinterface properly for all nodes - serial_a, serial_c & serial_e (now they are all set to serial_c)

Regards,
Rejeesh