summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2016-03-17 01:33:22 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-16 16:07:03 -0400
commit9cba7d9c535cec73c131d5f8842e20645acb2933 (patch)
tree1d8048282db80b7db311fe0278939fd335fc5492
parent4e50591bee82f45aed9cc8c62fd2d030dc4e4d09 (diff)
downloadmeta-ti-9cba7d9c535cec73c131d5f8842e20645acb2933.tar.gz
uio: Fix issues with driver reference in uio related dts entries
Correct incorrect driver compatibility key. uio driver implemented with uio-module-drv for keystone2. Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi4
-rw-r--r--recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi b/recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi
index 36f41b0e..052ae97c 100644
--- a/recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi
+++ b/recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi
@@ -1,7 +1,7 @@
1/ { 1/ {
2 soc { 2 soc {
3 uio_hyperlink0: hyperlink0 { 3 uio_hyperlink0: hyperlink0 {
4 compatible = "ti,uio-ti-pdrv"; 4 compatible = "ti,uio-module-drv";
5 mem = <0x21400000 0x00001000 5 mem = <0x21400000 0x00001000
6 0x40000000 0x10000000 6 0x40000000 0x10000000
7 0x0231a000 0x00002000>; 7 0x0231a000 0x00002000>;
@@ -23,7 +23,7 @@
23 }; 23 };
24 }; 24 };
25 uio_srss: srss { 25 uio_srss: srss {
26 compatible = "ti,uio-ti-pdrv"; 26 compatible = "ti,uio-module-drv";
27 mem = <0x02330000 0x0000400>; 27 mem = <0x02330000 0x0000400>;
28 clocks=<&clksr>; 28 clocks=<&clksr>;
29 interrupts = <0 0x173 0xf01>; 29 interrupts = <0 0x173 0xf01>;
diff --git a/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi b/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi
index 03344838..a1b2e07e 100644
--- a/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi
+++ b/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi
@@ -1,7 +1,7 @@
1/ { 1/ {
2 soc { 2 soc {
3 uio_srss: srss { 3 uio_srss: srss {
4 compatible = "ti,uio-ti-pdrv"; 4 compatible = "ti,uio-module-drv";
5 mem = <0x02330000 0x0000400>; 5 mem = <0x02330000 0x0000400>;
6 clocks=<&clksr>; 6 clocks=<&clksr>;
7 interrupts = <0 0x173 0xf01>; 7 interrupts = <0 0x173 0xf01>;