mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-08 04:20:11 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
503a211e8b
commit
30688674ca
@@ -1,7 +1,7 @@
|
||||
/ {
|
||||
soc {
|
||||
uio_hyperlink0: hyperlink0 {
|
||||
compatible = "ti,uio-ti-pdrv";
|
||||
compatible = "ti,uio-module-drv";
|
||||
mem = <0x21400000 0x00001000
|
||||
0x40000000 0x10000000
|
||||
0x0231a000 0x00002000>;
|
||||
@@ -23,7 +23,7 @@
|
||||
};
|
||||
};
|
||||
uio_srss: srss {
|
||||
compatible = "ti,uio-ti-pdrv";
|
||||
compatible = "ti,uio-module-drv";
|
||||
mem = <0x02330000 0x0000400>;
|
||||
clocks=<&clksr>;
|
||||
interrupts = <0 0x173 0xf01>;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/ {
|
||||
soc {
|
||||
uio_srss: srss {
|
||||
compatible = "ti,uio-ti-pdrv";
|
||||
compatible = "ti,uio-module-drv";
|
||||
mem = <0x02330000 0x0000400>;
|
||||
clocks=<&clksr>;
|
||||
interrupts = <0 0x173 0xf01>;
|
||||
|
||||
Reference in New Issue
Block a user