diff options
author | Bjorn Andersson <quic_bjorande@quicinc.com> | 2023-05-31 04:49:44 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-07-10 05:27:53 +0200 |
commit | e0f250c8fd012b010cdae0535903402765f7ffe5 (patch) | |
tree | 19e014cbfcb56c64d6657a4f326400be47161ef9 /arch/arm64/boot/dts/qcom/sm8450-hdk.dts | |
parent | Linux 6.5-rc1 (diff) | |
download | linux-e0f250c8fd012b010cdae0535903402765f7ffe5.tar.xz linux-e0f250c8fd012b010cdae0535903402765f7ffe5.zip |
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>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sm8450-hdk.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8450-hdk.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8450-hdk.dts b/arch/arm64/boot/dts/qcom/sm8450-hdk.dts index bc4c125d1832..d7975b3cf064 100644 --- a/arch/arm64/boot/dts/qcom/sm8450-hdk.dts +++ b/arch/arm64/boot/dts/qcom/sm8450-hdk.dts @@ -517,7 +517,6 @@ vcc-supply = <&vreg_bob>; mode-switch; orientation-switch; - svid = /bits/ 16 <0xff01>; ports { #address-cells = <1>; |