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 <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230306072618.10770-2-krzysztof.kozlowski@linaro.org
1 parent 43743bf commit 424a4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)