Message ID | 20220907000105.786265-11-bryan.odonoghue@linaro.org |
---|---|
State | New |
Headers | show |
Series | qcom,mdss-dsi-ctrl: Remove redundant phy-names from yaml and dtsi | expand |
On 9/6/22 7:01 PM, Bryan O'Donoghue wrote: > phy-names has been marked deprecated. Remove it from the sdm845 DSI > controller block. > > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> > --- > arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi > index f0e286715d1bd..813af058fdec4 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi > @@ -4511,7 +4511,6 @@ dsi0: dsi@ae94000 { > power-domains = <&rpmhpd SDM845_CX>; > > phys = <&dsi0_phy>; > - phy-names = "dsi"; > > status = "disabled"; > > @@ -4583,7 +4582,6 @@ dsi1: dsi@ae96000 { > power-domains = <&rpmhpd SDM845_CX>; > > phys = <&dsi1_phy>; > - phy-names = "dsi"; > > status = "disabled"; > Tested on the Lenovo Yoga C630 Tested-by: Steev Klimaszewski <steev@kali.org>
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index f0e286715d1bd..813af058fdec4 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -4511,7 +4511,6 @@ dsi0: dsi@ae94000 { power-domains = <&rpmhpd SDM845_CX>; phys = <&dsi0_phy>; - phy-names = "dsi"; status = "disabled"; @@ -4583,7 +4582,6 @@ dsi1: dsi@ae96000 { power-domains = <&rpmhpd SDM845_CX>; phys = <&dsi1_phy>; - phy-names = "dsi"; status = "disabled";
phy-names has been marked deprecated. Remove it from the sdm845 DSI controller block. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 -- 1 file changed, 2 deletions(-)