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 <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 325c6a4 commit 2a12828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)