]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Mon, 7 Sep 2015 07:23:01 +0000 (10:23 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Oct 2015 21:49:16 +0000 (14:49 -0700)
commit5903d8e4008f6c0d9b4dd2cce8c5debf0a31c1b2
treebba68e35ad2fd73695eff844d837ed99f5d3577a
parentbb12eb239fcc1167735fb124a6778a4c15384682
ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

commit b692cb83b14d2f741f513221f5f78042c674c2a9 upstream.

Commit 03fbf488cece ("spi: pxa2xx: Differentiate Intel LPSS types") caused
build error here because it removed the type LPSS_SSP and I didn't notice
the type was used here too.

I believe commit a6e56c28a178 ("ARM: pxa: ssp: add DT bindings") added it
accidentally by copying all enum pxa_ssp_type types from
include/linux/pxa2xx_ssp.h even LPSS_SSP was for Intel LPSS SPI devices.

Fix the build error by removing this incorrect binding.

Fixes: 03fbf488cece ("spi: pxa2xx: Differentiate Intel LPSS types")
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reported-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/plat-pxa/ssp.c