Skip to content
Commit b692cb83 authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Robert Jarzmik
Browse files

ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

Commit 03fbf488 ("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 a6e56c28 ("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: 03fbf488

 ("spi: pxa2xx: Differentiate Intel LPSS types")
Signed-off-by: default avatarJarkko Nikula <jarkko.nikula@linux.intel.com>
Reported-by: default avatarAxel Lin <axel.lin@ingics.com>
Cc: <stable@vger.kernel.org> # 4.2
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent adf3442c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment