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 '4aebc4f89f00 ("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: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230531024944.4105769-1-quic_bjorande@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
06c2afb862
commit
e0f250c8fd
@@ -234,7 +234,6 @@
|
||||
|
||||
mode-switch;
|
||||
orientation-switch;
|
||||
svid = /bits/ 16 <0xff01>;
|
||||
|
||||
port {
|
||||
usb0_sbu_mux: endpoint {
|
||||
@@ -254,7 +253,6 @@
|
||||
|
||||
mode-switch;
|
||||
orientation-switch;
|
||||
svid = /bits/ 16 <0xff01>;
|
||||
|
||||
port {
|
||||
usb1_sbu_mux: endpoint {
|
||||
|
||||
@@ -334,7 +334,6 @@
|
||||
|
||||
mode-switch;
|
||||
orientation-switch;
|
||||
svid = /bits/ 16 <0xff01>;
|
||||
|
||||
port {
|
||||
usb0_sbu_mux: endpoint {
|
||||
@@ -354,7 +353,6 @@
|
||||
|
||||
mode-switch;
|
||||
orientation-switch;
|
||||
svid = /bits/ 16 <0xff01>;
|
||||
|
||||
port {
|
||||
usb1_sbu_mux: endpoint {
|
||||
|
||||
@@ -348,7 +348,6 @@
|
||||
vcc-supply = <&vreg_bob>;
|
||||
mode-switch;
|
||||
orientation-switch;
|
||||
svid = /bits/ 16 <0xff01>;
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
|
||||
@@ -517,7 +517,6 @@
|
||||
vcc-supply = <&vreg_bob>;
|
||||
mode-switch;
|
||||
orientation-switch;
|
||||
svid = /bits/ 16 <0xff01>;
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user