mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
arm64: dts: qcom: sc7180: add missing TCSR syscon compatible
TCSR syscon node should come with dedicated compatible. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220819083209.50844-7-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
408c4eadd5
commit
b5cc3e52d9
|
|
@ -1468,7 +1468,7 @@ tcsr_mutex_regs: syscon@1f40000 {
|
|||
};
|
||||
|
||||
tcsr_regs: syscon@1fc0000 {
|
||||
compatible = "syscon";
|
||||
compatible = "qcom,sc7180-tcsr", "syscon";
|
||||
reg = <0 0x01fc0000 0 0x40000>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user