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

dt-bindings: phy-rockchip-typec: move extcon property to be optional.

The extcon property is used to detect the cable-state but some boards
just connect the type-c phy to a regular USB-A connector without any
power-delivery and thus no controller reporting the cable-state.
So the extcon property is not really a required property, move it to be
optional instead.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Enric Balletbo i Serra and committed by
Kishon Vijay Abraham I
21bf9bc2 866d4087

+2
+2
Documentation/devicetree/bindings/phy/phy-rockchip-typec.txt
··· 14 14 - resets : a list of phandle + reset specifier pairs 15 15 - reset-names : string reset name, must be: 16 16 "uphy", "uphy-pipe", "uphy-tcphy" 17 + 18 + Optional properties: 17 19 - extcon : extcon specifier for the Power Delivery 18 20 19 21 Required nodes : a sub-node is required for each port the phy provides.