* [PATCH] linux-ti-staging: Fix issues with driver reference in dts entries
@ 2016-03-15 21:41 Sam Nelson
2016-03-16 18:31 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Sam Nelson @ 2016-03-15 21:41 UTC (permalink / raw)
To: meta-ti
Correct incorrect driver compatibility key. uio driver implemented with
uio-module-drv.
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi | 4 ++--
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 36f41b0..052ae97 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 @@
/ {
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>;
diff --git a/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi b/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi
index 0334483..a1b2e07 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 @@
/ {
soc {
uio_srss: srss {
- compatible = "ti,uio-ti-pdrv";
+ compatible = "ti,uio-module-drv";
mem = <0x02330000 0x0000400>;
clocks=<&clksr>;
interrupts = <0 0x173 0xf01>;
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] linux-ti-staging: Fix issues with driver reference in dts entries
2016-03-15 21:41 [PATCH] linux-ti-staging: Fix issues with driver reference in dts entries Sam Nelson
@ 2016-03-16 18:31 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2016-03-16 18:31 UTC (permalink / raw)
To: Sam Nelson; +Cc: meta-ti
Sam,
Can you please update the commit log to refer uio instead of linux-ti-staging.
Thanks.
--
Denys
On Tue, Mar 15, 2016 at 05:41:31PM -0400, Sam Nelson wrote:
> Correct incorrect driver compatibility key. uio driver implemented with
> uio-module-drv.
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
> recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi | 4 ++--
> 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 36f41b0..052ae97 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 @@
> / {
> 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>;
> diff --git a/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi b/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi
> index 0334483..a1b2e07 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 @@
> / {
> soc {
> uio_srss: srss {
> - compatible = "ti,uio-ti-pdrv";
> + compatible = "ti,uio-module-drv";
> mem = <0x02330000 0x0000400>;
> clocks=<&clksr>;
> interrupts = <0 0x173 0xf01>;
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-16 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 21:41 [PATCH] linux-ti-staging: Fix issues with driver reference in dts entries Sam Nelson
2016-03-16 18:31 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.