Message ID | 20220907000105.786265-10-bryan.odonoghue@linaro.org |
---|---|
State | New |
Headers | show |
Series | qcom,mdss-dsi-ctrl: Remove redundant phy-names from yaml and dtsi | expand |
On 07/09/2022 02:01, Bryan O'Donoghue wrote: > phy-names has been marked deprecated. Remove it from the sdm630 DSI > controller block. > > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi index 1bc9091cad2a8..caf424a449be1 100644 --- a/arch/arm64/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi @@ -1610,7 +1610,6 @@ dsi0: dsi@c994000 { "core"; phys = <&dsi0_phy>; - phy-names = "dsi"; status = "disabled";
phy-names has been marked deprecated. Remove it from the sdm630 DSI controller block. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> --- arch/arm64/boot/dts/qcom/sdm630.dtsi | 1 - 1 file changed, 1 deletion(-)