Skip to content

Commit 424a4e5

Browse files
krzkandersson
authored andcommitted
ARM: dts: qcom: sdx55: add dedicated SDX55 TCSR compatible
syscon should not be used alone as compatible. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 43743bf commit 424a4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
};
519519

520520
tcsr: syscon@1fcb000 {
521-
compatible = "syscon";
521+
compatible = "qcom,sdx55-tcsr", "syscon";
522522
reg = <0x01fc0000 0x1000>;
523523
};
524524

0 commit comments

Comments
 (0)