arm64: dts: qcom: qcs404: Add TCSR node

The bus halt registers in TCSR are referenced as a syscon device, add
these so that we can reference them from the remoteproc nodes.

Reviewed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <agross@kernel.org>
This commit is contained in:
Bjorn Andersson 2019-05-09 21:34:17 -07:00 committed by Andy Gross
parent 644875660c
commit 560ad5e7e1

View File

@ -423,6 +423,11 @@ tcsr_mutex_regs: syscon@1905000 {
reg = <0x01905000 0x20000>;
};
tcsr: syscon@1937000 {
compatible = "syscon";
reg = <0x01937000 0x25000>;
};
spmi_bus: spmi@200f000 {
compatible = "qcom,spmi-pmic-arb";
reg = <0x0200f000 0x001000>,