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.

(cherry picked from commit 1ceceab)

Original-Fixes: #70959
Original-Signed-off-by: Steve Boylan <stephen.boylan@beechwoods.com>
GitOrigin-RevId: 1ceceab
Change-Id: I17cb752997f18091271bad634503b8041be21082
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5419627
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Reviewed-by: Tristan Honscheid <honscheid@google.com>
Commit-Queue: Tristan Honscheid <honscheid@google.com>
Tested-by: Tristan Honscheid <honscheid@google.com>
  • Loading branch information
ThreeEights authored and Chromeos LUCI committed Apr 3, 2024
1 parent 64a58b7 commit b8d336d
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 b8d336d

Please sign in to comment.