Message ID | 1382545733-8865-3-git-send-email-badarkhe.manish@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index 588ce58..5a35264 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts @@ -166,4 +166,12 @@ regulator-boot-on; }; }; + + tsc { + ti,poll-period = <30>; + ti,min-pressure = <0x30>; + ti,vendor = <0>; + ti,product = <65070>; + ti,version = <0x100>; + }; };
Add tps6507x touchscreen DT node to da850-evm. Touchscreen DT data is added as per da850 board file. Signed-off-by: Manish Badarkhe <badarkhe.manish@gmail.com> --- Changes since V3: - Removed vref property. Changes since V2: - Updated tps6507x documentation. - Removed unnecessary code. Changes since V1: - Updated tps6507x documentation. - Updated commit message. - return proper error value in absence platform and DT data for touchscreen. :100644 100644 588ce58... 5a35264... M arch/arm/boot/dts/da850-evm.dts arch/arm/boot/dts/da850-evm.dts | 8 ++++++++ 1 file changed, 8 insertions(+)