Message ID | 20221012215613.32054-1-luca@z3ntu.xyz (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | arm64: dts: qcom: msm8996: remove bogus ufs_variant node | expand |
On Thu, 13 Oct 2022 at 00:56, Luca Weiss <luca@z3ntu.xyz> 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> > --- > arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ---- > 1 file changed, 4 deletions(-) Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
On 2022-10-12 23:56, Luca Weiss wrote: > This ufs_variant node seems to be a remnant from downstream devicetree. Totally [1] Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Konrad [1] https://android.googlesource.com/kernel/msm/+/dff8939cd46ee6b95535d68c54b8bd05ddb6bc1e > > 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(-) > > 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 {
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
On Wed, 12 Oct 2022 23:56:13 +0200, 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. > > Applied, thanks! [1/1] arm64: dts: qcom: msm8996: remove bogus ufs_variant node commit: 54a8d54b51839df625d376eb8684e51ceec08629 Best regards,
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(-)