[PATCH 4/9] arm64: dts: qcom: msm8996: change DSI PHY node name to generic one
Dmitry Baryshkov
dmitry.baryshkov at linaro.org
Sat Sep 24 09:01:03 UTC 2022
Change DSI PHY node names from custom 'dsi-phy' to the generic 'phy'.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
---
arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 742eac4ce9b3..a7d0e5d68141 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -1017,7 +1017,7 @@ dsi0_out: endpoint {
};
};
- dsi0_phy: dsi-phy at 994400 {
+ dsi0_phy: phy at 994400 {
compatible = "qcom,dsi-phy-14nm";
reg = <0x00994400 0x100>,
<0x00994500 0x300>,
@@ -1085,7 +1085,7 @@ dsi1_out: endpoint {
};
};
- dsi1_phy: dsi-phy at 996400 {
+ dsi1_phy: phy at 996400 {
compatible = "qcom,dsi-phy-14nm";
reg = <0x00996400 0x100>,
<0x00996500 0x300>,
--
2.35.1
More information about the dri-devel
mailing list