Does the display port in the device tree need to be modified for 5v voltage detection?

background:
both hdmi and display output
Guidance document:Jetson TX2 OEM Design Guide->7.0DISPLAY->7.2 eDP / DP / HDMI

question:display haven’t output

device-tree;

/dts-v1/;

/memreserve/ 0x0000000080000000 0x0000000000010000;
/ {
compatible = “nvidia,quill”, “nvidia,tegra186”;
interrupt-parent = <0x1>;
#address-cells = <0x2>;
#size-cells = <0x2>;
model = “quill”;
nvidia,dtsfilename = “/dvs/git/dirty/git-master_linux/kernel/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dts”;
nvidia,dtbbuildtime = “May 17 2018”, “00:17:43”;

cpus {
	#address-cells = <0x2>;
	#size-cells = <0x0>;
	status = "disabled";

	a57_core_power_states {
		compatible = "nvidia,tegra186-cpuidle-a57";

		c1 {
			compatible = "nvidia,tegra186-cpuidle-a57";
			state-name = "Clock gated";
			wakeup-latency-us = <0x1>;
			min-residency-us = <0x1>;
			power = <0x46>;
			pmstate = <0x1>;
			status = "okay";
		};

		c7 {
			compatible = "nvidia,tegra186-cpuidle-a57";
			state-name = "Core powergate";
			wakeup-latency-us = <0x82>;
			min-residency-us = <0xffffffff>;
			power = <0x3c>;
			pmstate = <0x7>;
			arm,psci-suspend-param = <0x40000007>;
			status = "okay";
			linux,phandle = <0x5>;
			phandle = <0x5>;
		};
	};

	a57_cluster_power_states {
		compatible = "nvidia,tegra186-cpuidle-a57-cluster";

		cc1 {
			state-name = "Cluster clock gated";
			wakeup-latency-us = <0x1>;
			min-residency-us = <0x1>;
			power = <0x41>;
			pmstate = <0x1>;
			status = "okay";
		};

		cc6 {
			state-name = "Cluster powergate";
			wakeup-latency-us = <0x15e>;
			min-residency-us = <0x1388>;
			power = <0x13>;
			pmstate = <0x6>;
			status = "okay";
		};

		cc7 {
			state-name = "Cluster railgate";
			wakeup-latency-us = <0x50>;
			min-residency-us = <0x320>;
			power = <0x5>;
			pmstate = <0x7>;
			status = "disabled";
		};
	};

	a57_crossover_thresholds {
		compatible = "nvidia,tegra186-cpuidle-a57-thresholds";

		thresholds {
			crossover_cc1_cc6 = <0x1388>;
			crossover_cc1_cc7 = <0x2bc>;
		};
	};

	denver_core_power_states {
		compatible = "nvidia,tegra186-cpuidle-denver";

		c1 {
			compatible = "nvidia,tegra186-cpuidle-denver";
			state-name = "Clock gated";
			wakeup-latency-us = <0x1>;
			min-residency-us = <0x1>;
			power = <0x46>;
			pmstate = <0x1>;
			status = "okay";
		};

		c6 {
			compatible = "nvidia,tegra186-cpuidle-denver";
			state-name = "Virtual core powergate";
			wakeup-latency-us = <0xbe>;
			min-residency-us = <0xffffffff>;
			power = <0x3c>;
			pmstate = <0x6>;
			arm,psci-suspend-param = <0x6>;
			status = "okay";
			linux,phandle = <0x2>;
			phandle = <0x2>;
		};

		c7 {
			compatible = "nvidia,tegra186-cpuidle-denver";
			state-name = "Core powergate";
			wakeup-latency-us = <0x230>;
			min-residency-us = <0xffffffff>;
			power = <0x3c>;
			pmstate = <0x7>;
			arm,psci-suspend-param = <0x40000007>;
			status = "okay";
			linux,phandle = <0x3>;
			phandle = <0x3>;
		};
	};

	denver_cluster_power_states {
		compatible = "nvidia,tegra186-cpuidle-denver-cluster";

		cc1 {
			state-name = "Cluster clock gated";
			wakeup-latency-us = <0x1>;
			min-residency-us = <0x1>;
			power = <0x41>;
			pmstate = <0x1>;
			status = "okay";
		};

		cc6 {
			state-name = "Cluster powergate";
			wakeup-latency-us = <0x1c2>;
			min-residency-us = <0x1388>;
			power = <0x13>;
			pmstate = <0x6>;
			status = "okay";
		};

		cc7 {
			state-name = "Cluster railgate";
			wakeup-latency-us = <0x50>;
			min-residency-us = <0x320>;
			power = <0x5>;
			pmstate = <0x7>;
			status = "disabled";
		};
	};

	denver_crossover_thresholds {
		compatible = "nvidia,tegra186-cpuidle-denver-thresholds";

		thresholds {
			crossover_c1_c6 = <0x3e8>;
			crossover_cc1_cc6 = <0x1388>;
			crossover_cc1_cc7 = <0x4e20>;
		};
	};

	cpu@0 {
		device_type = "cpu";
		compatible = "nvidia,denver", "arm,armv8";
		reg = <0x0 0x0>;
		enable-method = "psci";
		cpu-idle-states = <0x2 0x3>;
		cpu-ipc = <0x400>;
		next-level-cache = <0x4>;
		status = "okay";
		linux,phandle = <0x7>;
		phandle = <0x7>;
	};

	cpu@1 {
		device_type = "cpu";
		compatible = "nvidia,denver", "arm,armv8";
		reg = <0x0 0x1>;
		enable-method = "psci";
		cpu-idle-states = <0x2 0x3>;
		cpu-ipc = <0x400>;
		next-level-cache = <0x4>;
		status = "okay";
		linux,phandle = <0x8>;
		phandle = <0x8>;
	};

	cpu@2 {
		device_type = "cpu";
		compatible = "arm,cortex-a57-64bit", "arm,armv8";
		reg = <0x0 0x100>;
		enable-method = "psci";
		cpu-idle-states = <0x5>;
		cpu-ipc = <0x2f0>;
		next-level-cache = <0x6>;
		status = "okay";
		linux,phandle = <0x9>;
		phandle = <0x9>;
	};

	cpu@3 {
		device_type = "cpu";
		compatible = "arm,cortex-a57-64bit", "arm,armv8";
		reg = <0x0 0x101>;
		enable-method = "psci";
		cpu-idle-states = <0x5>;
		cpu-ipc = <0x2f0>;
		next-level-cache = <0x6>;
		status = "okay";
		linux,phandle = <0xa>;
		phandle = <0xa>;
	};

	cpu@4 {
		device_type = "cpu";
		compatible = "arm,cortex-a57-64bit", "arm,armv8";
		reg = <0x0 0x102>;
		enable-method = "psci";
		cpu-idle-states = <0x5>;
		cpu-ipc = <0x2f0>;
		next-level-cache = <0x6>;
		status = "okay";
		linux,phandle = <0xb>;
		phandle = <0xb>;
	};

	cpu@5 {
		device_type = "cpu";
		compatible = "arm,cortex-a57-64bit", "arm,armv8";
		reg = <0x0 0x103>;
		enable-method = "psci";
		cpu-idle-states = <0x5>;
		cpu-ipc = <0x2f0>;
		next-level-cache = <0x6>;
		status = "okay";
		linux,phandle = <0xc>;
		phandle = <0xc>;
	};

	l2-cache0 {
		compatible = "cache";
		cache-unified;
		cache-level = <0x2>;
		linux,phandle = <0x6>;
		phandle = <0x6>;
	};

	l2-cache1 {
		compatible = "cache";
		cache-unified;
		cache-level = <0x2>;
		linux,phandle = <0x4>;
		phandle = <0x4>;
	};
};

arm-pmu {
	compatible = "arm,armv8-pmuv3";
	interrupts = <0x0 0x140 0x4 0x0 0x141 0x4 0x0 0x128 0x4 0x0 0x129 0x4 0x0 0x12a 0x4 0x0 0x12b 0x4>;
	interrupt-affinity = <0x7 0x8 0x9 0xa 0xb 0xc>;
};

denver-pmu {
	compatible = "nvidia,denver15-pmu";
	interrupts = <0x0 0x122 0x4>;
	interrupt-affinity = <0x7>;
};

aliases {
	sdhci0 = "/sdhci@3400000";
	sdhci1 = "/sdhci@3420000";
	sdhci2 = "/sdhci@3440000";
	sdhci3 = "/sdhci@3460000";
	i2c0 = "/i2c@3160000";
	i2c1 = "/i2c@c240000";
	i2c2 = "/i2c@3180000";
	i2c3 = "/i2c@3190000";
	i2c4 = "/bpmp_i2c";
	i2c5 = "/i2c@31b0000";
	i2c6 = "/i2c@31c0000";
	i2c7 = "/i2c@c250000";
	i2c8 = "/i2c@31e0000";
	spi0 = "/spi@3210000";
	spi1 = "/spi@c260000";
	spi2 = "/spi@3230000";
	spi3 = "/spi@3240000";
	tegra-camera-rtcpu = "/rtcpu@b000000";
	spi4 = "/aon_spi@c260000";
	qspi6 = "/spi@3270000";
	serial0 = "/serial@3100000";
	serial1 = "/serial@3110000";
	serial2 = "/serial@c280000";
	serial3 = "/serial@3130000";
	serial4 = "/serial@3140000";
	serial5 = "/serial@3150000";
	serial6 = "/serial@c290000";
	rtc1 = "/rtc@c2a0000";
	rtc0 = "/bpmp_i2c/spmic@3c";
};

sdhci@3460000 {
	compatible = "nvidia,tegra186-sdhci";
	reg = <0x0 0x3460000 0x0 0x210>;
	interrupts = <0x0 0x41 0x4>;
	max-clk-limit = <0xbb288cc>;
	ddr-clk-limit = <0x2dc6c00>;
	nvidia,rate-change-needs-clock-enabled;
	tap-delay = <0x9>;
	trim-delay = <0x5>;
	nvidia,ddr-tap-delay = <0x9>;
	ddr-trim-delay = <0x5>;
	dqs-trim-delay = <0x3f>;
	dqs-trim-delay-hs533 = <0x28>;
	mmc-ocr-mask = <0x0>;
	bus-width = <0x8>;
	ignore-pm-notify;
	keep-power-in-suspend;
	non-removable;
	cap-mmc-highspeed;
	cap-sd-highspeed;
	mmc-ddr-1_8v;
	mmc-hs200-1_8v;
	mmc-hs400-1_8v;
	compad-vref-3v3 = <0x7>;
	compad-vref-1v8 = <0x7>;
	uhs-mask = <0x0>;
	nvidia,is-emmc;
	calib-3v3-offsets = <0x505>;
	calib-1v8-offsets = <0x505>;
	pll_source = "pll_p", "pll_c4_out0";
	resets = <0xd 0x24>;
	reset-names = "sdmmc";
	clocks = <0xd 0x36 0xd 0x10d 0xd 0x114>;
	clock-names = "sdmmc", "pll_p", "pll_c4_out0";
	#stream-id-cells = <0x1>;
	status = "okay";
	nvidia,enable-strobe-mode;
	nvidia,en-periodic-cflush;
	nvidia,periodic-cflush-to = <0x64>;
	nvidia,enable-hwcq;
	mmc-hs400-enhanced-strobe;
	vqmmc-supply = <0xe>;
	vmmc-supply = <0xf>;
	linux,phandle = <0x6c>;
	phandle = <0x6c>;

	prod-settings {
		#prod-cells = <0x3>;

		prod_c_ds {
			prod = <0x100 0xff0000 0x90000 0x1e0 0xf 0x7 0x1e4 0x20007f7f 0x20000000>;
		};

		prod_c_hs {
			prod = <0x100 0xff0000 0x90000 0x1e0 0xf 0x7 0x1e4 0x20007f7f 0x20000000>;
		};

		prod_c_ddr52 {
			prod = <0x100 0x1fff0000 0x5090000 0x1e0 0xf 0x7 0x1e4 0x20007f7f 0x20000000>;
		};

		prod_c_hs200 {
			prod = <0x100 0xff0000 0x90000 0x1c0 0xe000 0x4000 0x1e0 0xf 0x7 0x1e4 0x20007f7f 0x20000505>;
		};

		prod_c_hs400 {
			prod = <0x100 0xff0000 0x90000 0x1c0 0xe000 0x4000 0x1e0 0xf 0x7 0x1e4 0x20007f7f 0x20000505>;
		};

		prod_c_hs533 {
			prod = <0x100 0xff0000 0x90000 0x1c0 0xe000 0x2000 0x1e0 0xf 0x7 0x1e4 0x20000000 0x20000505>;
		};

		prod {
			prod = <0x100 0x1fff002e 0x5090028 0x1c0 0x8001fc0 0x8000040 0x1c4 0x77 0x0 0x120 0x20001 0x1 0x128 0x43000000 0x0>;
		};
	};
};

sdhci@3440000 {
	compatible = "nvidia,tegra186-sdhci";
	reg = <0x0 0x3440000 0x0 0x210>;
	interrupts = <0x0 0x40 0x4>;
	max-clk-limit = <0xc28cb00>;
	ddr-clk-limit = <0x2dc6c00>;
	tap-delay = <0xb>;
	trim-delay = <0x5>;
	nvidia,ddr-tap-delay = <0xb>;
	ddr-trim-delay = <0x5>;
	bus-width = <0x4>;
	ignore-pm-notify;
	mmc-ocr-mask = <0x0>;
	keep-power-in-suspend;
	non-removable;
	cap-mmc-highspeed;
	cap-sd-highspeed;
	pwrdet-support;
	compad-vref-3v3 = <0x1>;
	compad-vref-1v8 = <0x2>;
	uhs-mask = <0x8>;
	pll_source = "pll_p";
	resets = <0xd 0x23>;
	reset-names = "sdmmc";
	clocks = <0xd 0x4c 0xd 0x10d>;
	clock-names = "sdmmc", "pll_p";
	#stream-id-cells = <0x1>;
	pad-controllers = <0x10 0x27>;
	pad-names = "sdmmc";
	nvidia,en-periodic-calib;
	force-non-removable-rescan;
	status = "okay";
	vqmmc-supply = <0x11>;
	vmmc-supply = <0xe>;
	linux,phandle = <0x10d>;
	phandle = <0x10d>;

	prod-settings {
		#prod-cells = <0x3>;

		prod_c_ds {
			prod = <0x100 0xff0000 0xb0000 0x1e0 0xf 0x1 0x1e4 0x20007f7f 0x20007a00>;
		};

		prod_c_hs {
			prod = <0x100 0xff0000 0xb0000 0x1e0 0xf 0x1 0x1e4 0x20007f7f 0x20007a00>;
		};

		prod_c_sdr12 {
			prod = <0x100 0xff0000 0xb0000 0x1e0 0xf 0x2 0x1e4 0x20007f7f 0x20007a00>;
		};

		prod_c_sdr25 {
			prod = <0x100 0xff0000 0xb0000 0x1e0 0xf 0x2 0x1e4 0x20007f7f 0x20006a76>;
		};

		prod_c_sdr50 {
			prod = <0x100 0xff0000 0xb0000 0x1c0 0xe000 0x8000 0x1e0 0xf 0x2 0x1e4 0x20007f7f 0x20007a00>;
		};

		prod_c_sdr104 {
			prod = <0x100 0xff0000 0xb0000 0x1c0 0xe000 0x4000 0x1e0 0xf 0x2 0x1e4 0x20007f7f 0x20007a00>;
		};

		prod_c_ddr52 {
			prod = <0x100 0x1fff0000 0x50b0000 0x1e0 0xf 0x2 0x1e4 0x20007f7f 0x20007a00>;
		};

		prod {
			prod = <0x100 0x1fff002e 0x5090028 0x1c0 0x8001fc0 0x8000040 0x1c4 0x77 0x0 0x120 0x20001 0x1 0x128 0x43000000 0x0>;
		};
	};
};

sdhci@3420000 {
	compatible = "nvidia,tegra186-sdhci";
	reg = <0x0 0x3420000 0x0 0x210>;
	interrupts = <0x0 0x3f 0x4>;
	max-clk-limit = <0xbebc200>;
	ddr-clk-limit = <0x2dc6c00>;
	tap-delay = <0xb>;
	trim-delay = <0x5>;
	nvidia,ddr-tap-delay = <0xb>;
	ddr-trim-delay = <0x5>;
	mmc-ocr-mask = <0x0>;
	bus-width = <0x8>;
	ignore-pm-notify;
	keep-power-in-suspend;
	non-removable;
	cap-mmc-highspeed;
	cap-sd-highspeed;
	mmc-ddr-1_8v;
	mmc-hs200-1_8v;
	pwrdet-support;
	compad-vref-3v3 = <0x1>;
	compad-vref-1v8 = <0x2>;
	uhs-mask = <0x60>;
	nvidia,is-emmc;
	pll_source = "pll_p";
	resets = <0xd 0x22>;
	reset-names = "sdmmc";
	clocks = <0xd 0x35 0xd 0x10d>;
	clock-names = "sdmmc", "pll_p";
	#stream-id-cells = <0x1>;
	pad-controllers = <0x10 0x25>;
	pad-names = "sdmmc";
	status = "disabled";
	vqmmc-supply = <0xe>;
	vmmc-supply = <0xf>;
	linux,phandle = <0x6d>;
	phandle = <0x6d>;

	prod-settings {
		#prod-cells = <0x3>;

		comp-vref-default {
			prod = <0x1e0 0xf 0x7>;
		};

		comp-vref-1v8 {
			prod = <0x1e0 0xf 0x7>;
		};

		comp-vref-3v3 {
			prod = <0x1e0 0xf 0x7>;
		};

		tap-delay-ddr {
			prod = <0x100 0xff0000 0x90000>;
		};

		trim-delay-ddr {
			prod = <0x100 0x1f000000 0x5000000>;
		};

		tap-delay-default {
			prod = <0x100 0xff0000 0x90000>;
		};

		tun-iterations-hs200 {
			prod = <0x1c0 0xe000 0x4000>;
		};

		tun-iterations-hs400 {
			prod = <0x1c0 0xe000 0x4000>;
		};

		tun-iterations-sdr104 {
			prod = <0x1c0 0xe000 0x4000>;
		};

		tun-iterations-sdr50 {
			prod = <0x1c0 0xe000 0x8000>;
		};

		tun-iterations-hs533 {
			prod = <0x1c0 0xe000 0x2000>;
		};

		prod-reset {
			prod = <0x100 0x1fff002e 0x5090028 0x1c0 0x8001fc0 0x8000040 0x1c4 0x77 0x0 0x120 0x20001 0x1 0x128 0x43000000 0x0>;
		};

		autocal-en {
			prod = <0x1e4 0x20000000 0x20000000>;
		};

		autocal-pu-pd-offset-hs533-1v8 {
			prod = <0x1e4 0x7f7f 0x505>;
		};

		autocal-pu-pd-offset-hs400-1v8 {
			prod = <0x1e4 0x7f7f 0x505>;
		};

		autocal-pu-pd-offset-hs200-1v8 {
			prod = <0x1e4 0x7f7f 0x505>;
		};

		autocal-pu-pd-offset-default-1v8 {
			prod = <0x1e4 0x7f7f 0x0>;
		};

		autocal-pu-pd-offset-default-3v3 {
			prod = <0x1e4 0x7f7f 0x0>;
		};
	};
};

sdhci@3400000 {
	compatible = "nvidia,tegra186-sdhci";
	reg = <0x0 0x3400000 0x0 0x210>;
	interrupts = <0x0 0x3e 0x4>;
	max-clk-limit = <0xc28cb00>;
	ddr-clk-limit = <0x2dc6c00>;
	tap-delay = <0xb>;
	trim-delay = <0x5>;
	nvidia,ddr-tap-delay = <0xb>;
	ddr-trim-delay = <0x5>;
	mmc-ocr-mask = <0x3>;
	bus-width = <0x4>;
	ignore-pm-notify;
	keep-power-in-suspend;
	cap-mmc-highspeed;
	cap-sd-highspeed;
	pwrdet-support;
	compad-vref-3v3 = <0x1>;
	compad-vref-1v8 = <0x2>;
	uhs-mask = <0x8>;
	pll_source = "pll_p";
	resets = <0xd 0x21>;
	reset-names = "sdmmc";
	clocks = <0xd 0x34 0xd 0x10d>;
	clock-names = "sdmmc", "pll_p";
	#stream-id-cells = <0x1>;
	pad-controllers = <0x10 0x24>;
	pad-names = "sdmmc";
	nvidia,en-periodic-calib;
	status = "okay";
	cd-gpios = <0x12 0x7d 0x0>;
	wp-gpios = <0x12 0x7c 0x0>;
	cd-inverted;
	wp-inverted;
	vqmmc-supply = <0x13>;
	vmmc-supply = <0x14>;
	nvidia,cd-wakeup-capable;
	linux,phandle = <0x6e>;
	phandle = <0x6e>;

	prod-settings {
		#prod-cells = <0x3>;

		prod_c_ds {
			prod = <0x100 0xff0000 0xb0000 0x1e0 0xf 0x1 0x1e4 0x20007f7f 0x20000000>;
		};

		prod_c_hs {
			prod = <0x100 0xff0000 0xb0000 0x1e0 0xf 0x1 0x1e4 0x20007f7f 0x20000000>;
		};

		prod_c_sdr12 {
			prod = <0x100 0xff0000 0xb0000 0x1e0 0xf 0x2 0x1e4 0x20007f7f 0x20000000>;
		};

		prod_c_sdr25 {
			prod = <0x100 0xff0000 0xb0000 0x1e0 0xf 0x2 0x1e4 0x20007f7f 0x20000000>;
		};

		prod_c_sdr50 {
			prod = <0x100 0xff0000 0xb0000 0x1c0 0xe000 0x8000 0x1e0 0xf 0x2 0x1e4 0x20007f7f 0x20000000>;
		};

		prod_c_sdr104 {
			prod = <0x100 0xff0000 0xb0000 0x1c0 0xe000 0x4000 0x1e0 0xf 0x2 0x1e4 0x20007f7f 0x20000503>;
		};

		prod_c_ddr52 {
			prod = <0x100 0xff0000 0xb0000 0x1e0 0xf 0x2 0x1e4 0x20007f7f 0x20000000>;
		};

		prod {
			prod = <0x100 0x1fff002e 0x5090028 0x1c0 0x8001fc0 0x8000040 0x1c4 0x77 0x0 0x120 0x20001 0x1 0x128 0x43000000 0x0>;
		};
	};
};

pinmux@2430000 {
	compatible = "nvidia,tegra186-pinmux";
	reg = <0x0 0x2430000 0x0 0x15000 0x0 0xc300000 0x0 0x4000>;
	#gpio-range-cells = <0x3>;
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <0x15>;
	linux,phandle = <0xcb>;
	phandle = <0xcb>;

	devslp_active {
		linux,phandle = <0x16>;
		phandle = <0x16>;

		sata {
			nvidia,pins = "pex_l2_clkreq_n_pa6";
			nvidia,function = "sata";
			nvidia,pull = <0x0>;
			nvidia,enable-input = <0x0>;
			nvidia,io-high-voltage = <0x1>;
			nvidia,lpdr = <0x1>;
		};
	};

	devslp_pullup {
		linux,phandle = <0x17>;
		phandle = <0x17>;

		sata {
			nvidia,pins = "pex_l2_clkreq_n_pa6";
			nvidia,function = "sata";
			nvidia,pull = <0x2>;
		};
	};

	vbus_en0_oc_tristate {
		linux,phandle = <0x9e>;
		phandle = <0x9e>;

		usb_vbus_en0_pl4 {
			nvidia,pins = "usb_vbus_en0_pl4";
			nvidia,function = "usb";
			nvidia,tristate = <0x1>;
			nvidia,io-high-voltage = <0x1>;
			nvidia,enable-input = <0x1>;
		};
	};

	vbus_en1_oc_tristate {
		linux,phandle = <0x9f>;
		phandle = <0x9f>;

		usb_vbus_en1_pl5 {
			nvidia,pins = "usb_vbus_en1_pl5";
			nvidia,function = "usb";
			nvidia,tristate = <0x1>;
			nvidia,io-high-voltage = <0x1>;
			nvidia,enable-input = <0x1>;
		};
	};

	vbus_en0_oc_passthrough {
		linux,phandle = <0xa0>;
		phandle = <0xa0>;

		usb_vbus_en0_pl4 {
			nvidia,pins = "usb_vbus_en0_pl4";
			nvidia,function = "usb";
			nvidia,tristate = <0x0>;
			nvidia,io-high-voltage = <0x1>;
			nvidia,enable-input = <0x1>;
		};
	};

	vbus_en1_oc_passthrough {
		linux,phandle = <0xa1>;
		phandle = <0xa1>;

		usb_vbus_en1_pl5 {
			nvidia,pins = "usb_vbus_en1_pl5";
			nvidia,function = "usb";
			nvidia,tristate = <0x0>;
			nvidia,io-high-voltage = <0x1>;
			nvidia,enable-input = <0x1>;
		};
	};

	vbus_en0_default {
		linux,phandle = <0xa2>;
		phandle = <0xa2>;

		usb_vbus_en0_pl4 {
			nvidia,pins = "usb_vbus_en0_pl4";
			nvidia,function = "rsvd1";
			nvidia,io-high-voltage = <0x1>;
			nvidia,enable-input = <0x1>;
		};
	};

	vbus_en1_default {
		linux,phandle = <0xa3>;
		phandle = <0xa3>;

		usb_vbus_en1_pl5 {
			nvidia,pins = "usb_vbus_en1_pl5";
			nvidia,function = "rsvd1";
			nvidia,io-high-voltage = <0x1>;
			nvidia,enable-input = <0x1>;
		};
	};

	dmic1_dap_active {
		linux,phandle = <0xea>;
		phandle = <0xea>;

		dmic_dmic1_clk_pm1 {
			nvidia,pins = "dmic1_clk_pm1";
			nvidia,function = "dmic1";
		};

		dmic_dmic1_dat_pm0 {
			nvidia,pins = "dmic1_dat_pm0";
			nvidia,function = "dmic1";
		};
	};

	dmic2_dap_active {
		linux,phandle = <0xeb>;
		phandle = <0xeb>;

		dmic_dmic2_dat_pm2 {
			nvidia,pins = "dmic2_dat_pm2";
			nvidia,function = "dmic2";
		};

		dmic_dmic2_clk_pm3 {
			nvidia,pins = "dmic2_clk_pm3";
			nvidia,function = "dmic2";
		};
	};

	dmic3_dap_active {
		linux,phandle = <0xec>;
		phandle = <0xec>;

		dmic_can_gpio0_paa0 {
			nvidia,pins = "can_gpio0_paa0";
			nvidia,function = "dmic3";
		};

		dmic_can_gpio1_paa1 {
			nvidia,pins = "can_gpio1_paa1";
			nvidia,function = "dmic3";
		};
	};

	dmic3_dap_inactive {
		linux,phandle = <0xed>;
		phandle = <0xed>;

		dmic_can_gpio0_paa0 {
			nvidia,pins = "can_gpio0_paa0";
			nvidia,function = "dmic5";
		};

		dmic_can_gpio1_paa1 {
			nvidia,pins = "can_gpio1_paa1";
			nvidia,function = "dmic5";
		};
	};

	dmic4_dap_active {
		linux,phandle = <0xee>;
		phandle = <0xee>;

		dmic_dmic4_dat_pm4 {
			nvidia,pins = "dmic4_dat_pm4";
			nvidia,function = "dmic4";
		};

		dmic_dmic4_clk_pm5 {
			nvidia,pins = "dmic4_clk_pm5";
			nvidia,function = "dmic4";
		};
	};

	i2s3_dap_active {
		linux,phandle = <0xe9>;
		phandle = <0xe9>;

		i2s3_dmic1_clk_pm1 {
			nvidia,pins = "dmic1_clk_pm1";
			nvidia,function = "i2s3";
		};

		i2s3_dmic1_dat_pm0 {
			nvidia,pins = "dmic1_dat_pm0";
			nvidia,function = "i2s3";
		};

		i2s3_dmic2_dat_pm2 {
			nvidia,pins = "dmic2_dat_pm2";
			nvidia,function = "i2s3";
		};

		i2s3_dmic2_clk_pm3 {
			nvidia,pins = "dmic2_clk_pm3";
			nvidia,function = "i2s3";
		};
	};

	common {
		linux,phandle = <0x15>;
		phandle = <0x15>;

		gpio_edp2_pp5 {
			nvidia,pins = "gpio_edp2_pp5";
			nvidia,pull = <0x2>;
			nvidia,tristate = <0x1>;
			nvidia,enable-input = <0x1>;
			status = "okay";
		};

		gpio_edp3_pp6 {
			nvidia,pins = "gpio_edp3_pp6";
			nvidia,pull = <0x0>;
			nvidia,tristate = <0x0>;
			nvidia,enable-input = <0x0>;
			status = "okay";
		};
	};
};

ahci-sata@3507000 {
	compatible = "nvidia,tegra186-ahci-sata";
	reg = <0x0 0x3507000 0x0 0x2000 0x0 0x3501000 0x0 0x6000 0x0 0x3500000 0x0 0x1000 0x0 0x3a90000 0x0 0x10000>;
	reg-names = "sata-ahci", "sata-config", "sata-ipfs", "sata-aux";
	interrupts = <0x0 0xc5 0x4>;
	#stream-id-cells = <0x1>;
	clocks = <0xd 0x63 0xd 0x64 0xd 0x204 0xd 0x10d>;
	clock-names = "sata", "sata-oob", "pllp", "pllp-uphy";
	resets = <0xd 0x1f 0xd 0x20>;
	reset-names = "sata", "sata-cold";
	pinctrl-names = "devslp_active", "devslp_pullup";
	pinctrl-0 = <0x16>;
	pinctrl-1 = <0x17>;
	nvidia,disable-features = "devslp", "dipm";
	nvidia,link-flags = "min_power";
	status = "okay";
	gpios = <0x18 0x7 0x0>;
	linux,phandle = <0x77>;
	phandle = <0x77>;

	prod-settings {
		#prod-cells = <0x4>;

		prod {
			prod = <0x1 0x52c 0xffffffff 0x31ce0 0x1 0x338 0x10000000 0x10000000>;
		};
	};
};

ufshci@2450000 {
	compatible = "tegra,ufs_variant";
	reg = <0x0 0x2450000 0x0 0x4000>;
	interrupts = <0x0 0x2c 0x4>;
	#stream-id-cells = <0x1>;
	clocks = <0xd 0x94 0xd 0x8e 0xd 0x93 0xd 0x90 0xd 0x8c 0xd 0x8f 0xd 0x8d 0xd 0x91 0xd 0x27a 0xd 0xb2 0xd 0xb3 0xd 0x10d 0xd 0x261>;
	clock-names = "mphy_core_pll_fixed", "mphy_l0_tx_symb", "mphy_tx_1mhz_ref", "mphy_l0_rx_ana", "mphy_l0_rx_symb", "mphy_l0_tx_ls_3xbit", "mphy_l0_rx_ls_bit", "mphy_l1_rx_ana", "mphy_force_ls_mode", "ufshc", "ufsdev_ref", "pll_p", "clk_m";
	resets = <0xd 0x56 0xd 0x57 0xd 0x94 0xd 0x95 0xd 0x93 0xd 0x71 0xd 0x72 0xd 0xc0>;
	reset-names = "mphy-l0-rx-rst", "mphy-l0-tx-rst", "mphy-l1-rx-rst", "mphy-l1-tx-rst", "mphy-clk-ctl-rst", "ufs-rst", "ufs-axi-m-rst", "ufshc-lp-rst";
	nvidia,enable-x2-config;
	nvidia,enable-rx-calib;
	nvidia,enable-hs-mode;
	nvidia,mask-fast-auto-mode;
	nvidia,max-hs-gear = <0x3>;
	nvidia,max-pwm-gear = <0x4>;
	vcc-max-microamp = <0x0>;
	vccq-max-microamp = <0x0>;
	vccq2-max-microamp = <0x0>;
	pad-controllers = <0x10 0x34>;
	pad-names = "ufs";
	status = "disabled";
	linux,phandle = <0x6f>;
	phandle = <0x6f>;

	ufs_variant {
		compatible = "tegra,ufs_variant";
	};
};

i2c@3160000 {
	#address-cells = <0x1>;
	#size-cells = <0x0>;
	#stream-id-cells = <0x1>;
	compatible = "nvidia,tegra186-i2c";
	reg = <0x0 0x3160000 0x0 0x100>;
	interrupts = <0x0 0x19 0x4>;
	scl-gpio = <0x12 0x15 0x0>;
	sda-gpio = <0x12 0x16 0x0>;
	status = "okay";
	clock-frequency = <0x61a80>;
	clocks = <0xd 0x2f 0xd 0x10d 0xd 0x5c>;
	clock-names = "div-clk", "parent", "slow-clk";
	resets = <0xd 0x13>;
	reset-names = "i2c";
	dmas = <0x19 0x15 0x19 0x15>;
	dma-names = "rx", "tx";
	linux,phandle = <0x87>;
	phandle = <0x87>;

	prod-settings {

		prod_c_fm {
			prod = <0x6c 0xffff0000 0x190000 0x94 0x3f00 0x200>;
		};

		prod_c_fmplus {
			prod = <0x6c 0xffff0000 0x100000 0x94 0x3f00 0x200>;
		};

		prod_c_hs {
			prod = <0x6c 0xffff 0x2 0x9c 0x3f00 0x300>;
		};

		prod_c_sm {
			prod = <0x6c 0xffff0000 0x160000 0x94 0x3f00 0x300>;
		};
	};

	lp8557-backlight-s-wuxga-8-0@2c {
		status = "disabled";
		disable-on-kernel-charging;
		compatible = "ti,lp8557";
		reg = <0x2c>;
		power-supply = <0x1a>;
		bl-name = "pwm-backlight";
		init-brt = [ff];
		dev-ctrl = [80];
		pwm-period = <0x9ce1>;
		pwm-names = "lp8557";
		pwms = <0x1b 0x0 0x9ce1>;
		bl-measured = <0x0 0x1 0x2 0x3 0x4 0x5 0x5 0x6 0x7 0x8 0x9 0xa 0xb 0xb 0xc 0xd 0xe 0xf 0xf 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x25 0x26 0x27 0x28 0x29 0x29 0x2a 0x2b 0x2c 0x2d 0x2e 0x2f 0x30 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x36 0x37 0x38 0x39 0x3a 0x3a 0x3b 0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4a 0x4b 0x4b 0x4c 0x4d 0x4e 0x4f 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5a 0x5b 0x5c 0x5d 0x5e 0x5e 0x5f 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x68 0x69 0x6a 0x6b 0x6c 0x6d 0x6e 0x6f 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7a 0x7b 0x7d 0x7e 0x7f 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8a 0x8b 0x8c 0x8d 0x8e 0x8f 0x90 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9a 0x9b 0x9c 0x9d 0x9e 0x9f 0xa0 0xa1 0xa2 0xa3 0xa4 0xa5 0xa7 0xa8 0xa9 0xaa 0xab 0xac 0xad 0xae 0xaf 0xb0 0xb2 0xb3 0xb4 0xb5 0xb6 0xb7 0xb8 0xb9 0xba 0xbb 0xbc 0xbd 0xbe 0xbf 0xc0 0xc1 0xc2 0xc3 0xc4 0xc5 0xc7 0xc8 0xc9 0xca 0xcb 0xcc 0xcd 0xce 0xcf 0xd0 0xd2 0xd3 0xd4 0xd5 0xd6 0xd7 0xd8 0xd9 0xdb 0xdc 0xdd 0xde 0xdf 0xe1 0xe2 0xe3 0xe4 0xe5 0xe6 0xe7 0xe9 0xea 0xeb 0xec 0xed 0xee 0xef 0xf0 0xf1 0xf2 0xf4 0xf5 0xf6 0xf7 0xf8 0xf9 0xfa 0xfb 0xfd 0xfe 0xff>;
		bl-curve = <0x0 0x1 0x1 0x2 0x2 0x3 0x3 0x4 0x4 0x5 0x5 0x6 0x7 0x7 0x8 0x8 0x9 0x9 0xa 0xa 0xb 0xb 0xc 0xc 0xd 0xe 0xe 0xf 0xf 0x10 0x10 0x11 0x11 0x12 0x12 0x13 0x14 0x14 0x15 0x15 0x16 0x16 0x17 0x17 0x18 0x18 0x19 0x19 0x1a 0x1b 0x1b 0x1c 0x1c 0x1d 0x1d 0x1e 0x1e 0x1f 0x1f 0x20 0x21 0x21 0x22 0x22 0x23 0x23 0x24 0x24 0x25 0x25 0x26 0x26 0x27 0x28 0x28 0x29 0x29 0x2a 0x2a 0x2b 0x2b 0x2c 0x2c 0x2d 0x2e 0x2e 0x2f 0x2f 0x30 0x30 0x31 0x31 0x32 0x32 0x33 0x34 0x34 0x35 0x35 0x36 0x36 0x37 0x37 0x38 0x38 0x39 0x39 0x3a 0x3b 0x3b 0x3c 0x3c 0x3d 0x3d 0x3e 0x3e 0x3f 0x3f 0x40 0x41 0x41 0x42 0x42 0x43 0x43 0x44 0x44 0x45 0x45 0x46 0x46 0x47 0x48 0x48 0x49 0x49 0x4a 0x4a 0x4b 0x4b 0x4c 0x4c 0x4d 0x4e 0x4e 0x4f 0x4f 0x50 0x50 0x51 0x51 0x52 0x52 0x53 0x53 0x54 0x55 0x55 0x56 0x56 0x57 0x57 0x58 0x58 0x59 0x59 0x5a 0x5c 0x5e 0x60 0x61 0x63 0x65 0x67 0x69 0x6b 0x6d 0x6e 0x70 0x72 0x74 0x76 0x78 0x7a 0x7b 0x7d 0x7f 0x81 0x83 0x85 0x86 0x88 0x8a 0x8c 0x8e 0x90 0x92 0x93 0x95 0x97 0x99 0x9b 0x9d 0x9f 0xa0 0xa2 0xa4 0xa6 0xa8 0xaa 0xac 0xad 0xaf 0xb1 0xb3 0xb5 0xb7 0xb9 0xba 0xbc 0xbe 0xc0 0xc2 0xc4 0xc6 0xc7 0xc9 0xcb 0xcd 0xcf 0xd1 0xd3 0xd4 0xd6 0xd8 0xda 0xdc 0xde 0xdf 0xe1 0xe3 0xe5 0xe7 0xe9 0xeb 0xec 0xee 0xf0 0xf2 0xf4 0xf6 0xf8 0xf9 0xfb 0xfd 0xff>;

		rom_14h {
			rom-addr = [14];
			rom-val = [9f];
		};

		rom_13h {
			rom-addr = [13];
			rom-val = [01];
		};

		rom_11h {
			rom-addr = [11];
			rom-val = [05];
		};
	};

	ina3221x@40 {
		compatible = "ti,ina3221x";
		reg = <0x40>;
		ti,trigger-config = <0x7003>;
		ti,continuous-config = <0x7c07>;
		ti,enable-forced-continuous;
		#address-cells = <0x1>;
		#size-cells = <0x0>;
		linux,phandle = <0x114>;
		phandle = <0x114>;

		channel@0 {
			reg = <0x0>;
			ti,rail-name = "VDD_SYS_GPU";
			ti,shunt-resistor-mohm = <0xa>;
		};

		channel@1 {
			reg = <0x1>;
			ti,rail-name = "VDD_SYS_SOC";
			ti,shunt-resistor-mohm = <0xa>;
		};

		channel@2 {
			reg = <0x2>;
			ti,rail-name = "VDD_4V0_WIFI";
			ti,shunt-resistor-mohm = <0xa>;
		};
	};

	ina3221x@41 {
		compatible = "ti,ina3221x";
		reg = <0x41>;
		ti,trigger-config = <0x7003>;
		ti,continuous-config = <0x7c07>;
		ti,enable-forced-continuous;
		#address-cells = <0x1>;
		#size-cells = <0x0>;
		linux,phandle = <0x115>;
		phandle = <0x115>;

		channel@0 {
			reg = <0x0>;
			ti,rail-name = "VDD_IN";
			ti,shunt-resistor-mohm = <0x14>;
		};

		channel@1 {
			reg = <0x1>;
			ti,rail-name = "VDD_SYS_CPU";
			ti,shunt-resistor-mohm = <0xa>;
		};

		channel@2 {
			reg = <0x2>;
			ti,rail-name = "VDD_SYS_DDR";
			ti,shunt-resistor-mohm = <0xa>;
		};
	};

	ina3221x@42 {
		compatible = "ti,ina3221x";
		reg = <0x42>;
		ti,trigger-config = <0x7003>;
		ti,continuous-config = <0x7c07>;
		ti,enable-forced-continuous;
		#address-cells = <0x1>;
		#size-cells = <0x0>;

		channel@0 {
			reg = <0x0>;
			ti,rail-name = "VDD_MUX";
			ti,shunt-resistor-mohm = <0x14>;
		};

		channel@1 {
			reg = <0x1>;
			ti,rail-name = "VDD_5V0_IO_SYS";
			ti,shunt-resistor-mohm = <0x5>;
		};

		channel@2 {
			reg = <0x2>;
			ti,rail-name = "VDD_3V3_SYS";
			ti,shunt-resistor-mohm = <0xa>;
		};
	};

	ina3221x@43 {
		compatible = "ti,ina3221x";
		reg = <0x43>;
		ti,trigger-config = <0x7003>;
		ti,continuous-config = <0x7c07>;
		ti,enable-forced-continuous;
		#address-cells = <0x1>;
		#size-cells = <0x0>;

		channel@0 {
			reg = <0x0>;
			ti,rail-name = "VDD_3V3_IO_SLP";
			ti,shunt-resistor-mohm = <0xa>;
		};

		channel@1 {
			reg = <0x1>;
			ti,rail-name = "VDD_1V8_IO";
			ti,shunt-resistor-mohm = <0xa>;
		};

		channel@2 {
			reg = <0x2>;
			ti,rail-name = "VDD_3V3_SYS_M2";
			ti,shunt-resistor-mohm = <0xa>;
		};
	};

	gpio@74 {
		compatible = "ti,tca9539";
		reg = <0x74>;
		gpio-controller;
		#gpio-cells = <0x2>;
		vcc-supply = <0x1a>;
		linux,phandle = <0x106>;
		phandle = <0x106>;

		touch-rails {
			gpio-hog;
			gpios = <0x1 0x0 0x2 0x0>;
			output-high;
			label = "touch-rail-1", "touch-rail-2";
		};
	};

	gpio@77 {
		compatible = "ti,tca9539";
		reg = <0x77>;
		gpio-controller;
		#gpio-cells = <0x2>;
		vcc-supply = <0x1a>;
		linux,phandle = <0xc3>;
		phandle = <0xc3>;

		lcd-bias-rails {
			gpio-hog;
			gpios = <0x4 0x0>;
			output-high;
			label = "lcd-bias-en-rail";
		};
	};

	gpio@21 {
		compatible = "ti,tca6408";
		status = "disabled";
		reg = <0x21>;
		gpio-controller;
		#gpio-cells = <0x2>;
		vcc-supply = <0x1a>;
		linux,phandle = <0x31>;
		phandle = <0x31>;

		vpp-vmm-rails {
			gpio-hog;
			gpios = <0x2 0x0 0x3 0x0>;
			output-high;
			label = "vmm-en-rail", "vmm-en-rail";
		};
	};

	tps65132@3e {
		reg = <0x3e>;
		compatible = "ti,tps65132";
		status = "disabled";
		linux,phandle = <0x127>;
		phandle = <0x127>;

		outp {
			regulator-name = "outp";
			regulator-min-microvolt = <0x3d0900>;
			regulator-max-microvolt = <0x5b8d80>;
			enable-active-high;
			linux,phandle = <0xbe>;
			phandle = <0xbe>;
		};

		outn {
			regulator-name = "outn";
			regulator-min-microvolt = <0x3d0900>;
			regulator-max-microvolt = <0x5b8d80>;
			enable-active-high;
			ti,disable-active-discharge;
			linux,phandle = <0xbf>;
			phandle = <0xbf>;
		};
	};
};

i2c@c240000 {
	#address-cells = <0x1>;
	#size-cells = <0x0>;
	#stream-id-cells = <0x1>;
	compatible = "nvidia,tegra186-i2c";
	reg = <0x0 0xc240000 0x0 0x100>;
	interrupts = <0x0 0x1a 0x4>;
	scl-gpio = <0x1c 0x30 0x0>;
	sda-gpio = <0x1c 0x31 0x0>;
	status = "okay";
	clock-frequency = <0x61a80>;
	clocks = <0xd 0xda 0xd 0x10d 0xd 0xdd>;
	clock-names = "div-clk", "parent", "slow-clk";
	resets = <0xd 0x14>;
	reset-names = "i2c";
	dmas = <0x19 0x16 0x19 0x16>;
	dma-names = "rx", "tx";
	linux,phandle = <0x88>;
	phandle = <0x88>;

	prod-settings {

		prod_c_fm {
			prod = <0x6c 0xffff0000 0x190000 0x94 0x3f00 0x200>;
		};

		prod_c_fmplus {
			prod = <0x6c 0xffff0000 0x100000 0x94 0x3f00 0x200>;
		};

		prod_c_hs {
			prod = <0x6c 0xffff 0x2 0x9c 0x3f00 0x300>;
		};

		prod_c_sm {
			prod = <0x6c 0xffff0000 0x160000 0x94 0x3f00 0x300>;
		};
	};

	lp8556-backlight-s-wqxga-10-1@2c {
		status = "disabled";
		disable-on-kernel-charging;
		compatible = "ti,lp8556";
		reg = <0x2c>;
		bl-name = "pwm-backlight";
		init-brt = [ff];
		dev-ctrl = [80];
		pwm-period = <0x9ce1>;
		pwm-names = "lp8556";
		pwms = <0x1b 0x0 0x9ce1>;
		bl-measured = <0x0 0x1 0x2 0x3 0x4 0x5 0x5 0x6 0x7 0x8 0x9 0xa 0xb 0xb 0xc 0xd 0xe 0xf 0xf 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x25 0x26 0x27 0x28 0x29 0x29 0x2a 0x2b 0x2c 0x2d 0x2e 0x2f 0x30 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x36 0x37 0x38 0x39 0x3a 0x3a 0x3b 0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4a 0x4b 0x4b 0x4c 0x4d 0x4e 0x4f 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5a 0x5b 0x5c 0x5d 0x5e 0x5e 0x5f 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x68 0x69 0x6a 0x6b 0x6c 0x6d 0x6e 0x6f 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7a 0x7b 0x7d 0x7e 0x7f 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8a 0x8b 0x8c 0x8d 0x8e 0x8f 0x90 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9a 0x9b 0x9c 0x9d 0x9e 0x9f 0xa0 0xa1 0xa2 0xa3 0xa4 0xa5 0xa7 0xa8 0xa9 0xaa 0xab 0xac 0xad 0xae 0xaf 0xb0 0xb2 0xb3 0xb4 0xb5 0xb6 0xb7 0xb8 0xb9 0xba 0xbb 0xbc 0xbd 0xbe 0xbf 0xc0 0xc1 0xc2 0xc3 0xc4 0xc5 0xc7 0xc8 0xc9 0xca 0xcb 0xcc 0xcd 0xce 0xcf 0xd0 0xd2 0xd3 0xd4 0xd5 0xd6 0xd7 0xd8 0xd9 0xdb 0xdc 0xdd 0xde 0xdf 0xe1 0xe2 0xe3 0xe4 0xe5 0xe6 0xe7 0xe9 0xea 0xeb 0xec 0xed 0xee 0xef 0xf0 0xf1 0xf2 0xf4 0xf5 0xf6 0xf7 0xf8 0xf9 0xfa 0xfb 0xfd 0xfe 0xff>;
		linux,phandle = <0x128>;
		phandle = <0x128>;
	};

	ov23850_c@36 {
		compatible = "nvidia,ov23850";
		reg = <0x36>;
		physical_w = "7.3998";
		physical_h = "5.5998";
		avdd-reg = "vana";
		dvdd-reg = "vdig";
		iovdd-reg = "vif";
		vcmvdd-reg = "vvcm";
		devnode = "video1";
		clocks = <0xd 0x5a 0xd 0x10d>;
		clock-names = "extperiph2", "pllp_grtba";
		mclk = "extperiph2";
		reset-gpios = <0x12 0x89 0x0>;
		pwdn-gpios = <0x12 0x5e 0x0>;
		vana-supply = <0x1d>;
		vdig-supply = <0x1e>;
		vif-supply = <0x1f>;
		vvcm-suply = <0x20>;
		status = "disabled";
		linux,phandle = <0x136>;
		phandle = <0x136>;

		mode0 {
			mclk_khz = "24000";
			num_lanes = [34 00];
			tegra_sinterface = "serial_c";
			discontinuous_clk = "no";
			dpcm_enable = "false";
			cil_settletime = [30 00];
			active_w = "5632";
			active_h = "3168";
			pixel_t = "bayer_bggr";
			readout_orientation = "270";
			line_length = "5922";
			inherent_gain = [31 00];
			mclk_multiplier = "25";
			pix_clk_hz = "600000000";
			min_gain_val = "1.0";
			max_gain_val = "15.5";
			min_hdr_ratio = [31 00];
			max_hdr_ratio = "64";
			min_framerate = "3.09135";
			max_framerate = "30";
			min_exp_time = "19.74";
			max_exp_time = "323094";
		};

		ports {
			#address-cells = <0x1>;
			#size-cells = <0x0>;

			port@0 {
				reg = <0x0>;

				endpoint {
					csi-port = <0x2>;
					bus-width = <0x4>;
					remote-endpoint = <0x21>;
					linux,phandle = <0x13e>;
					phandle = <0x13e>;
				};
			};
		};
	};

	i2cmux@70 {
		compatible = "nxp,pca9546";
		reg = <0x70>;
		#address-cells = <0x1>;
		#size-cells = <0x0>;
		vcc-supply = <0x22>;
		vcc-pullup-supply = <0x1a>;
		status = "disabled";
		linux,phandle = <0x11b>;
		phandle = <0x11b>;

		i2c@0 {
			reg = <0x0>;
			i2c-mux,deselect-on-exit;
			#address-cells = <0x1>;
			#size-cells = <0x0>;

			tas2552.9-0040@40 {
				compatible = "ti,tas2552";
				reg = <0x40>;
				vbat-supply = <0x1a>;
				iovdd-supply = <0x22>;
				avdd-supply = <0x23>;
				tas2552,pdm_edge_select = <0x0>;
				linux,phandle = <0x122>;
				phandle = <0x122>;
			};

			tas2552.9-0041@41 {
				compatible = "ti,tas2552";
				reg = <0x41>;
				vbat-supply = <0x1a>;
				iovdd-supply = <0x22>;
				avdd-supply = <0x23>;
				tas2552,pdm_edge_select = <0x1>;
				linux,phandle = <0x124>;
				phandle = <0x124>;
			};
		};

		i2c@1 {
			reg = <0x1>;
			i2c-mux,deselect-on-exit;
			#address-cells = <0x1>;
			#size-cells = <0x0>;

			ina3221x@40 {
				compatible = "ti,ina3221x";
				reg = <0x40>;
				ti,trigger-config = <0x7003>;
				ti,continuous-config = <0x7c07>;
				ti,enable-forced-continuous;
				#address-cells = <0x1>;
				#size-cells = <0x0>;

				channel@0 {
					reg = <0x0>;
					ti,rail-name = "VDD_5V";
					ti,shunt-resistor-mohm = <0xa>;
				};

				channel@1 {
					reg = <0x1>;
					ti,rail-name = "VDD_3V3";
					ti,shunt-resistor-mohm = <0xa>;
				};

				channel@2 {
					reg = <0x2>;
					ti,rail-name = "VDD_1V8";
					ti,shunt-resistor-mohm = <0x1>;
				};
			};

			ina3221x@41 {
				compatible = "ti,ina3221x";
				reg = <0x41>;
				ti,trigger-config = <0x7003>;
				ti,continuous-config = <0x7c07>;
				ti,enable-forced-continuous;
				#address-cells = <0x1>;
				#size-cells = <0x0>;

				channel@0 {
					reg = <0x0>;
					ti,rail-name = "VDD_5V_AUD";
					ti,shunt-resistor-mohm = <0x1>;
				};

				channel@1 {
					reg = <0x1>;
					ti,rail-name = "VDD_3V3_AUD";
					ti,shunt-resistor-mohm = <0xa>;
				};

				channel@2 {
					reg = <0x2>;
					ti,rail-name = "VDD_1V8_AUD";
					ti,shunt-resistor-mohm = <0xa>;
				};
			};

			ina3221x@42 {
				compatible = "ti,ina3221x";
				reg = <0x42>;
				ti,trigger-config = <0x7003>;
				ti,continuous-config = <0x7c07>;
				ti,enable-forced-continuous;
				#address-cells = <0x1>;
				#size-cells = <0x0>;

				channel@0 {
					reg = <0x0>;
					ti,rail-name = "VDD_3V3_GPS";
					ti,shunt-resistor-mohm = <0xa>;
				};

				channel@1 {
					reg = <0x1>;
					ti,rail-name = "VDD_3V3_NFC";
					ti,shunt-resistor-mohm = <0xa>;
				};

				channel@2 {
					reg = <0x2>;
					ti,rail-name = "VDD_3V3_GYRO";
					ti,shunt-resistor-mohm = <0xa>;
				};
			};
		};

		i2c@2 {
			reg = <0x2>;
			i2c-mux,deselect-on-exit;
			#address-cells = <0x1>;
			#size-cells = <0x0>;
		};

		i2c@3 {
			reg = <0x3>;
			i2c-mux,deselect-on-exit;
			#address-cells = <0x1>;
			#size-cells = <0x0>;

			rt5659.12-001a@1a {
				compatible = "realtek,rt5658";
				reg = <0x1a>;
				status = "disabled";
				gpios = <0x12 0x4d 0x0>;
				realtek,jd-src = <0x1>;
				realtek,dmic1-data-pin = <0x2>;
				linux,phandle = <0x126>;
				phandle = <0x126>;
			};
		};
	};

	gpio@20 {
		compatible = "ti,tca6416";
		reg = <0x20>;
		gpio-controller;
		#gpio-cells = <0x2>;
		vcc-supply = <0x1a>;
		status = "disabled";
		linux,phandle = <0x107>;
		phandle = <0x107>;
	};

	icm20628@68 {
		compatible = "invensense,mpu6xxx";
		reg = <0x68>;
		interrupt-parent = <0x1c>;
		interrupts = <0x2a 0x1>;
		accelerometer_matrix = [01 00 00 00 01 00 00 00 01];
		gyroscope_matrix = [01 00 00 00 01 00 00 00 01];
		vdd-supply = <0xf>;
		vlogic-supply = <0xf>;
		status = "disabled";
		linux,phandle = <0x11c>;
		phandle = <0x11c>;
	};

	ak8963@0d {
		compatible = "ak,ak89xx";
		reg = <0xd>;
		magnetic_field_matrix = [01 00 00 00 01 00 00 00 01];
		status = "disabled";
		linux,phandle = <0x11d>;
		phandle = <0x11d>;
	};

	bmp280@77 {
		compatible = "bmp,bmpX80";
		reg = <0x77>;
		status = "disabled";
		linux,phandle = <0x11e>;
		phandle = <0x11e>;
	};

	cm32180@48 {
		compatible = "capella,cm32180";
		reg = <0x48>;
		gpio_irq = <0x12 0x44 0x1>;
		light_uncalibrated_lo = <0x1>;
		light_calibrated_lo = <0x96>;
		light_uncalibrated_hi = <0x17318>;
		light_calibrated_hi = <0x1ab3f0>;
		status = "disabled";
		linux,phandle = <0x11f>;
		phandle = <0x11f>;
	};

	iqs263@44 {
		status = "disabled";
	};

	rt5659.1-001a@1a {
		compatible = "realtek,rt5658";
		reg = <0x1a>;
		status = "disabled";
		gpios = <0x12 0x4d 0x0>;
		realtek,jd-src = <0x1>;
		realtek,dmic1-data-pin = <0x2>;
		linux,phandle = <0x125>;
		phandle = <0x125>;
	};
};

i2c@3180000 {
	#address-cells = <0x1>;
	#size-cells = <0x0>;
	#stream-id-cells = <0x1>;
	compatible = "nvidia,tegra186-i2c";
	reg = <0x0 0x3180000 0x0 0x100>;
	interrupts = <0x0 0x1b 0x4>;
	scl-gpio = <0x12 0x72 0x0>;
	sda-gpio = <0x12 0x73 0x0>;
	status = "okay";
	clock-frequency = <0x61a80>;
	clocks = <0xd 0x4b 0xd 0x10d 0xd 0x5c>;
	clock-names = "div-clk", "parent", "slow-clk";
	resets = <0xd 0x15>;
	reset-names = "i2c";
	dmas = <0x19 0x17 0x19 0x17>;
	dma-names = "rx", "tx";
	linux,phandle = <0x89>;
	phandle = <0x89>;

	prod-settings {

		prod_c_fm {
			prod = <0x6c 0xffff0000 0x190000 0x94 0x3f00 0x200>;
		};

		prod_c_fmplus {
			prod = <0x6c 0xffff0000 0x100000 0x94 0x3f00 0x200>;
		};

		prod_c_hs {
			prod = <0x6c 0xffff 0x2 0x9c 0x3f00 0x300>;
		};

		prod_c_sm {
			prod = <0x6c 0xffff0000 0x160000 0x94 0x3f00 0x300>;
		};
	};

	ov5693_c@36 {
		compatible = "nvidia,ov5693";
		reg = <0x36>;
		devnode = "video0";
		physical_w = "3.674";
		physical_h = "2.738";
		avdd-reg = "vana";
		iovdd-reg = "vif";
		vertical-flip = "true";
		clocks = <0xd 0x59 0xd 0x10d>;
		clock-names = "extperiph1", "pllp_grtba";
		mclk = "extperiph1";
		clock-frequency = <0x16e3600>;
		reset-gpios = <0x12 0x8d 0x0>;
		pwdn-gpios = <0x12 0x88 0x0>;
		vana-supply = <0x1d>;
		vif-supply = <0x1f>;
		status = "disabled";
		linux,phandle = <0x12b>;
		phandle = <0x12b>;

		mode0 {
			mclk_khz = "24000";
			num_lanes = [32 00];
			tegra_sinterface = "serial_c";
			discontinuous_clk = "no";
			dpcm_enable = "false";
			cil_settletime = [30 00];
			active_w = "2592";
			active_h = "1944";
			pixel_t = "bayer_bggr";
			readout_orientation = "90";
			line_length = "2688";
			inherent_gain = [31 00];
			mclk_multiplier = "6.67";
			pix_clk_hz = "160000000";
			min_gain_val = "1.0";
			max_gain_val = "16";
			min_hdr_ratio = [31 00];
			max_hdr_ratio = "64";
			min_framerate = "1.816577";
			max_framerate = "30";
			min_exp_time = "34";
			max_exp_time = "550385";
		};

		mode1 {
			mclk_khz = "24000";
			num_lanes = [32 00];
			tegra_sinterface = "serial_c";
			discontinuous_clk = "no";
			dpcm_enable = "false";
			cil_settletime = [30 00];
			active_w = "2592";
			active_h = "1458";
			pixel_t = "bayer_bggr";
			readout_orientation = "90";
			line_length = "2688";
			inherent_gain = [31 00];
			mclk_multiplier = "6.67";
			pix_clk_hz = "160000000";
			min_gain_val = "1.0";
			max_gain_val = "16";
			min_hdr_ratio = [31 00];
			max_hdr_ratio = "64";
			min_framerate = "1.816577";
			max_framerate = "30";
			min_exp_time = "34";
			max_exp_time = "550385";
		};

		mode2 {
			mclk_khz = "24000";
			num_lanes = [32 00];
			tegra_sinterface = "serial_c";
			discontinuous_clk = "no";
			dpcm_enable = "false";
			cil_settletime = [30 00];
			active_w = "1280";
			active_h = "720";
			pixel_t = "bayer_bggr";
			readout_orientation = "90";
			line_length = "1752";
			inherent_gain = [31 00];
			mclk_multiplier = "6.67";
			pix_clk_hz = "160000000";
			min_gain_val = "1.0";
			max_gain_val = "16";
			min_hdr_ratio = [31 00];
			max_hdr_ratio = "64";
			min_framerate = "2.787078";
			max_framerate = "120";
			min_exp_time = "22";
			max_exp_time = "358733";
		};

		ports {
			#address-cells = <0x1>;
			#size-cells = <0x0>;

			port@0 {
				reg = <0x0>;

				endpoint {
					csi-port = <0x2>;
					bus-width = <0x2>;
					remote-endpoint = <0x24>;
					linux,phandle = <0x132>;
					phandle = <0x132>;
				};
			};
		};
	};

	ov23850_a@10 {
		compatible = "nvidia,ov23850";
		reg = <0x10>;
		physical_w = "7.3998";
		physical_h = "5.5998";
		avdd-reg = "vana";
		dvdd-reg = "vdig";
		iovdd-reg = "vif";
		vcmvdd-reg = "vvcm";
		devnode = "video0";
		clocks = <0xd 0x59 0xd 0x10d>;
		clock-names = "extperiph1", "pllp_grtba";
		mclk = "extperiph1";
		reset-gpios = <0x12 0x8d 0x0>;
		pwdn-gpios = <0x12 0x88 0x0>;
		vana-supply = <0x1d>;
		vdig-supply = <0x1e>;
		vif-supply = <0x1f>;
		vvcm-suply = <0x20>;
		status = "disabled";
		linux,phandle = <0x135>;
		phandle = <0x135>;

		mode0 {
			mclk_khz = "24000";
			num_lanes = [34 00];
			tegra_sinterface = "serial_a";
			discontinuous_clk = "no";
			dpcm_enable = "false";
			cil_settletime = [30 00];
			active_w = "5632";
			active_h = "3168";
			pixel_t = "bayer_bggr";
			readout_orientation = "270";
			line_length = "5922";
			inherent_gain = [31 00];
			mclk_multiplier = "25";
			pix_clk_hz = "600000000";
			min_gain_val = "1.0";
			max_gain_val = "15.5";
			min_hdr_ratio = [31 00];
			max_hdr_ratio = "64";
			min_framerate = "3.09135";
			max_framerate = "30";
			min_exp_time = "19.74";
			max_exp_time = "323094";
		};

		ports {
			#address-cells = <0x1>;
			#size-cells = <0x0>;

			port@0 {
				reg = <0x0>;

				endpoint {
					csi-port = <0x0>;
					bus-width = <0x4>;
					remote-endpoint = <0x24>;
					linux,phandle = <0x13b>;
					phandle = <0x13b>;
				};
			};
		};
	};

	tca9548@77 {
		compatible = "nxp,pca9548";
		reg = <0x77>;
		#address-cells = <0x1>;
		#size-cells = <0x0>;
		vcc-supply = <0x1f>;
		skip_mux_detect;
		force_bus_start = <0x1e>;
		status = "disabled";
		linux,phandle = <0x141>;
		phandle = <0x141>;

		i2c@0 {
			reg = <0x0>;
			i2c-mux,deselect-on-exit;
			#address-cells = <0x1>;
			#size-cells = <0x0>;

			ov5693_a@36 {
				compatible = "nvidia,ov5693";
				reg = <0x36>;
				devnode = "video0";
				physical_w = "3.674";
				physical_h = "2.738";
				avdd-reg = "vana";
				iovdd-reg = "vif";
				clocks = <0xd 0x59 0xd 0x10d>;
				clock-names = "extperiph1", "pllp_grtba";
				mclk = "extperiph1";
				clock-frequency = <0x16e3600>;
				reset-gpios = <0x12 0x8d 0x0>;
				pwdn-gpios = <0x12 0x88 0x0>;
				vana-supply = <0x1d>;
				vif-supply = <0x1f>;
				status = "disabled";
				linux,phandle = <0x142>;
				phandle = <0x142>;

				mode0 {
					mclk_khz = "24000";
					num_lanes = [32 00];
					tegra_sinterface = "serial_a";
					discontinuous_clk = "no";
					dpcm_enable = "false";
					cil_settletime = [30 00];
					active_w = "2592";
					active_h = "1944";
					pixel_t = "bayer_bggr";
					readout_orientation = "90";
					line_length = "2688";
					inherent_gain = [31 00];
					mclk_multiplier = "6.67";
					pix_clk_hz = "160000000";
					min_gain_val = "1.0";
					max_gain_val = "16";
					min_hdr_ratio = [31 00];
					max_hdr_ratio = "64";
					min_framerate = "1.816577";
					max_framerate = "30";
					min_exp_time = "34";
					max_exp_time = "550385";
				};

				mode1 {
					mclk_khz = "24000";
					num_lanes = [32 00];
					tegra_sinterface = "serial_a";
					discontinuous_clk = "no";
					dpcm_enable = "false";
					cil_settletime = [30 00];
					active_w = "2592";
					active_h = "1458";
					pixel_t = "bayer_bggr";
					readout_orientation = "90";
					line_length = "2688";
					inherent_gain = [31 00];
					mclk_multiplier = "6.67";
					pix_clk_hz = "160000000";
					min_gain_val = "1.0";
					max_gain_val = "16";
					min_hdr_ratio = [31 00];
					max_hdr_ratio = "64";
					min_framerate = "1.816577";
					max_framerate = "30";
					min_exp_time = "34";
					max_exp_time = "550385";
				};

				mode2 {
					mclk_khz = "24000";
					num_lanes = [32 00];
					tegra_sinterface = "serial_a";
					discontinuous_clk = "no";
					dpcm_enable = "false";
					cil_settletime = [30 00];
					active_w = "1280";
					active_h = "720";
					pixel_t = "bayer_bggr";
					readout_orientation = "90";
					line_length = "1752";
					inherent_gain = [31 00];
					mclk_multiplier = "6.67";
					pix_clk_hz = "160000000";
					min_gain_val = "1.0";
					max_gain_val = "16";
					min_hdr_ratio = [31 00];
					max_hdr_ratio = "64";
					min_framerate = "2.787078";
					max_framerate = "120";
					min_exp_time = "22";
					max_exp_time = "358733";
				};

				ports {
					#address-cells = <0x1>;
					#size-cells = <0x0>;

					port@0 {
						reg = <0x0>;

						endpoint {
							csi-port = <0x0>;
							bus-width = <0x2>;
							remote-endpoint = <0x24>;
							linux,phandle = <0x143>;
							phandle = <0x143>;
						};
					};
				};
			};

			imx219_a@10 {
				devnode = "video0";
				compatible = "nvidia,imx219";
				reg = <0x10>;
				physical_w = "5.095";
				physical_h = "4.930";
				sensor_model = "imx219";
				dovdd-supply = <0x1f>;
				avdd-reg = "vana";
				dvdd-reg = "vdig";
				iovdd-reg = "dovdd";
				clocks = <0xd 0x59>;
				clock-names = "extperiph1";
				mclk = "extperiph1";
				reset-gpios = <0x25 0x0 0x0>;
				vana-supply = <0x1d>;
				vdig-supply = <0x1e>;
				status = "disabled";
				linux,phandle = <0x169>;
				phandle = <0x169>;

				mode0 {
					mclk_khz = "24000";
					num_lanes = [32 00];
					tegra_sinterface = "serial_a";
					discontinuous_clk = "yes";
					cil_settletime = [30 00];
					active_w = "3280";
					active_h = "2464";
					pixel_t = "bayer_rggb";
					readout_orientation = "90";
					line_length = "3448";
					inherent_gain = [31 00];
					mclk_multiplier = "25";
					pix_clk_hz = "224000000";
					min_gain_val = "1.0";
					max_gain_val = "16.0";
					min_hdr_ratio = [31 00];
					max_hdr_ratio = "64";
					min_framerate = "1.462526";
					max_framerate = "21";
					min_exp_time = "13";
					max_exp_time = "683709";
					embedded_metadata_height = [32 00];
				};

				ports {
					#address-cells = <0x1>;
					#size-cells = <0x0>;

					port@0 {
						reg = <0x0>;

						endpoint {
							csi-port = <0x0>;
							bus-width = <0x2>;
							remote-endpoint = <0x24>;
							linux,phandle = <0x16a>;
							phandle = <0x16a>;
						};
					};
				};
			};
		};

		i2c@1 {
			reg = <0x1>;
			i2c-mux,deselect-on-exit;
			#address-cells = <0x1>;
			#size-cells = <0x0>;

			ov5693_b@36 {
				compatible = "nvidia,ov5693";
				reg = <0x36>;
				devnode = "video1";
				physical_w = "3.674";
				physical_h = "2.738";
				avdd-reg = "vana";
				iovdd-reg = "vif";
				clocks = <0xd 0x59 0xd 0x10d>;
				clock-names = "extperiph1", "pllp_grtba";
				mclk = "extperiph1";
				clock-frequency = <0x16e3600>;
				reset-gpios = <0x12 0x89 0x0>;
				pwdn-gpios = <0x12 0x5e 0x0>;
				vana-supply = <0x1d>;
				vif-supply = <0x1f>;
				status = "disabled";
				linux,phandle = <0x140>;
				phandle = <0x140>;

				mode0 {
					mclk_khz = "24000";
					num_lanes = [32 00];
					tegra_sinterface = "serial_b";
					discontinuous_clk = "no";
					dpcm_enable = "false";
					cil_settletime = [30 00];
					active_w = "2592";
					active_h = "1944";
					pixel_t = "bayer_bggr";
					readout_orientation = "90";
					line_length = "2688";
					inherent_gain = [31 00];
					mclk_multiplier = "6.67";
					pix_clk_hz = "160000000";
					min_gain_val = "1.0";
					max_gain_val = "16";
					min_hdr_ratio = [31 00];
					max_hdr_ratio = "64";
					min_framerate = "1.816577";
					max_framerate = "30";
					min_exp_time = "34";
					max_exp_time = "550385";
				};

				mode1 {
					mclk_khz = "24000";
					num_lanes = [32 00];
					tegra_sinterface = "serial_b";
					discontinuous_clk = "no";
					dpcm_enable = "false";
					cil_settletime = [30 00];
					active_w = "2592";
					active_h = "1458";
					pixel_t = "bayer_bggr";
					readout_orientation = "90";
					line_length = "2688";
					inherent_gain = [31 00];
					mclk_multiplier = "6.67";
					pix_clk_hz = "160000000";
					min_gain_val = "1.0";
					max_gain_val = "16";
					min_hdr_ratio = [31 00];
					max_hdr_ratio = "64";
					min_framerate = "1.816577";
					max_framerate = "30";
					min_exp_time = "34";
					max_exp_time = "550385";
				};

				mode2 {
					mclk_khz = "24000";
					num_lanes = [32 00];
					tegra_sinterface = "serial_b";
					discontinuous_clk = "no";
					dpcm_enable = "false";
					cil_settletime = [30 00];
					active_w = "1280";
					active_h = "720";
					pixel_t = "bayer_bggr";
					readout_orientation = "90";
					line_length = "1752";
					inherent_gain = [31 00];
					mclk_multiplier = "6.67";
					pix_clk_hz = "160000000";
					min_gain_val = "1.0";
					max_gain_val = "16";
					min_hdr_ratio = [31 00];
					max_hdr_ratio = "64";
					min_framerate = "2.787078";
					max_framerate = "120";
					min_exp_time = "22";
					max_exp_time = "358733";
				};

				ports {
					#address-cells = <0x1>;
					#size-cells = <0x0>;

					port@0 {
						reg = <0x0>;

						endpoint {
							csi-port = <0x1>;
							bus-width = <0x2>;
							remote-endpoint = <0x21>;
							linux,phandle = <0x144>;
							phandle = <0x144>;
						};
					};
				};
			};

			imx219_b@10 {
				devnode = "video1";
				compatible = "nvidia,imx219";
				reg = <0x10>;
				physical_w = "5.095";
				physical_h = "4.930";
				sensor_model = "imx219";
				avdd-reg = "vana";
				dvdd-reg = "vdig";
				iovdd-reg = "dovdd";
				clocks = <0xd 0x59>;
				clock-names = "extperiph1";
				mclk = "extperiph1";
				reset-gpios = <0x25 0x1 0x0>;
				vana-supply = <0x1d>;
				vdig-supply = <0x1e>;
				dovdd-supply = <0x1f>;
				status = "disabled";
				linux,phandle = <0x16b>;
				phandle = <0x16b>;

				mode0 {
					mclk_khz = "24000";
					num_lanes = [32 00];
					tegra_sinterface = "serial_b";
					discontinuous_clk = "yes";
					cil_settletime = [30 00];
					active_w = "3280";
					active_h = "2464";
					pixel_t = "bayer_rggb";
					readout_orientation = "90";
					line_length = "3448";
					inherent_gain = [31 00];
					mclk_multiplier = "25";
					pix_clk_hz = "224000000";
					min_gain_val = "1.0";
					max_gain_val = "16.0";
					min_hdr_ratio = [31 00];
					max_hdr_ratio = "64";
					min_framerate = "1.462526";
					max_framerate = "21";
					min_exp_time = "13";
					max_exp_time = "683709";
					embedded_metadata_height = [32 00];
				};

				ports {
					#address-cells = <0x1>;
					#size-cells = <0x0>;

					port@0 {
						reg = <0x0>;

						endpoint {
							csi-port = <0x1>;
							bus-width = <0x2>;
							remote-endpoint = <0x21>;
							linux,phandle = <0xaa>;
							phandle = <0xaa>;
						};
					};
				};
			};
		};

		i2

boot log:
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.38-tegra (buildbrain@mobile-u64-773) (gcc version 4.8.5 (GCC) ) #1 SMP PREEMPT Thu May 17 00:15:19 PDT 2018
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options ‘’)
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] On node 0 totalpages: 2052096
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 519680 pages, LIFO batch:31
[ 0.000000] Normal zone: 23968 pages used for memmap
[ 0.000000] Normal zone: 1532416 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc1f5f9a000 s31360 r8192 d30080 u69632
[ 0.000000] pcpu-alloc: s31360 r8192 d30080 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0424318011118 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7975976K/8208384K available (11296K kernel code, 1841K rwdata, 5796K rodata, 1168K init, 691K bss, 166872K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 MB actual)
fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 MB)
.init : 0xffffffc001132000 - 0xffffffc001256000 ( 1168 KB)
.text : 0xffffffc000080000 - 0xffffffc001132000 ( 17096 KB)
.data : 0xffffffc001278000 - 0xffffffc001444730 ( 1842 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.009977] Console: colour dummy device 80x25
[ 0.014639] console [tty0] enabled
[ 0.018197] bootconsole [uart0] disabled
[ 0.022301] kmemleak: Kernel memory leak detector disabled
[ 0.022315] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.022328] pid_max: default: 32768 minimum: 301
[ 0.022383] Security Framework initialized
[ 0.022428] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022441] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022844] Initializing cgroup subsys io
[ 0.022859] Initializing cgroup subsys memory
[ 0.022876] Initializing cgroup subsys devices
[ 0.022887] Initializing cgroup subsys freezer
[ 0.022898] Initializing cgroup subsys net_cls
[ 0.022910] Initializing cgroup subsys perf_event
[ 0.022918] Initializing cgroup subsys net_prio
[ 0.022930] Initializing cgroup subsys pids
[ 0.022939] Initializing cgroup subsys debug
[ 0.023096] CPU0 ipc=752
[ 0.023108] CPU1 ipc=1024
[ 0.023117] CPU2 ipc=1024
[ 0.023128] CPU3 ipc=752
[ 0.023137] CPU4 ipc=752
[ 0.023148] CPU5 ipc=752
[ 0.023190] ASID allocator initialised with 65536 entries
[ 0.047012] tegra-id: chipid=21817.
[ 0.047032] tegra-id: opt_subrevision=1.
[ 0.047048] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.047762] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dts
[ 0.047789] DTB Build time: May 17 2018 00:17:43
[ 0.062770] CPU1: Booted secondary processor [4e0f0030]
[ 0.074294] CPU2: Booted secondary processor [4e0f0030]
[ 0.085933] CPU3: Booted secondary processor [411fd073]
[ 0.097911] CPU4: Booted secondary processor [411fd073]
[ 0.109909] CPU5: Booted secondary processor [411fd073]
[ 0.109978] Brought up 6 CPUs
[ 0.110037] SMP: Total of 6 processors activated.
[ 0.110050] CPU: All CPU(s) started at EL2
[ 0.110521] devtmpfs: initialized
[ 0.138315] Initilizing CustomIPI irq domain
[ 0.138532] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.139360] pinctrl core: initialized pinctrl subsystem
[ 0.139559] OS set in device tree is not L4T.
[ 0.139769] regulator-dummy: no parameters
[ 0.139885] Initializing plugin-manager
[ 0.139946] Plugin module not found
[ 0.140367] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[ 0.140734] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt
[ 0.141372] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt
[ 0.142604] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300
[ 0.142984] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300
[ 0.143251] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800
[ 0.143482] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200
[ 0.143917] node /plugin-manager/fragment-500-pcie-config match with board >=3310-1000-500
[ 0.144374] node /plugin-manager/fragment-500-xusb-config match with board >=3310-1000-500
[ 0.144674] node /plugin-manager/fragment-500-e3325-pcie match with board >=3310-1000-500
[ 0.144877] node /plugin-manager/fragment-e3320-dp match with board >=3310-1000-000
[ 0.145173] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800
[ 0.145443] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800
[ 0.145677] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900
[ 0.145950] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00
[ 0.147943] node /plugin-manager/fragment-p3310-c00-camera match with board >=3310-1000-800
[ 0.149925] Adding domain adsp-pd to PM domain ape-pd
[ 0.152421] NET: Registered protocol family 16
[ 0.153319] console [pstore-1] enabled
[ 0.153333] pstore: Registered ramoops as persistent store backend
[ 0.153347] ramoops: attached 0x200000@0x277080000, ecc: 0/0
[ 0.165398] cpuidle: using governor ladder
[ 0.169930] cpuidle: using governor menu
[ 0.171301] bpmp: waiting for handshake
[ 0.171318] bpmp: handshake completed
[ 0.171361] bpmp: synchronizing channels
[ 0.171387] bpmp: channels synchronized
[ 0.171399] bpmp: mail init ok
[ 0.171761] vdso: 2 pages (1 code @ ffffffc00127d000, 1 data @ ffffffc00127c000)
[ 0.171797] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.172756] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.174216] tegra_powergate_init: DONE
[ 0.174243] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dts
[ 0.174271] DTB Build time: May 17 2018 00:17:43
[ 0.175431] Tegra reboot handler registered.
[ 0.176776] Registering Tegra186 clocks (this may take a while)…done
[ 0.179205] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.179226] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.179240] arm-smmu 12000000.iommu: stage 1 translation
[ 0.179253] arm-smmu 12000000.iommu: stage 2 translation
[ 0.179265] arm-smmu 12000000.iommu: nested translation
[ 0.179280] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.179300] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.179319] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.179335] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.179348] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.227738] arm-smmu 12000000.iommu: registered 67 master devices
[ 0.233482] iommu: Adding device 3460000.sdhci to group 0
[ 0.234356] iommu: Adding device 3400000.sdhci to group 1
[ 0.237832] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.238286] iommu: Adding device 3160000.i2c to group 3
[ 0.238711] iommu: Adding device c240000.i2c to group 4
[ 0.239083] iommu: Adding device 3180000.i2c to group 5
[ 0.239456] iommu: Adding device 3190000.i2c to group 6
[ 0.239875] iommu: Adding device 31b0000.i2c to group 7
[ 0.240232] iommu: Adding device 31c0000.i2c to group 8
[ 0.240561] iommu: Adding device c250000.i2c to group 9
[ 0.240881] iommu: Adding device 31e0000.i2c to group 10
[ 0.242878] iommu: Adding device 3210000.spi to group 11
[ 0.243270] iommu: Adding device c260000.spi to group 12
[ 0.243625] iommu: Adding device 3240000.spi to group 13
[ 0.244434] iommu: Adding device 3100000.serial to group 14
[ 0.244772] iommu: Adding device 3110000.serial to group 15
[ 0.245075] iommu: Adding device c280000.serial to group 16
[ 0.245415] iommu: Adding device 3130000.serial to group 17
[ 0.246680] iommu: Adding device 2490000.ether_qos to group 18
[ 0.247317] iommu: Adding device b000000.rtcpu to group 19
[ 0.247827] iommu: Adding device c1a0000.aon to group 20
[ 0.248736] Wake73 for irq=42
[ 0.249046] iommu: Adding device smmu_test to group 21
[ 0.249595] mc: mapped MMIO address: 0xffffff8000560000 → 0x2c10000
[ 0.249636] mc: mapped MMIO address: 0xffffff8000640000 → 0x2c20000
[ 0.249677] mc: mapped MMIO address: 0xffffff8000660000 → 0x2c30000
[ 0.249713] mc: mapped MMIO address: 0xffffff8000fa0000 → 0x2c40000
[ 0.249748] mc: mapped MMIO address: 0xffffff8000fc0000 → 0x2c50000
[ 0.249816] mc-err: Set intmask: 0xf3140
[ 0.250094] ecc-err: dram ecc disabled-MC_ECC_CONTROL:0x0000000c
[ 0.250930] Wake76 for irq=199
[ 0.250956] Wake77 for irq=199
[ 0.251015] Wake78 for irq=199
[ 0.251066] Wake79 for irq=199
[ 0.251087] Wake80 for irq=199
[ 0.251110] Wake81 for irq=199
[ 0.251130] Wake82 for irq=199
[ 0.251247] iommu: Adding device 3530000.xhci to group 22
[ 0.251670] iommu: Adding device 3550000.xudc to group 23
[ 0.252496] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.252529] tegra-pmc: ### PMC reset source: Power on reset
[ 0.252554] tegra-pmc: ### PMC reset level: L0
[ 0.252578] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.252887] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.252928] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.253106] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.253174] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.253620] iommu: Adding device 13e10000.host1x to group 24
[ 0.253919] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.254157] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.254421] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.254685] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.255008] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.255324] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.255563] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.255826] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.256297] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.256837] iommu: Adding device 15700000.vi to group 34
[ 0.257168] iommu: Adding device 15600000.isp to group 35
[ 0.257609] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.257955] iommu: Adding device 15220000.nvdisplay to group 37
[ 0.258170] iommu: Adding device 15340000.vic to group 38
[ 0.258396] iommu: Adding device 154c0000.nvenc to group 39
[ 0.258617] iommu: Adding device 15480000.nvdec to group 40
[ 0.258978] iommu: Adding device 15380000.nvjpg to group 41
[ 0.259223] iommu: Adding device 15500000.tsec to group 42
[ 0.259459] iommu: Adding device 15100000.tsecb to group 43
[ 0.260562] iommu: Adding device 15810000.se to group 44
[ 0.260788] iommu: Adding device 15820000.se to group 45
[ 0.261009] iommu: Adding device 15830000.se to group 46
[ 0.261238] iommu: Adding device 15840000.se to group 47
[ 0.261754] iommu: Adding device 17000000.gp10b to group 48
[ 0.263244] tegra-reset 5000000.clock: registered 193 resets.
[ 0.265339] iommu: Adding device d000000.bpmp to group 49
[ 0.265617] bpmp: ping status is 0
[ 0.265836] bpmp d000000.bpmp: firmware tag is 83385b61e34297b2f37e76e0cd1ff81e
[ 0.266201] bpmp d000000.bpmp: probe ok
[ 0.268839] iommu: Adding device 2600000.dma to group 50
[ 0.270007] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.270070] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.270147] GPIO line 457 (cam1-rst) hogged as output/low
[ 0.270202] GPIO line 426 (cam1-pwdn) hogged as output/low
[ 0.270263] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.270318] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.270375] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.270497] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[ 0.272665] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.272782] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[ 0.273849] iommu: Adding device 10003000.pcie-controller to group 51
[ 0.274197] iommu: Adding device sound to group 52
[ 0.276180] iommu: Adding device 3510000.hda to group 53
[ 0.277423] iommu: Adding device adsp_audio to group 54
[ 0.278912] iommu: Adding device 2993000.adsp to group 55
[ 0.288755] vdd-ac-bat: 5000 mV
[ 0.291107] vdd-1v8-ap: 1800 mV
[ 0.309203] SCSI subsystem initialized
[ 0.309413] libata version 3.00 loaded.
[ 0.309592] usbcore: registered new interface driver usbfs
[ 0.309678] usbcore: registered new interface driver hub
[ 0.309790] usbcore: registered new device driver usb
[ 0.312782] tegra-i2c 3160000.i2c: no acknowledge from address 0x74
[ 0.312996] pca953x 0-0074: failed reading register
[ 0.313077] pca953x: probe of 0-0074 failed with error -121
[ 0.313514] tegra-i2c 3160000.i2c: no acknowledge from address 0x77
[ 0.313714] pca953x 0-0077: failed reading register
[ 0.313780] pca953x: probe of 0-0077 failed with error -121
[ 0.324835] media: Linux media interface: v0.10
[ 0.324914] Linux video capture interface: v2.00
[ 0.328973] pps_core: LinuxPPS API ver. 1 registered
[ 0.329036] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.329083] PTP clock support registered
[ 0.330061] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.330118] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.331711] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.333825] GPIO line 253 (spmic_gpio_input_5) hogged as input
[ 0.334044] GPIO line 254 (spmic_gpio_input_6) hogged as input
[ 0.334143] gpiochip_add_data: registered GPIOs 248 to 255 on device: max77620-gpio
[ 0.338499] vddio-ddr: at 1125 mV
[ 0.342296] avdd_dsi_csi: 1200 mV
[ 0.346295] vdd-1v8: 1800 mV
[ 0.350303] vdd-3v3-sys: 3300 mV
[ 0.351517] spmic-ldo0: at 1800 mV
[ 0.352340] spmic-ldo1: at 800 mV
[ 0.354298] vddio-3v3: 3300 mV
[ 0.354979] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.358300] vdd-rtc: at 800 mV
[ 0.359104] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.362302] spmic-ldo6: at 1500 mV
[ 0.366298] vdd-pex-1v05: 1000 mV
[ 0.366957] dvdd-pex: 1000 mV
[ 0.367272] max77620 4-003c: max77620 probe successful
[ 0.367582] Advanced Linux Sound Architecture Driver Initialized.
[ 0.368691] en-vdd-sd: 3300 mV
[ 0.368987] vdd-usb0-5v: 5000 mV
[ 0.369182] vdd-usb1-5v: 5000 mV
[ 0.369569] vdd-3v3: 3300 mV
[ 0.369726] en-vdd-vcm-2v8: 2800 mV
[ 0.369884] vdd-sys-bl: 3300 mV
[ 0.373423] extcon-gpio-states external-connection:extcon@1: Cable state 2
[ 0.373857] clocksource: Switched to clocksource arch_sys_counter
[ 0.394696] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.394985] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[ 0.395476] nvmap_page_pool_init: Total RAM pages: 2010378
[ 0.395497] nvmap_page_pool_init: nvmap page pool size: 251297 pages (981 MB)
[ 0.395657] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.400549] Wake76 for irq=199
[ 0.400563] Wake77 for irq=199
[ 0.400575] Wake78 for irq=199
[ 0.400586] Wake79 for irq=199
[ 0.400596] Wake80 for irq=199
[ 0.400606] Wake81 for irq=199
[ 0.400617] Wake82 for irq=199
[ 0.401444] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.401653] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.402081] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.402161] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.402307] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 0.402450] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 0.402614] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[ 0.402911] isomgr_init(): iso emc max clk=1866000KHz
[ 0.402925] isomgr_init(): max_iso_bw=26870400KB
[ 0.403026] NET: Registered protocol family 2
[ 0.403343] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.403571] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.403901] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.403969] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.404026] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.404194] NET: Registered protocol family 1
[ 0.404402] RPC: Registered named UNIX socket transport module.
[ 0.404420] RPC: Registered udp transport module.
[ 0.404431] RPC: Registered tcp transport module.
[ 0.404442] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.404466] PCI: CLS 0 bytes, default 128
[ 0.404569] Trying to unpack rootfs image as initramfs…
[ 0.418821] host1x 13e10000.host1x: initialized
[ 0.419711] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.422735] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.422898] audit: initializing netlink subsys (disabled)
[ 0.422966] audit: type=2000 audit(0.412:1): initialized
[ 0.433642] io scheduler noop registered
[ 0.433852] io scheduler cfq registered (default)
[ 0.437418] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.438967] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.440286] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.441625] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.446853] tsec 15500000.tsec: initialized
[ 0.448337] tsec 15100000.tsecb: initialized
[ 0.451774] nvdec 15480000.nvdec: initialized
[ 0.457326] falcon 15340000.vic: initialized
[ 0.458606] falcon 154c0000.nvenc: initialized
[ 0.459884] falcon 15380000.nvjpg: initialized
[ 0.461471] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.462309] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.463098] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.463846] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.464593] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.465321] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.466097] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.466845] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.470916] DC OR NODE connected to /host1x/sor1
[ 0.471092] generic_infoframe_type: 0x87
[ 0.471239] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.471276] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.471290] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.471470] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.471528] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[ 0.480223] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.480246] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.480263] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.480310] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.480325] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.480749] hdmi: couldn’t get regulator vdd_hdmi_5v0: -517
[ 0.481180] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.482992] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.483518] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.484010] kfuse 3830000.kfuse: initialized
[ 0.485807] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.486492] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.487266] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 0.489695] console [ttyS0] disabled
[ 0.489796] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[ 0.490155] tegradc 15210000.nvdisplay: probed
[ 2.553557] console [ttyS0] enabled
[ 2.555507] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 2.555767] Console: switching to colour frame buffer device 80x30
[ 2.556507] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 2.556744] serial-tegra 3130000.serial: RX in PIO mode
[ 2.557669] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[ 2.582916] brd: module loaded
[ 2.586383] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.591991] loop: module loaded
[ 2.592336] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.592340] nct1008_nct72 7-004c: starting parse dt
[ 2.592427] nct1008_nct72 7-004c: success parsing dt
[ 2.592550] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.629353] tmp451: Enabled overheat logging at 104.00C
[ 2.629514] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.631789] THERMAL EST: found 3 subdevs
[ 2.631793] THERMAL EST num_resources: 0
[ 2.631798] [THERMAL EST subdev 0]
[ 2.631804] [THERMAL EST subdev 1]
[ 2.631807] [THERMAL EST subdev 2]
[ 2.632089] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 2.632092] THERMAL EST: thz register success.
[ 2.632214] THERMAL EST: end of probe, return err: 0
[ 2.632262] tegra_profiler: Branch: Dev
[ 2.632265] tegra_profiler: Version: 1.117
[ 2.632268] tegra_profiler: Samples version: 41
[ 2.632269] tegra_profiler: IO version: 22
[ 2.632277] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.632282] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.632287] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.632290] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 2.632294] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.632296] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 2.632300] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.632303] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.632306] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.632309] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.632313] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.632315] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.632510] tegra_profiler: auth: init
[ 2.635867] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 2.635878] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 2.636790] scsi host0: tegra_ahci
[ 2.637175] scsi host1: tegra_ahci
[ 2.637327] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[ 2.637330] ata2: DUMMY
[ 2.638272] spi-tegra114 3210000.spi: Static pin configuration used
[ 2.638735] spi-tegra114 c260000.spi: Static pin configuration used
[ 2.639136] spi-tegra114 3240000.spi: Static pin configuration used
[ 2.639923] tun: Universal TUN/TAP device driver, 1.6
[ 2.639927] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 2.640108] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.640110] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.640152] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 2.640155] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.641122] PPP generic driver version 2.4.2
[ 2.641273] PPP BSD Compression module registered
[ 2.641283] PPP Deflate Compression module registered
[ 2.641333] PPP MPPE Compression module registered
[ 2.641348] NET: Registered protocol family 24
[ 2.641405] usbcore: registered new interface driver r8152
[ 2.641437] usbcore: registered new interface driver asix
[ 2.641464] usbcore: registered new interface driver ax88179_178a
[ 2.641489] usbcore: registered new interface driver cdc_ether
[ 2.641525] usbcore: registered new interface driver smsc75xx
[ 2.641551] usbcore: registered new interface driver net1080
[ 2.641577] usbcore: registered new interface driver cdc_subset
[ 2.641602] usbcore: registered new interface driver zaurus
[ 2.641648] usbcore: registered new interface driver cdc_ncm
[ 2.641879] Wake76 for irq=199
[ 2.641881] Wake77 for irq=199
[ 2.641883] Wake78 for irq=199
[ 2.641884] Wake79 for irq=199
[ 2.641886] Wake80 for irq=199
[ 2.641887] Wake81 for irq=199
[ 2.641889] Wake82 for irq=199
[ 2.641944] tegra-xotg xotg: usb2 phy is not available yet
[ 2.642361] usbcore: registered new interface driver cdc_acm
[ 2.642363] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.642399] usbcore: registered new interface driver usb-storage
[ 2.642477] usbcore: registered new interface driver usbserial
[ 2.642503] usbcore: registered new interface driver cp210x
[ 2.642521] usbserial: USB Serial support registered for cp210x
[ 2.642542] usbcore: registered new interface driver ftdi_sio
[ 2.642558] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.642579] usbcore: registered new interface driver option
[ 2.642594] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.642618] usbcore: registered new interface driver pl2303
[ 2.642635] usbserial: USB Serial support registered for pl2303
[ 2.642800] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.644358] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b c6 2d 6d
[ 2.644887] libphy: dwc_phy: probed
[ 2.645710] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 2.707009] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 2.782755] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 2.784898] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.784913] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.785068] i2c /dev entries driver
[ 2.785901] gspca_main: v2.14.0 registered
[ 2.785949] usbcore: registered new interface driver gspca_zc3xx
[ 2.786206] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 2.788134] FAN: coudln’t get the regulator
[ 2.788870] device-mapper: uevent: version 1.0.3
[ 2.789059] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 2.789473] sdhci: Secure Digital Host Controller Interface driver
[ 2.789474] sdhci: Copyright(c) Pierre Ossman
[ 2.789479] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.789749] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 2.790051] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[ 2.790288] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 2.793589] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 2.793740] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.795518] usbcore: registered new interface driver usbhid
[ 2.795519] usbhid: USB HID core driver
[ 2.798525] tegra-i2c 3160000.i2c: no acknowledge from address 0x42
[ 2.798741] ina3221x 0-0042: ina3221 reset failure status: 0xffffff87
[ 2.798879] ina3221x: probe of 0-0042 failed with error -121
[ 2.799255] tegra-i2c 3160000.i2c: no acknowledge from address 0x43
[ 2.799451] ina3221x 0-0043: ina3221 reset failure status: 0xffffff87
[ 2.799545] ina3221x: probe of 0-0043 failed with error -121
[ 2.800097] nvadsp 2993000.adsp: in probe()…
[ 2.801472] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 2.801517] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 2.801792] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 2.812904] Denver: backdoor interface is NOT available.
[ 2.814984] coresight-tmc 8030000.etf: TMC initialized
[ 2.824665] coresight-tmc 8050000.etr: TMC initialized
[ 2.825168] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 2.825788] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 2.826333] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 2.826837] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 2.827419] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 2.828169] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 2.828799] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 2.829434] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 2.829863] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.830112] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 2.830157] Module initialized successfully
[ 2.830195] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 2.830571] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 2.834996] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[ 2.836544] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 2.836820] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[ 2.837242] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 2.837297] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 2.837339] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 2.837379] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 2.837424] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 2.837463] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 2.837525] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 2.837678] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 2.837680] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 2.838363] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 2.838365] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[ 2.838368] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 2.838370] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[ 2.838373] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[ 2.838375] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 2.838377] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 2.838406] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 2.842605] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[ 2.843386] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[ 2.843479] camchar: rtcpu character device driver loaded
[ 2.847725] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 2.848066] register_ari_mca_banks: Registered MCA ROC:IOB
[ 2.848238] register_ari_mca_banks: Registered MCA ROC:CCE
[ 2.848765] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 2.848798] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 2.848829] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 2.848857] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 2.848886] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 2.848913] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 2.848942] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 2.848968] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 2.848996] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 2.849026] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 2.849056] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 2.849085] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 2.849114] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 2.849143] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 2.849172] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 2.849226] **** A57 ECC: Enabled
[ 2.849228] tegra18_a57_serr_init: on CPU 5 a A57 Core
[ 2.849370] parse_throttle_dt_data: Num cap clks = 4
[ 2.849373] parse_throttle_dt_data: clk=mcpu type=1
[ 2.849375] parse_throttle_dt_data: clk=bcpu type=2
[ 2.849382] parse_throttle_dt_data: clk=gpu type=4
[ 2.849384] parse_throttle_dt_data: clk=emc type=3
[ 2.849938] tegra_throttle_probe: probe successful. #cdevs=4
[ 2.850035] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 2.853286] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 2.857757] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 2.873848] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.874153] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 2.874246] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 2.874337] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 2.874380] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 258
[ 2.874641] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 2.887886] mmc0: MAN_BKOPS_EN bit is not set
[ 2.895287] mmc0: Skipping tuning since strobe enabled
[ 2.902912] mmc0: periodic cache flush enabled
[ 2.902923] mmc0: new HS400 MMC card at address 0001
[ 2.903281] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 2.903456] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[ 2.903614] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[ 2.903783] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 2.905224] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29
[ 2.917917] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.946350] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 2.949865] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.144255] mmc1 tuning done saved tap delay=61
[ 3.144258] mmc1: hw tuning done …
[ 3.144267] mmc1: tuning_window[0]: 0xffffffff
[ 3.144273] mmc1: tuning_window[1]: 0xfffffc7f
[ 3.144279] mmc1: tuning_window[2]: 0xffe3ffff
[ 3.144286] mmc1: tuning_window[3]: 0xfffffff
[ 3.144291] mmc1: tuning_window[4]: 0x0
[ 3.144296] mmc1: tuning_window[5]: 0x0
[ 3.144301] mmc1: tuning_window[6]: 0x0
[ 3.144306] mmc1: tuning_window[7]: 0x0
[ 3.144310] sdhci: Tap value: 61 | Trim value: 5
[ 3.144314] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[ 3.150726] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.150803] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 4.073153] tegradc 15210000.nvdisplay: fb registered
[ 4.079405] DC OR NODE connected to /host1x/sor
[ 4.084803] tegradc 15220000.nvdisplay: DT parsed successfully
[ 4.091267] tegradc 15220000.nvdisplay: Display dc.ffffff8009220000 registered with id=1
[ 4.100786] tegradc 15220000.nvdisplay: vblank syncpt # 9 for dc 2
[ 4.107545] tegradc 15220000.nvdisplay: vpulse3 syncpt # 11 for dc 2
[ 4.119503] tegradc 15220000.nvdisplay: probed
[ 4.142146] tegradc 15220000.nvdisplay: fb registered
[ 4.151963] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[ 4.159639] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[ 4.160615] tegra-se-nvhost 15810000.se: initialized
[ 4.161029] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 4.161366] tegra-se-nvhost 15820000.se: initialized
[ 4.161706] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 4.162028] tegra-se-nvhost 15830000.se: initialized
[ 4.162134] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 4.162435] tegra-se-nvhost 15840000.se: initialized
[ 4.162722] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 4.166212] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 4.169858] cpufreq: platform driver Initialization: pass
[ 4.170030] tegra_cluster_clk e090000.cluster_clk_priv: in probe()…
[ 4.170091] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 4.170298] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 4.170305] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 4.170344] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2ec097
[ 4.170348] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x9
[ 4.171504] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 4.172052] tegra186-padctl 3520000.pinctrl: VBUS over-current detection enabled
[ 4.172617] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 4.172966] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 3 not supported
[ 4.180511] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 4.180631] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 4.181575] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[ 4.181579] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[ 4.185125] tegra210_adsp_audio_platform_probe: platform probe started
[ 4.185703] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 4.185957] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 4.186262] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 4.186529] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 4.190859] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 4.190978] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 4.191208] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 4.191213] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[ 4.191216] tegra210-adsp adsp_audio: using adma channel page 0
[ 4.202133] tegra210_adsp_audio_platform_probe probe successfull.
[ 4.202133] OPE platform probe
[ 4.202215] OPE platform probe successful
[ 4.268952] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 4.269024] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 4.269103] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 4.269174] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 4.269246] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 4.269319] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 4.269393] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 4.269466] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 4.269537] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 4.269608] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 4.269680] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 4.269752] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 4.269840] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 4.269916] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 4.269986] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 4.270054] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 4.270124] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 4.270196] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 4.270265] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 4.270333] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 4.273382] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE1 <-> ADSP PCM1 mapping ok
[ 4.273458] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE2 <-> ADSP PCM2 mapping ok
[ 4.273484] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[ 4.273507] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[ 4.320729] input: tegra-snd-t186ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input2
[ 4.321538] tegra-snd-t186ref-mobile-rt565x sound: codec-dai “dit-hifi” registered
[ 4.321541] tegra-snd-t186ref-mobile-rt565x sound: This is a dummy codec
[ 4.322070] GACT probability NOT on
[ 4.322081] Mirror/redirect action on
[ 4.322093] u32 classifier
[ 4.322094] Actions configured
[ 4.322116] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 4.322679] IPVS: Registered protocols ()
[ 4.322708] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 4.322786] IPVS: Creating netns size=1424 id=0
[ 4.322817] IPVS: ipvs loaded.
[ 4.322824] IPVS: [rr] scheduler registered.
[ 4.322907] ipip: IPv4 over IPv4 tunneling driver
[ 4.323249] Initializing XFRM netlink socket
[ 4.323683] NET: Registered protocol family 10
[ 4.324408] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.324477] NET: Registered protocol family 17
[ 4.324492] NET: Registered protocol family 15
[ 4.324517] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 4.324523] 8021q: 802.1Q VLAN Support v1.8
[ 4.330619] Registered cp15_barrier emulation handler
[ 4.330630] Registered setend emulation handler
[ 4.333117] registered taskstats version 1
[ 4.337393] isp 15600000.isp: initialized
[ 4.341871] nvcsi 150c0000.nvcsi: initialized
[ 4.343927] Wake76 for irq=199
[ 4.343928] Wake77 for irq=199
[ 4.343929] Wake78 for irq=199
[ 4.343930] Wake79 for irq=199
[ 4.343931] Wake80 for irq=199
[ 4.343931] Wake81 for irq=199
[ 4.343932] Wake82 for irq=199
[ 4.344245] xhci-tegra 3530000.xhci: UTMI port 0 has OTG_CAP
[ 4.344247] xhci-tegra 3530000.xhci: No USB3 port has OTG_CAP
[ 4.366119] spi-tegra114 3210000.spi: Static pin configuration used
[ 4.366274] xhci-tegra 3530000.xhci: Direct firmware load for tegra18x_xusb_firmware failed with error -2
[ 4.366275] xhci-tegra 3530000.xhci: Falling back to user helper
[ 4.366764] spi-tegra114 c260000.spi: Static pin configuration used
[ 4.367536] spi-tegra114 3240000.spi: Static pin configuration used
[ 4.368207] tegra-xotg xotg: OTG rev:0200, ADP:0, SRP:1, HNP:1, RSP:0
[ 4.368242] tegra-xotg xotg: update_id_state: ID grounded
[ 4.368247] tegra-xotg xotg: update_vbus_state: VBUS not detected
[ 4.368261] tegra-xotg xotg: Nvidia XUSB OTG Controller
[ 4.370035] tegra-xotg xotg: otg: gadget gadget registered
[ 4.370036] tegra-xotg xotg: set gadget otg_caps from OTG controller
[ 4.370038] tegra-xotg xotg: otg: host not registered yet
[ 4.370040] tegra-xotg xotg: otg: start OTG finite state machine
[ 4.370089] tegra-xotg xotg: FSM: can’t move to a_idle, host isn’t ready
[ 4.370097] tegra-xudc-new 3550000.xudc: entering ELPG
[ 4.370644] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 4.372855] input: gpio-keys as /devices/gpio-keys/input/input3
[ 4.409201] tegra_rtc c2a0000.rtc: setting system clock to 2000-01-01 01:06:10 UTC (946688770)
[ 4.443796] bpmp: mounted debugfs mirror
[ 4.444306] [dram-timers] DRAM derating cdev registered.
[ 4.449254] spmic-ldo0: disabling
[ 4.449416] spmic-ldo1: disabling
[ 4.449559] en-vdd-sd: disabling
[ 4.449560] vdd-usb0-5v: disabling
[ 4.449562] vdd-usb1-5v: disabling
[ 4.449563] vdd-3v3: disabling
[ 4.449565] en-vdd-vcm-2v8: disabling
[ 4.449566] vdd-sys-bl: disabling
[ 4.455824] ALSA device list:
[ 4.455826] #0: tegra-hda at 0x3518000 irq 402
[ 4.455827] #1: tegra-snd-t186ref-mobile-rt565x
[ 4.457048] tegra-vi4 15700000.vi: initialized
[ 4.458202] tegra-vi4 15700000.vi: ep of_device is not enabled /host1x/vi@15700000/ports/port@0/endpoint.
[ 4.458204] tegra-vi4 15700000.vi: all channel register failed
[ 5.057864] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 5.063728] tegradc 15220000.nvdisplay: blank - powerdown
[ 5.069496] hpd: hpd_switch 0
[ 5.072816] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 5.089889] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 5.096424] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 5.111584] EXT4-fs (mmcblk0p1): warning: mounting fs with errors, running e2fsck is recommended
[ 5.123242] EXT4-fs (mmcblk0p1): Errors on filesystem, clearing orphan list.

[ 5.133037] EXT4-fs (mmcblk0p1): recovery complete
[ 5.140072] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 5.149551] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 5.158603] devtmpfs: mounted
[ 5.162656] Freeing unused kernel memory: 1168K (ffffffc001132000 - ffffffc001256000)
[ 5.172135] Freeing alternatives memory: 96K (ffffffc001256000 - ffffffc00126e000)
[ 5.192572] btb inv war enabled
[ 5.240064] systemd[1]: System time before build time, advancing clock.
[ 5.269992] random: systemd: uninitialized urandom read (16 bytes read, 95 bits of entropy available)
[ 5.282298] random: systemd: uninitialized urandom read (16 bytes read, 96 bits of entropy available)
[ 5.293361] random: systemd: uninitialized urandom read (16 bytes read, 96 bits of entropy available)
[ 5.305439] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 5.326698] systemd[1]: Detected architecture arm64.
[ 5.339079] systemd[1]: Set hostname to .
[ 5.359244] random: systemd: uninitialized urandom read (16 bytes read, 96 bits of entropy available)
[ 5.365047] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
[ 5.377470] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 98 bits of entropy available)
[ 5.383348] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 99 bits of entropy available)
[ 5.407810] random: systemd: uninitialized urandom read (16 bytes read, 101 bits of entropy available)
[ 5.411523] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 102 bits of entropy available)
[ 5.435705] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 102 bits of entropy available)
[ 5.541601] systemd[1]: Created slice User and Session Slice.
[ 5.550112] systemd[1]: Created slice System Slice.
[ 5.557544] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 5.565919] systemd[1]: Reached target Remote File Systems (Pre).
[ 5.574134] systemd[1]: Reached target Remote File Systems.
[ 5.581881] systemd[1]: Reached target Slices.
[ 5.588536] systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.596662] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.607307] systemd[1]: Reached target User and Group Name Lookups.
[ 5.615515] systemd[1]: Reached target Swap.
[ 5.621610] systemd[1]: Listening on Journal Audit Socket.
[ 5.628503] systemd[1]: Listening on Syslog Socket.
[ 5.634678] systemd[1]: Listening on udev Kernel Socket.
[ 5.641221] systemd[1]: Reached target Encrypted Volumes.
[ 5.647967] systemd[1]: Listening on Journal Socket.
[ 5.656560] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 5.667422] systemd[1]: Starting Create list of required static device nodes for the current kernel…
[ 5.683380] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 5.698004] systemd[1]: Starting Load Kernel Modules…
[ 5.707657] systemd[1]: Mounting POSIX Message Queue File System…
[ 5.717736] systemd[1]: Started Braille Device Support.
[ 5.727240] systemd[1]: Starting Journal Service…
[ 5.734710] systemd[1]: Created slice system-getty.slice.
[ 5.741613] systemd[1]: Listening on udev Control Socket.
[ 5.750578] systemd[1]: Mounting Debug File System…
[ 5.757182] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 5.773797] systemd[1]: Mounted Debug File System.
[ 5.780087] systemd[1]: Mounted POSIX Message Queue File System.
[ 5.789950] systemd[1]: Started Remount Root and Kernel File Systems.
[ 5.799766] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 5.812768] systemd[1]: Started Load Kernel Modules.
[ 5.822858] systemd[1]: Started Journal Service.
[ 6.020096] systemd-journald[298]: Received request to flush runtime journal from PID 1
[ 6.048223] random: nonblocking pool is initialized
[ 6.230279] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[ 6.242949] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 6.251043] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[ 6.262322] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 6.287777] xhci-tegra 3530000.xhci: cannot find firmware…retry after 1 second
[ 6.652898] using random self ethernet address
[ 6.657985] using random host ethernet address
[ 6.675464] Mass Storage Function, version: 2009/09/11
[ 6.681457] LUN: removable file: (no medium)
[ 6.691960] using random self ethernet address
[ 6.696916] using random host ethernet address
[ 6.703863] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 6.707944] usb0: HOST MAC 6e:2e:0f:63:8a:de
[ 6.707998] usb0: MAC d2:55:ef:a7:23:00
[ 6.708959] usb1: HOST MAC 1e:2b:c9:b1:9a:3c
[ 6.708982] usb1: MAC 82:81:5b:c7:cf:cb
[ 6.708997] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 6.710058] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 6.710072] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[ 6.710097] tegra-xudc-new 3550000.xudc: entering ELPG
[ 6.710554] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 6.710569] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 6.711660] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 6.711677] tegra-xudc-new 3550000.xudc: entering ELPG
[ 6.712211] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 6.861682] device usb0 entered promiscuous mode
[ 6.871686] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 6.882602] device usb1 entered promiscuous mode
[ 6.892840] IPv6: ADDRCONF(NETDEV_UP): usb1: link is not ready
[ 6.899148] l4tbr0: port 2(usb1) entered forwarding state
[ 6.904982] l4tbr0: port 2(usb1) entered forwarding state
[ 7.185863] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 7.356427] xhci-tegra 3530000.xhci: Firmware timestamp: 2017-12-07 10:50:08 UTC, Version: 55.09 release
[ 7.357860] xhci-tegra 3530000.xhci: xHCI Host Controller
[ 7.357876] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 1
[ 7.358681] xhci-tegra 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00010810
[ 7.358705] xhci-tegra 3530000.xhci: irq 59, io mem 0x03530000
[ 7.358838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 7.358840] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.358842] usb usb1: Product: xHCI Host Controller
[ 7.358843] usb usb1: Manufacturer: Linux 4.4.38-tegra xhci-hcd
[ 7.358845] usb usb1: SerialNumber: 3530000.xhci
[ 7.359118] hub 1-0:1.0: USB hub found
[ 7.359139] hub 1-0:1.0: 4 ports detected
[ 7.393862] xhci-tegra 3530000.xhci: xHCI Host Controller
[ 7.393870] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 2
[ 7.394128] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 7.394131] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.394134] usb usb2: Product: xHCI Host Controller
[ 7.394136] usb usb2: Manufacturer: Linux 4.4.38-tegra xhci-hcd
[ 7.394138] usb usb2: SerialNumber: 3530000.xhci
[ 7.394427] hub 2-0:1.0: USB hub found
[ 7.394448] hub 2-0:1.0: 3 ports detected
[ 7.394840] tegra-xotg xotg: otg: host 3530000.xhci registered
[ 7.673851] usb 1-2: new high-speed USB device number 2 using xhci-tegra
[ 7.693846] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 7.703304] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 7.710651] l4tbr0: port 2(usb1) entered disabled state
[ 7.714375] usb 2-1: new SuperSpeed USB device number 2 using xhci-tegra
[ 7.740399] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411
[ 7.748197] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.756487] usb 2-1: Product: 4-Port USB 3.0 Hub
[ 7.762038] usb 2-1: Manufacturer: Generic
[ 7.767624] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[ 7.780718] hub 2-1:1.0: USB hub found
[ 7.786425] hub 2-1:1.0: 4 ports detected
[ 7.823273] usb 1-2: New USB device found, idVendor=0bda, idProduct=5411
[ 7.830848] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.839165] usb 1-2: Product: 4-Port USB 2.0 Hub
[ 7.844647] usb 1-2: Manufacturer: Generic
[ 7.850443] hub 1-2:1.0: USB hub found
[ 7.855561] hub 1-2:1.0: 4 ports detected
[ 8.107882] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 8.133858] usb 1-2.1: new low-speed USB device number 3 using xhci-tegra
[ 8.233899] usb 1-2.1: New USB device found, idVendor=03f0, idProduct=094a
[ 8.241571] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.250450] usb 1-2.1: Product: HP USB Optical Mouse
[ 8.256241] usb 1-2.1: Manufacturer: PixArt
[ 8.261612] usb 1-2.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 8.274904] input: PixArt HP USB Optical Mouse as /devices/3530000.xhci/usb1/1-2/1-2.1/1-2.1:1.0/0003:03F0:094A.0001/input/input4
[ 8.288267] hid-generic 0003:03F0:094A.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt HP USB Optical Mouse] on usb-3530000.xhci-2.1/input0
[ 8.389866] usb 1-2.2: new low-speed USB device number 4 using xhci-tegra
[ 8.418483] cfg80211: World regulatory domain updated:
[ 8.424545] cfg80211: DFS Master region: unset
[ 8.429130] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 8.441843] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 8.441845] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 8.441847] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 8.441850] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 8.441852] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 8.441854] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 8.441871] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 8.441872] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 8.511379] usb 1-2.2: New USB device found, idVendor=03f0, idProduct=2a4a
[ 8.511382] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.511385] usb 1-2.2: Product: HP USB Slim Keyboard - Skylab
[ 8.511387] usb 1-2.2: Manufacturer: Lite-On Technology Corp
[ 8.511617] usb 1-2.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 8.511634] usb 1-2.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 8.516844] input: Lite-On Technology Corp HP USB Slim Keyboard - Skylab as /devices/3530000.xhci/usb1/1-2/1-2.2/1-2.2:1.0/0003:03F0:2A4A.0002/input/input5
[ 8.527854] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 8.570170] hid-generic 0003:03F0:2A4A.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology Corp HP USB Slim Keyboard - Skylab] on usb-3530000.xhci-2.2/input0
[ 8.576239] input: Lite-On Technology Corp HP USB Slim Keyboard - Skylab as /devices/3530000.xhci/usb1/1-2/1-2.2/1-2.2:1.1/0003:03F0:2A4A.0003/input/input6
[ 8.630057] hid-generic 0003:03F0:2A4A.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology Corp HP USB Slim Keyboard - Skylab] on usb-3530000.xhci-2.2/input1
[ 8.721877] usb 1-2.3: new high-speed USB device number 5 using xhci-tegra
[ 8.818791] usb 1-2.3: New USB device found, idVendor=0bda, idProduct=8152
[ 8.826703] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8.836303] usb 1-2.3: Product: USB 10/100 LAN
[ 8.841804] usb 1-2.3: Manufacturer: Realtek
[ 8.847152] usb 1-2.3: SerialNumber: 00E04B37B9CA
[ 8.848097] IPVS: Creating netns size=1424 id=1
[ 8.860783] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[ 8.894145] dhd_module_init in
[ 8.898125] tegra_net_perf_init: cannot get wifi sclk
[ 8.904132] found wifi platform device bcmdhd_wlan
[ 8.911232] wifi_platform_get_country_code_map: could not get country_code_map
[ 8.917858] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 8.919900] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 8.919908] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[ 8.920261] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[ 8.951259] wifi_plat_dev_drv_probe:platform country code map is not available
[ 8.958221] usb 1-2.3: reset high-speed USB device number 5 using xhci-tegra
[ 8.968379] Power-up adapter ‘DHD generic adapter’
[ 8.974006] wifi_platform_set_power = 1
[ 9.097608] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.106239] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.112857] r8152 1-2.3:1.0 eth1: v2.09.00 (2017/08/21)
[ 9.118128] r8152 1-2.3:1.0 eth1: This product is covered by one or more of the following patents:
US6,570,884, US6,115,776, and US6,327,625.

[ 9.181898] wifi_platform_bus_enumerate device present 1
[ 9.200830] tegradc 15210000.nvdisplay: blank - powerdown
[ 9.206362] tegradc 15220000.nvdisplay: blank - powerdown
[ 9.217701] wifi_platform_bus_enumerate device present 0
[ 9.230168] F1 signature read @0x18000000=0x17214354
[ 9.240943] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 9.247941] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 9.254957] wifi_platform_prealloc: failed to alloc static mem section 7
[ 9.261712] wifi_platform_get_mac_addr
[ 9.547694] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 5
[ 9.554691] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work ignore firmware MBOX_CMD_DEC_SSPI_CLOCK request
[ 9.670798] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211
[ 9.678981] tegradc 15210000.nvdisplay: blank - powerdown
[ 9.684546] wl_create_event_handler(): thread:wl_event_handler:435 started
[ 9.684550] CFG80211-ERROR) wl_event_handler : tsk Enter, tsk = 0xffffffc1c5fa1a70
[ 9.684992] dhd_attach(): thread:dhd_watchdog_thread:436 started
[ 9.685028] dhd_attach(): thread:dhd_dpc:437 started
[ 9.685074] dhd_attach(): thread:dhd_rxf:438 started
[ 9.685079] dhd_deferred_work_init: work queue initialized
[ 9.686539] Dongle Host Driver, version 1.201.82 (r)
Compiled in drivers/net/wireless/bcmdhd on May 17 2018 at 00:12:47
[ 9.686880] tegra_sysfs_register
[ 9.686924] Register interface [wlan0] MAC: 00:04:4b:c6:2d:6b

[ 9.686926] dhd_prot_ioctl : bus is down. we have nothing to do
[ 9.687024] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 61
[ 9.688127] wifi_platform_set_power = 0
[ 9.762763] tegradc 15220000.nvdisplay: blank - powerdown
[ 9.775662] tegradc 15210000.nvdisplay: unblank
[ 9.786842] Bridge firewalling registered
[ 9.934434] tegradc 15210000.nvdisplay: blank - powerdown
[ 9.937981] gk20a 17000000.gp10b: railgate is disabled.
[ 9.945161] tegradc 15220000.nvdisplay: blank - powerdown
[ 9.984490] ip_tabl

device-tree of runtime
nvidia@tegra-ubuntu:~/software$ xxd /proc/device-tree/host1x/nvdisplay@15200000/status
00000000: 6469 7361 626c 6564 00 disabled.
nvidia@tegra-ubuntu:~/software$ xxd /proc/device-tree/host1x/nvdisplay@15210000/status
00000000: 6f6b 6179 00 okay.
nvidia@tegra-ubuntu:~/software$ xxd /proc/device-tree/host1x/nvdisplay@15220000/status
00000000: 6f6b 6179 00 okay.

nvidia@tegra-ubuntu:~/software$ xxd /proc/device-tree/host1x/nvdisplay@15210000/status
00000000: 6f6b 6179 00 okay.
nvidia@tegra-ubuntu:~/software$ xxd /proc/device-tree/host1x/sor1/hdmi-display/status
00000000: 6f6b 6179 00 okay.
nvidia@tegra-ubuntu:~/software$ xxd /proc/device-tree/host1x/sor1/dp-display/status
00000000: 6469 7361 626c 6564 00 disabled.

nvidia@tegra-ubuntu:~/software$ xxd /proc/device-tree/host1x/nvdisplay@15220000/status
00000000: 6f6b 6179 00 okay.
nvidia@tegra-ubuntu:~/software$ xxd /proc/device-tree/host1x/sor/hdmi-display/status
00000000: 6469 7361 626c 6564 00 disabled.
nvidia@tegra-ubuntu:~/software$ xxd /proc/device-tree/host1x/sor/dp-display/status
00000000: 6f6b 6179 00 okay.

It’s the hardware’s fault,it’s work. thank you very much

  1. rename p2771-0000-dsi-hdmi-dp.conf to jetson-tx2.conf in path “64_TX2\Linux_for_Tegra”
  2. rename the attachment dtb to tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dtb in path "64_Tx2\64_TX2\Linux_for_Tegra\kernel\dtb"
    3.reflash device tree “sudo ./flash.sh -r -k kernel-dtb jetson-tx2 mmcblk0p1”

I hope I can help others

tegra186-quill-p3310-1000-c03-00-dsi-hdmi-dp.dtb.txt (273 KB)

Nice! Thanks for sharing!