Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Diogo Ivo and committed by
Thierry Reding
2433e222 87b90082

+5
+5
arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
··· 1398 1398 reg = <0x55>; 1399 1399 }; 1400 1400 }; 1401 + 1402 + usbc_extcon0: extcon0 { 1403 + compatible = "google,extcon-usbc-cros-ec"; 1404 + google,usb-port-id = <0>; 1405 + }; 1401 1406 }; 1402 1407 }; 1403 1408