[meta-ti] [PATCH] linux-ti-staging: Fix issues with driver reference in dts entries

Denys Dmytriyenko denys at ti.com
Wed Mar 16 11:31:22 PDT 2016


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 at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


More information about the meta-ti mailing list