Skip to content
Commit ec49a86c authored by Fugang Duan's avatar Fugang Duan Committed by Tony Lindgren
Browse files

ARM: dts: omap3: correct the format of u16 values for tsc2046 node



In tsc2046 touch driver, the values such as ti,x-min is defined as a u16
value. the driver use API of_property_read_u16() read the value. For these
u16 value, the dts entry should be like:
	property = /bits/ 16 <0x5000>;
This describes the property as a u16 value.

Signed-off-by: default avatarFugang Duan <B38611@freescale.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 80edaaea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment