Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbf2d08c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add register ranges to xlog for msm8992"

parents 86981264 6274059c
Loading
Loading
Loading
Loading
+46 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
	mdss_mdp: qcom,mdss_mdp@fd900000 {
		compatible = "qcom,mdss_mdp";
		reg = <0xfd900000 0x90000>,
		      <0xfd9b0000 0x1000>;
		      <0xfd9b0000 0x004d4>;
		reg-names = "mdp_phys", "vbif_phys";
		interrupts = <0 83 0>;
		vdd-supply = <&gdsc_mdss>;
@@ -124,6 +124,51 @@
				    <0x013b8 0xccccc0c0>,
				    <0x013d0 0x00ccc000>;

		qcom,regs-dump-mdp = <0x01000 0x01408>,
				     <0x02000 0x02064>,
				     <0x02200 0x02264>,
				     <0x02400 0x02464>,
				     <0x05000 0x05130>,
				     <0x05200 0x05230>,
				     <0x07000 0x07130>,
				     <0x07200 0x07230>,
				     <0x09000 0x09130>,
				     <0x09200 0x09230>,
				     <0x15000 0x15130>,
				     <0x15200 0x15230>,
				     <0x17000 0x17130>,
				     <0x17200 0x17230>,
				     <0x19000 0x19130>,
				     <0x19200 0x19230>,
				     <0x25000 0x2512C>,
				     <0x27000 0x2712C>,
				     <0x45000 0x4538c>,
				     <0x46000 0x4638c>,
				     <0x48000 0x4838c>,
				     <0x55000 0x5522c>,
				     <0x65000 0x652b4>,
				     <0x65800 0x65ab4>,
				     <0x66000 0x662b4>,
				     <0x6b800 0x6ba54>,
				     <0x6c000 0x6c254>,
				     <0x6c800 0x6ca54>,
				     <0x71000 0x710d0>,
				     <0x71800 0x718d0>,
				     <0x73000 0x730d0>;

		qcom,regs-dump-names-mdp = "MDP",
			"CTL_0",    "CTL_1", "CTL_2",
			"VIG0_SSPP", "VIG0",  "VIG1_SSPP", "VIG1",
			"VIG2_SSPP", "VIG2",
			"RGB0_SSPP", "RGB0",  "RGB1_SSPP", "RGB1",
			"RGB2_SSPP", "RGB2",
			"DMA0_SSPP", "DMA1_SSPP",
			"LAYER_0", "LAYER_1", "LAYER_3",
			"DSPP_0",
			"WB_0",    "WB_1",    "WB_2",
			"INTF_1",  "INTF_2", "INTF_3",
			"PP_0",    "PP_1",   "PP_4";

		/* buffer parameters to calculate prefill bandwidth */
		qcom,mdss-prefill-outstanding-buffer-bytes = <1024>;
		qcom,mdss-prefill-y-buffer-bytes = <4096>;