Message ID | 20221012215613.32054-1-luca@z3ntu.xyz |
---|---|
State | Accepted |
Commit | 54a8d54b51839df625d376eb8684e51ceec08629 |
Headers | show |
Series | arm64: dts: qcom: msm8996: remove bogus ufs_variant node | expand |
On 12/10/2022 17:56, Luca Weiss wrote: > This ufs_variant node seems to be a remnant from downstream devicetree. > > As it doesn't seem to be used by anything upstream, remove it from the > dtsi. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index c0a2baffa49d..87e9aef951ab 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -1995,10 +1995,6 @@ ufshc: ufshc@624000 { lanes-per-direction = <1>; #reset-cells = <1>; status = "disabled"; - - ufs_variant { - compatible = "qcom,ufs_variant"; - }; }; ufsphy: phy@627000 {
This ufs_variant node seems to be a remnant from downstream devicetree. As it doesn't seem to be used by anything upstream, remove it from the dtsi. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ---- 1 file changed, 4 deletions(-)