diff options
author | Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt> | 2024-10-01 14:27:07 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2024-10-24 19:23:01 +0200 |
commit | 2433e22233f07b2e03034fffcbaf6c26b5838bb6 (patch) | |
tree | d3cb62c7b919606dce238be1976cae0e881cdeec /arch | |
parent | 87b90082179daf87969ad9ff44032acc59d9086a (diff) | |
download | linux-2433e22233f07b2e03034fffcbaf6c26b5838bb6.tar.gz linux-2433e22233f07b2e03034fffcbaf6c26b5838bb6.tar.bz2 linux-2433e22233f07b2e03034fffcbaf6c26b5838bb6.zip |
arm64: tegra: smaug: Declare cros-ec extcon
Leverage the Chrome OS EC in the Pixel C to convey information about the
state of the USB-C port via the extcon class.
Signed-off-by: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Link: https://lore.kernel.org/r/20241001-cros_ec_extcon-v1-1-1e212a1a4bbc@tecnico.ulisboa.pt
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts index c724cb4d5ad8..5aa6afd56cbc 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts +++ b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts @@ -1398,6 +1398,11 @@ reg = <0x55>; }; }; + + usbc_extcon0: extcon0 { + compatible = "google,extcon-usbc-cros-ec"; + google,usb-port-id = <0>; + }; }; }; |