Apparent typo in dts/arm/rpi_pico/rp2040.dtsi #70959
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: Raspberry Pi Pico
Raspberry Pi Pico (RPi Pico)
priority: low
Low impact/importance bug
Describe the bug
The "resets" for i2c1 in dts/arm/rpi_pico/rp2040.dtsi is set to RPI_PICO_RESETS_RESET_I2C0, but that is the reset bit for i2c0.
Expected behavior
The correct (local) define for the reset bit for i2c1 is RPI_PICO_RESETS_RESET_I2C1.
Impact
This appears to be a minor issue, but can affect the interaction between the two I2C devices.
Additional context
Information on the RESET register is in section 2.14 of the RP2040 Datasheet.
The text was updated successfully, but these errors were encountered: