Skip to content

Commit 2a12828

Browse files
lumagandersson
authored andcommitted
ARM: dts: qcom: apq8064: use new compatible for SFPB device
Use new SoC-specific compatible for the SFPB device node in addition to the "syscon" compatible. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250318-fix-nexus-4-v2-8-bcedd1406790@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 325c6a4 commit 2a12828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/qcom/qcom-apq8064.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@
10861086
};
10871087

10881088
mmss_sfpb: syscon@5700000 {
1089-
compatible = "syscon";
1089+
compatible = "qcom,apq8064-mmss-sfpb", "syscon";
10901090
reg = <0x5700000 0x70>;
10911091
};
10921092

0 commit comments

Comments
 (0)