mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 12:52:40 -04:00
arm64: dts: qcom: msm8916: Add tcsr syscon
The TCSR memory segment includes various functionality, among other things the halt-registers for the Hexagon. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
committed by
Andy Gross
parent
fb3013d3fc
commit
e95c08f45a
@@ -234,6 +234,11 @@ tcsr_mutex_regs: syscon@1905000 {
|
||||
reg = <0x1905000 0x20000>;
|
||||
};
|
||||
|
||||
tcsr: syscon@1937000 {
|
||||
compatible = "qcom,tcsr-msm8916", "syscon";
|
||||
reg = <0x1937000 0x30000>;
|
||||
};
|
||||
|
||||
tcsr_mutex: hwlock {
|
||||
compatible = "qcom,tcsr-mutex";
|
||||
syscon = <&tcsr_mutex_regs 0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user