mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 05:22:19 -04:00
arm64: dts: qcom: ipq6018: 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-6-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
e0eeb08522
commit
d30bcfa440
@@ -258,7 +258,7 @@ tcsr_mutex_regs: syscon@1905000 {
|
||||
};
|
||||
|
||||
tcsr: syscon@1937000 {
|
||||
compatible = "syscon";
|
||||
compatible = "qcom,tcsr-ipq6018", "syscon";
|
||||
reg = <0x0 0x01937000 0x0 0x21000>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user