Commit de0a2ae3 authored by Yassine Oudjana's avatar Yassine Oudjana Committed by Bjorn Andersson

arm64: dts: qcom: msm8996-xiaomi-common: Change TUSB320 to TUSB320L

This platform actually doesn't have TUSB320, but rather TUSB320L.
The TUSB320 compatible string was used due to lack of support for
TUSB320L, and it was close enough to detect cable plug-in and
direction, but it was limited to upstream facing port mode only.
Now that support for TUSB320L is added[1], change node name and
compatible to match and allow it to be properly reset and have
its mode set to dual-role port.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=ce0320bd3872038569be360870e2d5251b975692Signed-off-by: default avatarYassine Oudjana <y.oudjana@protonmail.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211104111454.105875-1-y.oudjana@protonmail.com
parent 25fdaae6
...@@ -207,8 +207,8 @@ &blsp2_i2c3 { ...@@ -207,8 +207,8 @@ &blsp2_i2c3 {
status = "okay"; status = "okay";
label = "TYPEC_I2C"; label = "TYPEC_I2C";
typec: tusb320@47 { typec: tusb320l@47 {
compatible = "ti,tusb320"; compatible = "ti,tusb320l";
reg = <0x47>; reg = <0x47>;
interrupt-parent = <&tlmm>; interrupt-parent = <&tlmm>;
interrupts = <63 IRQ_TYPE_EDGE_RISING>; interrupts = <63 IRQ_TYPE_EDGE_RISING>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment