-
Notifications
You must be signed in to change notification settings - Fork 8.3k
board: silabs: slstk3701a: add i2c2 node #81192
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
board: silabs: slstk3701a: add i2c2 node #81192
Conversation
Enable the I2C2 node on the EFM32GG11 SLSTK3701A board Signed-off-by: Tarang Raval <[email protected]>
|
logs: |
|
Hi @jhedberg, Thanks for the approval! I'm not entirely familiar with the process, so could you let me know if there's anything else I need to do after the PR is approved? |
There's nothing else you need to do. The Zephyr project is right now in code freeze for Zephyr 4.0, so the PR should get merged after the release is out. |
| &i2c2 { | ||
| pinctrl-0 = <&i2c2_default>; | ||
| pinctrl-names = "default"; | ||
| status = "okay"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not super familiar with devices that must enabled by default, but I believe we have to keep i2c "disabled".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's said, i2c0 and i2c1 are enable. So, I believe this patch is correct.
Enable the I2C2 node on the EFM32GG11 SLSTK3701A board