diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-05-03 14:37:02 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-05-03 14:37:02 +0000 |
commit | 18a7636c9f55b9bdfbebb94ed51689cfe17eb118 (patch) | |
tree | c93897197a84d15b160503a5a069628a61fbeb2f /target/linux/mxs/patches-3.13/110-dt-add-lradc.patch | |
parent | 4eb5b87a0e10038a99c3be6eae38f5ce5229c52d (diff) | |
download | upstream-18a7636c9f55b9bdfbebb94ed51689cfe17eb118.tar.gz upstream-18a7636c9f55b9bdfbebb94ed51689cfe17eb118.tar.bz2 upstream-18a7636c9f55b9bdfbebb94ed51689cfe17eb118.zip |
mxs: fix typo in patch filename
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 40678
Diffstat (limited to 'target/linux/mxs/patches-3.13/110-dt-add-lradc.patch')
-rw-r--r-- | target/linux/mxs/patches-3.13/110-dt-add-lradc.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/mxs/patches-3.13/110-dt-add-lradc.patch b/target/linux/mxs/patches-3.13/110-dt-add-lradc.patch new file mode 100644 index 0000000000..4b024ce66c --- /dev/null +++ b/target/linux/mxs/patches-3.13/110-dt-add-lradc.patch @@ -0,0 +1,14 @@ +--- a/arch/arm/boot/dts/imx23-olinuxino.dts ++++ b/arch/arm/boot/dts/imx23-olinuxino.dts +@@ -113,6 +113,11 @@ + dmas = <&dma_apbx 0>, <&dma_apbx 1>; + dma-names = "rx", "tx"; + }; ++ ++ lradc@80050000 { ++ status = "okay"; ++ fsl,lradc-touchscreen-wires = <4>; ++ }; + }; + }; + |