diff options
author | Dan Johansen <strit@manjaro.org> | 2021-08-06 01:04:27 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-09-15 18:50:34 +0300 |
commit | ef914fb8f7fc20dfe1bfa238e1fe58899aa1a1aa (patch) | |
tree | a6b243e8574de88aa8bbbe0f4d7d572b0279559c /arch | |
parent | 5707e34166f546bf1fcdfd3da600e8187d04d937 (diff) | |
download | linux-ef914fb8f7fc20dfe1bfa238e1fe58899aa1a1aa.tar.xz |
arm64: dts: rockchip: Setup USB typec port as datarole on for Pinebook Pro
Some chargers try to put the charged device into device data
role. Before this commit this condition caused the tcpm state machine to
issue a hard reset due to a capability missmatch.
Signed-off-by: Dan Johansen <strit@manjaro.org>
Link: https://lore.kernel.org/r/20210805220426.2693062-1-strit@manjaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts b/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts index 9e5d07f5712e..dae8c252bc2b 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts @@ -707,7 +707,7 @@ connector { compatible = "usb-c-connector"; - data-role = "host"; + data-role = "dual"; label = "USB-C"; op-sink-microwatt = <1000000>; power-role = "dual"; |