Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kl2x soc fixup is missing I2C_1 labels #21275

Closed
vladoatanasov opened this issue Dec 10, 2019 · 0 comments · Fixed by #21276
Closed

kl2x soc fixup is missing I2C_1 labels #21275

vladoatanasov opened this issue Dec 10, 2019 · 0 comments · Fixed by #21276
Labels
bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug

Comments

@vladoatanasov
Copy link
Contributor

Describe the bug
soc/nxp_kinetis/kl2x/dts_fixup.h is missing labels for I2C_1

To Reproduce
Steps to reproduce the behavior:

  1. enable CONFIG_I2C and CONFIG_I2C_1 in a project using frdm_kl25z board
  2. west build .
  3. error: 'DT_I2C_MCUX_1_BASE_ADDRESS' undeclared here (not in a function); did you mean 'DT_I2C_MCUX_0_BASE_ADDRESS'?
    .base = (I2C_Type *)DT_I2C_MCUX_ ## n ## _BASE_ADDRESS, \

Expected behavior
The app should compile without errors.

Impact
Showstopper

Environment (please complete the following information):

  • OS: Ubuntu Linux
  • Toolchain Zephyr SDK
@vladoatanasov vladoatanasov added the bug The issue is a bug, or the PR is fixing a bug label Dec 10, 2019
@galak galak added has-pr platform: NXP NXP priority: low Low impact/importance bug labels Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants