summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-lilly-a83x.dtsi
diff options
context:
space:
mode:
authorFugang Duan <b38611@freescale.com>2015-07-16 16:26:45 +0800
committerTony Lindgren <tony@atomide.com>2015-07-21 03:56:17 -0700
commitec49a86ce0c6202ddf53c8e940c3468b4fb7e042 (patch)
tree122190fbb89c5b14a78785f65480f875d3033365 /arch/arm/boot/dts/omap3-lilly-a83x.dtsi
parent80edaaead3687b47ba3760588306937439ebd7bd (diff)
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: Fugang Duan <B38611@freescale.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-lilly-a83x.dtsi')
-rw-r--r--arch/arm/boot/dts/omap3-lilly-a83x.dtsi12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/omap3-lilly-a83x.dtsi b/arch/arm/boot/dts/omap3-lilly-a83x.dtsi
index e63133304a34..d0dd0365bfda 100644
--- a/arch/arm/boot/dts/omap3-lilly-a83x.dtsi
+++ b/arch/arm/boot/dts/omap3-lilly-a83x.dtsi
@@ -319,12 +319,12 @@
pinctrl-names = "default";
pinctrl-0 = <&tsc2048_pins>;
- ti,x-min = <300>;
- ti,x-max = <3000>;
- ti,y-min = <600>;
- ti,y-max = <3600>;
- ti,x-plate-ohms = <80>;
- ti,pressure-max = <255>;
+ ti,x-min = /bits/ 16 <300>;
+ ti,x-max = /bits/ 16 <3000>;
+ ti,y-min = /bits/ 16 <600>;
+ ti,y-max = /bits/ 16 <3600>;
+ ti,x-plate-ohms = /bits/ 16 <80>;
+ ti,pressure-max = /bits/ 16 <255>;
ti,swap-xy;
linux,wakeup;