Skip to content

Commit

Permalink
dts: bindings: i2c: Correct the I2C reset bit
Browse files Browse the repository at this point in the history
It was RPI_PICO_RESETS_RESET_I2C0, but should be
RPI_PICO_RESETS_RESET_I2C1.

Fixes: #70959

Signed-off-by: Steve Boylan <[email protected]>
  • Loading branch information
ThreeEights authored and fabiobaltieri committed Apr 3, 2024
1 parent 8f17c83 commit 1ceceab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/arm/rpi_pico/rp2040.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0x40048000 DT_SIZE_K(4)>;
resets = <&reset RPI_PICO_RESETS_RESET_I2C0>;
resets = <&reset RPI_PICO_RESETS_RESET_I2C1>;
clocks = <&clocks RPI_PICO_CLKID_CLK_SYS>;
interrupts = <24 RPI_PICO_DEFAULT_IRQ_PRIORITY>;
interrupt-names = "i2c1";
Expand Down

0 comments on commit 1ceceab

Please sign in to comment.