This binding is about USB type-c control. Move the binding to the usb directory as it's a better home than chrome.
Cc: Rob Herring <robh...@kernel.org> Cc: Krzysztof Kozlowski <krzysztof.kozlowski...@linaro.org> Cc: Conor Dooley <conor...@kernel.org> Cc: Lee Jones <l...@kernel.org> Cc: Benson Leung <ble...@chromium.org> Cc: Guenter Roeck <gro...@chromium.org> Cc: Prashant Malani <pmal...@chromium.org> Cc: Tzung-Bi Shih <tzun...@kernel.org> Cc: <devicet...@vger.kernel.org> Cc: <chrome-platf...@lists.linux.dev> Cc: Pin-yen Lin <treapk...@chromium.org> Suggested-by: Krzysztof Kozlowski <krzysztof.kozlow...@linaro.org> Signed-off-by: Stephen Boyd <swb...@chromium.org> --- Documentation/devicetree/bindings/mfd/google,cros-ec.yaml | 2 +- .../bindings/{chrome => usb}/google,cros-ec-typec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename Documentation/devicetree/bindings/{chrome => usb}/google,cros-ec-typec.yaml (90%) diff --git a/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml b/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml index aac8819bd00b..c991626dc22b 100644 --- a/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml +++ b/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml @@ -99,7 +99,7 @@ properties: gpio-controller: true typec: - $ref: /schemas/chrome/google,cros-ec-typec.yaml# + $ref: /schemas/usb/google,cros-ec-typec.yaml# ec-pwm: $ref: /schemas/pwm/google,cros-ec-pwm.yaml# diff --git a/Documentation/devicetree/bindings/chrome/google,cros-ec-typec.yaml b/Documentation/devicetree/bindings/usb/google,cros-ec-typec.yaml similarity index 90% rename from Documentation/devicetree/bindings/chrome/google,cros-ec-typec.yaml rename to Documentation/devicetree/bindings/usb/google,cros-ec-typec.yaml index 9f9816fbecbc..5ec4a9777ea1 100644 --- a/Documentation/devicetree/bindings/chrome/google,cros-ec-typec.yaml +++ b/Documentation/devicetree/bindings/usb/google,cros-ec-typec.yaml @@ -1,10 +1,10 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/chrome/google,cros-ec-typec.yaml# +$id: http://devicetree.org/schemas/usb/google,cros-ec-typec.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: Google Chrome OS EC(Embedded Controller) Type C port driver. +title: Google Chrome OS Embedded Controller (EC) USB type-c port driver maintainers: - Benson Leung <ble...@chromium.org> -- https://chromeos.dev