summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2022-06-27 14:46:59 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-18 03:58:45 +0000
commit546fc64f509d55b2608b10f808562e913eaf2ffd (patch)
tree41867adca3f352b4aeb8bf3c72c2fa6459a17d37
parent6b6780c3159a2e3830bb5794260eba8b37413f03 (diff)
downloadchrome-ec-546fc64f509d55b2608b10f808562e913eaf2ffd.tar.gz
ps8xxx: move ps8xxx_tcpc_update_hpd_status binding out of tcpci
It's more reasonable to place ps8xxx_tcpc_update_hpd_status in parade,usbc-mux-ps8xxx.yaml. BUG=none TEST=zmake testall BRANCH=none Change-Id: I950276f7d44093c602ba80940f5522d8a47dda26 Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3725849 Tested-by: Eric Yilun Lin <yllin@google.com> Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Eric Yilun Lin <yllin@google.com>
-rw-r--r--zephyr/dts/bindings/usbc/mux/cros-ec,usbc-mux-tcpci.yaml2
-rw-r--r--zephyr/dts/bindings/usbc/mux/parade,usbc-mux-ps8xxx.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/dts/bindings/usbc/mux/cros-ec,usbc-mux-tcpci.yaml b/zephyr/dts/bindings/usbc/mux/cros-ec,usbc-mux-tcpci.yaml
index 9b986a5942..f7dda3042c 100644
--- a/zephyr/dts/bindings/usbc/mux/cros-ec,usbc-mux-tcpci.yaml
+++ b/zephyr/dts/bindings/usbc/mux/cros-ec,usbc-mux-tcpci.yaml
@@ -14,8 +14,6 @@ properties:
required: false
description: |
Name of function used as hpd_update callback
- enum:
- - ps8xxx_tcpc_update_hpd_status
port:
type: phandle
diff --git a/zephyr/dts/bindings/usbc/mux/parade,usbc-mux-ps8xxx.yaml b/zephyr/dts/bindings/usbc/mux/parade,usbc-mux-ps8xxx.yaml
index 685544cbf4..53a0d03738 100644
--- a/zephyr/dts/bindings/usbc/mux/parade,usbc-mux-ps8xxx.yaml
+++ b/zephyr/dts/bindings/usbc/mux/parade,usbc-mux-ps8xxx.yaml
@@ -13,3 +13,5 @@ properties:
description: |
PS8xxx USB MUX almost always use this hdp_update callback
default: "ps8xxx_tcpc_update_hpd_status"
+ enum:
+ - ps8xxx_tcpc_update_hpd_status