mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 18:49:22 -04:00
arm64: dts: qcom: qcs404: add missing TCSR syscon compatible
TCSR syscon node should come with dedicated compatible. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220909092035.223915-8-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
d07ac9d93c
commit
9846038509
@@ -727,7 +727,7 @@ tcsr_mutex: hwlock@1905000 {
|
||||
};
|
||||
|
||||
tcsr: syscon@1937000 {
|
||||
compatible = "syscon";
|
||||
compatible = "qcom,qcs404-tcsr", "syscon";
|
||||
reg = <0x01937000 0x25000>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user