[PATCH] ARM: dts: omap3-beagle-xm: fix string error in compatible property

Benoit Cousson bcousson at baylibre.com
Wed Aug 14 04:08:11 EDT 2013


Hi Robert,

On 07/08/2013 16:14, Robert Nelson wrote:
> Signed-off-by: Robert Nelson <robertcnelson at gmail.com>
> ---
>   arch/arm/boot/dts/omap3-beagle-xm.dts |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
> index afdb164..0c514dc 100644
> --- a/arch/arm/boot/dts/omap3-beagle-xm.dts
> +++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
> @@ -11,7 +11,7 @@
>
>   / {
>   	model = "TI OMAP3 BeagleBoard xM";
> -	compatible = "ti,omap3-beagle-xm, ti,omap3-beagle", "ti,omap3";
> +	compatible = "ti,omap3-beagle-xm", "ti,omap3-beagle", "ti,omap3";

Thanks for the fix.

I'll apply it for -rc6.

Regards,
Benoit




More information about the linux-arm-kernel mailing list