roll: pigweed, pw_toolchain: pw_digital_io_mcuxpresso: Enable gpio clock even when disabling gpio

When define `FSL_SDK_DISABLE_DRIVER_CLOCK_CONTROL=1` is set,
the `kCLOCK_HsGpio[0-7]` clock doesn't get enabled anymore
by `GPIO_PinInit`. This change enables the `kCLOCK_HsGpio[0-7]`
before calling `GPIO_PinInit` even if we are disabling the GPIO.

Original-Bug: 356689514
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/232131

https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: b88316bf9c3b39d..fe1f42f752f6a84
Roller-URL: https://ci.chromium.org/b/8738502020044789761
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I53f4137ba9348753a2c45c436a775c5aeffb1c29
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/232025
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index f7bd798..8884eaa 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-08-26.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8738503677663656865.
-    commit = "b88316bf9c3b39d8db74b64fd1439254cc597fcf",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8738502020044789761.
+    commit = "fe1f42f752f6a847fe342a35b4c2c27fd5649fbd",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -57,8 +57,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-08-26.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8738503677663656865.
-    commit = "b88316bf9c3b39d8db74b64fd1439254cc597fcf",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8738502020044789761.
+    commit = "fe1f42f752f6a847fe342a35b4c2c27fd5649fbd",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )