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

Commit 4319f24b 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 firmware name for touch controller"

parents 7a810268 16f9fe5c
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -562,8 +562,8 @@
		pinctrl-names = "pmx_ts_active","pmx_ts_suspend";
		pinctrl-0 = <&ts_active>;
		pinctrl-1 = <&ts_suspend>;
		atmel,panel-coords = <0 0 3840 2160>;
		atmel,display-coords = <0 0 3840 2160>;
		atmel,panel-coords = <0 0 3839 2159>;
		atmel,display-coords = <0 0 3839 2159>;
		atmel,irq-gpio = <&msm_gpio 61 0x2008>;
		atmel,reset-gpio = <&msm_gpio 60 0x00>;
		atmel,i2cmode-gpio = <&msm_gpio 59 0x00>;
@@ -572,6 +572,16 @@
		clock-names = "iface_clk", "core_clk";
		clocks = <&clock_gcc clk_gcc_blsp1_ahb_clk>,
			 <&clock_gcc clk_gcc_blsp1_qup2_i2c_apps_clk>;
		atmel,cfg-name = "maxtouch_8994_liquid_cfg.raw";
		atmel,cfg_1 {
			atmel,version = <0x10>;
			atmel,build = <0xaa>;
			atmel,fw-name = "maxtouch_8994_liquid_v1_1_AB.fw";
		};
		atmel,cfg_2 {
			atmel,version = <0x11>;
			atmel,build = <0xab>;
		};
	};
};