summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-10-16 13:53:15 -0600
committerCommit Bot <commit-bot@chromium.org>2021-01-15 03:54:37 +0000
commit879c1f43da3c315a0dd4f2263dda5b7e7988b0ea (patch)
tree929368d3d151480ce9c4b58112f37ef74788c84f
parent9be0e1575f5645be5bd124099232fbe7ae7ad283 (diff)
downloadchrome-ec-879c1f43da3c315a0dd4f2263dda5b7e7988b0ea.tar.gz
volteer: Switch pinctrl property to pinctrl-0
This has been renamed upstream, so fix it here also. BUG=b:171302975 TEST=ZEPHYR_BASE=$HOME/chromiumos/src/third_party/zephyr/main/v2.4 With all the cherry-picks applied to $ZEPHYR_BASE In ~/chromiumos/src/platform/zephyr-chrome : ./clean_build.sh \ ~/chromiumos/src/platform/zephyr-chrome/projects/experimental/volteer See that it now builds without error Cq-Depend: chromium:2495673 Change-Id: Id7cca7ca56f720dd6b46d31b67d41e0fecf61e6c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/zephyr-chrome/+/2495007 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2630132 Tested-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/projects/volteer/boards/arm/volteer/volteer.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/projects/volteer/boards/arm/volteer/volteer.dts b/zephyr/projects/volteer/boards/arm/volteer/volteer.dts
index 2eac2be2e5..f9204db9fb 100644
--- a/zephyr/projects/volteer/boards/arm/volteer/volteer.dts
+++ b/zephyr/projects/volteer/boards/arm/volteer/volteer.dts
@@ -62,5 +62,5 @@
&uart1 {
status = "okay";
current-speed = <115200>;
- pinctrl = <&altc_uart1_sl2>; /* Use UART1_SL2 ie. PIN64.65 */
+ pinctrl-0 = <&altc_uart1_sl2>; /* Use UART1_SL2 ie. PIN64.65 */
};