diff options
author | Konrad Dybcio <[email protected]> | 2023-06-27 18:24:20 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-09 21:35:32 -0700 |
commit | 9cc6dee9b3a8aea0af836d365793ffce47bc7a11 (patch) | |
tree | 4d79d2b3b5a9daf5d99f51a1ab1818079e26b80f | |
parent | 68a59251f1c590ad567ff7fd799f6634fbab6e16 (diff) |
arm64: dts: qcom: apq8039-t2: Drop inexistent property
'pin-switch-delay-us' is not used anywhere in the mainline kernel.
Drop it.
Signed-off-by: Konrad Dybcio <[email protected]>
Reviewed-by: Bryan O'Donoghue <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8039-t2.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8039-t2.dts b/arch/arm64/boot/dts/qcom/apq8039-t2.dts index 43686bbd87f4..027d1da7e81d 100644 --- a/arch/arm64/boot/dts/qcom/apq8039-t2.dts +++ b/arch/arm64/boot/dts/qcom/apq8039-t2.dts @@ -374,7 +374,6 @@ pinctrl-0 = <&pinctrl_otg_default>; pinctrl-1 = <&pinctrl_otg_host>; pinctrl-2 = <&pinctrl_otg_device>; - pin-switch-delay-us = <100000>; usb-role-switch; status = "okay"; |