Skip to content

Commit 6d4cc57

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sc7180: Fix DSI0_PHY reg-names
Commit 2b616f8 ("arm64: dts: qcom: sc7180: rename labels for DSI nodes") broke reg-names, possibly with search-and-replace. Fix it. Fixes: 2b616f8 ("arm64: dts: qcom: sc7180: rename labels for DSI nodes") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230627-topic-more_bindings-v1-1-6b4b6cd081e5@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent e608d16 commit 6d4cc57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/qcom/sc7180.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3120,8 +3120,8 @@
31203120
reg = <0 0x0ae94400 0 0x200>,
31213121
<0 0x0ae94600 0 0x280>,
31223122
<0 0x0ae94a00 0 0x1e0>;
3123-
reg-names = "dsi0_phy",
3124-
"dsi0_phy_lane",
3123+
reg-names = "dsi_phy",
3124+
"dsi_phy_lane",
31253125
"dsi_pll";
31263126

31273127
#clock-cells = <1>;

0 commit comments

Comments
 (0)