Commit e0f250c8 authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Bjorn Andersson

arm64: dts: qcom: Drop undocumented "svid" property

The Linux typec_mux implementation required that a property named "svid"
was present in the remote node of the of_graph for a match to be found.

With the introduction of commit '4aebc4f8 ("usb: typec: mux: Clean up
mux_fwnode_match()")', the implementation is aligned with the binding
and this property can be dropped - and the associated DeviceTree
validation warning resolved.
Signed-off-by: default avatarBjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230531024944.4105769-1-quic_bjorande@quicinc.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 06c2afb8
......@@ -234,7 +234,6 @@ usb0-sbu-mux {
mode-switch;
orientation-switch;
svid = /bits/ 16 <0xff01>;
port {
usb0_sbu_mux: endpoint {
......@@ -254,7 +253,6 @@ usb1-sbu-mux {
mode-switch;
orientation-switch;
svid = /bits/ 16 <0xff01>;
port {
usb1_sbu_mux: endpoint {
......
......@@ -334,7 +334,6 @@ usb0-sbu-mux {
mode-switch;
orientation-switch;
svid = /bits/ 16 <0xff01>;
port {
usb0_sbu_mux: endpoint {
......@@ -354,7 +353,6 @@ usb1-sbu-mux {
mode-switch;
orientation-switch;
svid = /bits/ 16 <0xff01>;
port {
usb1_sbu_mux: endpoint {
......
......@@ -348,7 +348,6 @@ typec-mux@42 {
vcc-supply = <&vreg_bob>;
mode-switch;
orientation-switch;
svid = /bits/ 16 <0xff01>;
ports {
#address-cells = <1>;
......
......@@ -517,7 +517,6 @@ typec-mux@42 {
vcc-supply = <&vreg_bob>;
mode-switch;
orientation-switch;
svid = /bits/ 16 <0xff01>;
ports {
#address-cells = <1>;
......
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