diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-02-05 13:05:39 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-02-05 13:05:39 +0000 |
commit | e65614064231bd19306b2402f1a732ed8a96016e (patch) | |
tree | e7adbea89cd372d0be2770fa0e4b5b1b50759086 /target/linux/mxs/patches-3.13/110-dt-add-lradc.path | |
parent | 0c9ad86a1364b5acb8bf88932276f4717a4a3662 (diff) | |
download | upstream-e65614064231bd19306b2402f1a732ed8a96016e.tar.gz upstream-e65614064231bd19306b2402f1a732ed8a96016e.tar.bz2 upstream-e65614064231bd19306b2402f1a732ed8a96016e.zip |
mxs: initial 3.13 support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39476
Diffstat (limited to 'target/linux/mxs/patches-3.13/110-dt-add-lradc.path')
-rw-r--r-- | target/linux/mxs/patches-3.13/110-dt-add-lradc.path | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/mxs/patches-3.13/110-dt-add-lradc.path b/target/linux/mxs/patches-3.13/110-dt-add-lradc.path new file mode 100644 index 0000000000..a2b9886959 --- /dev/null +++ b/target/linux/mxs/patches-3.13/110-dt-add-lradc.path @@ -0,0 +1,14 @@ +--- a/arch/arm/boot/dts/imx23-olinuxino.dts ++++ b/arch/arm/boot/dts/imx23-olinuxino.dts +@@ -109,6 +109,11 @@ + dmas = <&dma_apbx 0>, <&dma_apbx 1>; + dma-names = "rx", "tx"; + }; ++ ++ lradc@80050000 { ++ status = "okay"; ++ fsl,lradc-touchscreen-wires = <4>; ++ }; + }; + }; + |