diff options
-rw-r--r-- | recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi | 4 | ||||
-rw-r--r-- | recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi | 2 |
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>; |