drivers: hwinfo: Fix building of NXP LPC syscon driver

The NXP LPC syscon driver failed to build on several platforms for
various reasons.  We need dts support on LPC55s1x and LPC55s2x, the
driver doesn't seem like it will work on LPC54114 so we exclude it
there for now.

Additionally, fix a dtc warning on LPC55s6x based on unit-address in
the node naming needing to be lowercase.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-06-24 09:32:04 -05:00 committed by Kumar Gala
commit b12c6dbeec
4 changed files with 13 additions and 3 deletions

View file

@ -41,7 +41,7 @@ config HWINFO_MCUX_SIM
config HWINFO_MCUX_SYSCON
bool "NXP LPC device ID"
default y
depends on HAS_MCUX_SYSCON
depends on HAS_MCUX_SYSCON && !SOC_SERIES_LPC54XXX
help
Enable NXP LPC mcux hwinfo driver.