diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-08 16:21:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-08 16:21:58 -0400 |
commit | 40b985fbe9bca5b06d34c30af4b89c2fdbe72d49 (patch) | |
tree | d8aa6fd6156e5ef9b07d1fb6ce7758db11c2c1fa /Documentation | |
parent | 181e505952c5e4b4beb287d0022ea3cd20f23e74 (diff) | |
parent | 0a68c6bc7ce9d4855f3130f9eff8ff774b597531 (diff) |
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC fixes from Kevin Hilman:
"About 10 days worth of small bug fixes, and the (hopefully) final
round fixes for from arm-soc land for the -rc cycle. Nothing special
to note, but here's a brief summary of fixes by SoC type:
- OMAP:
small set of misc DT fixes; boot fix for THUMB2 kernel
- mediatek:
PMIC fixes; DT fix for model name
- exynos:
wakeup interupt fixes for 3250
- mvebu:
revert mbus patch which broke DMA masters
* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
ARM: dts: am335x-boneblack: disable RTC-only sleep to avoid hardware damage
ARM: dts: AM35xx: fix system control module clocks
arm64: dts: mt8173-evb: fix model name
ARM: exynos: Fix wake-up interrupts for Exynos3250
ARM: dts: Fix n900 dts file to work around 4.1 touchscreen regression on n900
ARM: dts: Fix dm816x to use right compatible flag for MUSB
ARM: OMAP3: Fix booting with thumb2 kernel
Revert "bus: mvebu-mbus: make sure SDRAM CS for DMA don't overlap the MBus bridge window"
bus: mvebu-mbus: do not set WIN_CTRL_SYNCBARRIER on non io-coherent platforms.
ARM: mvebu: armada-xp-linksys-mamba: Disable internal RTC
soc: mediatek: Add compile dependency to pmic-wrapper
soc: mediatek: PMIC wrap: Fix register state machine handling
soc: mediatek: PMIC wrap: Fix clock rate handling
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt b/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt index 4b641c7bf1c2..09089a6d69ed 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt | |||
@@ -32,8 +32,8 @@ Example: | |||
32 | touchscreen-fuzz-x = <4>; | 32 | touchscreen-fuzz-x = <4>; |
33 | touchscreen-fuzz-y = <7>; | 33 | touchscreen-fuzz-y = <7>; |
34 | touchscreen-fuzz-pressure = <2>; | 34 | touchscreen-fuzz-pressure = <2>; |
35 | touchscreen-max-x = <4096>; | 35 | touchscreen-size-x = <4096>; |
36 | touchscreen-max-y = <4096>; | 36 | touchscreen-size-y = <4096>; |
37 | touchscreen-max-pressure = <2048>; | 37 | touchscreen-max-pressure = <2048>; |
38 | 38 | ||
39 | ti,x-plate-ohms = <280>; | 39 | ti,x-plate-ohms = <280>; |