diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-01-27 19:29:04 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-01-27 19:29:04 +0000 |
commit | f617d92b287991e3f6a974507432fb1f966141e1 (patch) | |
tree | ebe2f14561fc7b4a29a04c61f85973ef614f5c48 /target/linux/mxs/patches-3.12/106-add-dcp-dts.patch | |
parent | 87f8092629fb0caa0101241a4ae20d84657aac37 (diff) | |
download | upstream-f617d92b287991e3f6a974507432fb1f966141e1.tar.gz upstream-f617d92b287991e3f6a974507432fb1f966141e1.tar.bz2 upstream-f617d92b287991e3f6a974507432fb1f966141e1.zip |
mxs: make config and patches versioned
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39405
Diffstat (limited to 'target/linux/mxs/patches-3.12/106-add-dcp-dts.patch')
-rw-r--r-- | target/linux/mxs/patches-3.12/106-add-dcp-dts.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/mxs/patches-3.12/106-add-dcp-dts.patch b/target/linux/mxs/patches-3.12/106-add-dcp-dts.patch new file mode 100644 index 0000000000..ddb223c38c --- /dev/null +++ b/target/linux/mxs/patches-3.12/106-add-dcp-dts.patch @@ -0,0 +1,25 @@ +--- a/arch/arm/boot/dts/imx23.dtsi ++++ b/arch/arm/boot/dts/imx23.dtsi +@@ -337,6 +337,7 @@ + + dcp@80028000 { + reg = <0x80028000 0x2000>; ++ interrupts = <52 53 54>; + status = "disabled"; + }; + +--- a/arch/arm/boot/dts/imx23-olinuxino.dts ++++ b/arch/arm/boot/dts/imx23-olinuxino.dts +@@ -66,6 +66,12 @@ + pinctrl-0 = <&spi2_pins_a>; + status = "okay"; + }; ++ ++ dcp@80028000 { ++ status = "okay"; ++ compatible = "fsl-dcp"; ++ }; ++ + }; + + apbx@80040000 { |