Replies: 1 comment
-
@joeker64, I think you can update this discussion as closed since you already bring back from this PR #60384 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all :),
I am adding a pico shield which uses i2c1 pins GP6&GP7. I was going to add support for i2c1 in the default rpi_pico device tree until I noticed this commit which removes the i2c1 node:
9eb7ee6
I am happy moving the pinctrl information into the shield overlay but when setting "pico_i2c" (not added yet) in the "rpi_pico-common.dtsi" it will be "pico_i2c: &i2c1 {}" but there will be no default i2c1 information.
Would this be okay? :)
Beta Was this translation helpful? Give feedback.
All reactions