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:
parent
3641de91e0
commit
b12c6dbeec
4 changed files with 13 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue