Commit d0770627 authored by Bjorn Andersson's avatar Bjorn Andersson

arm64: dts: qcom: sm8150: Hard code rpmhpd constants

I missed the fact that these constants was not yet available, so hard
code their values in the dts to make the branch compile on its own.
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 7a2a2231
......@@ -519,8 +519,8 @@ remoteproc_slpi: remoteproc@2400000 {
clock-names = "xo";
power-domains = <&aoss_qmp AOSS_QMP_LS_SLPI>,
<&rpmhpd SM8150_LCX>,
<&rpmhpd SM8150_LMX>;
<&rpmhpd 3>,
<&rpmhpd 2>;
power-domain-names = "load_state", "lcx", "lmx";
memory-region = <&slpi_mem>;
......@@ -570,8 +570,8 @@ remoteproc_mpss: remoteproc@4080000 {
clock-names = "xo";
power-domains = <&aoss_qmp AOSS_QMP_LS_MODEM>,
<&rpmhpd SM8150_CX>,
<&rpmhpd SM8150_MSS>;
<&rpmhpd 7>,
<&rpmhpd 0>;
power-domain-names = "load_state", "cx", "mss";
memory-region = <&mpss_mem>;
......@@ -603,7 +603,7 @@ remoteproc_cdsp: remoteproc@8300000 {
clock-names = "xo";
power-domains = <&aoss_qmp AOSS_QMP_LS_CDSP>,
<&rpmhpd SM8150_CX>;
<&rpmhpd 7>;
power-domain-names = "load_state", "cx";
memory-region = <&cdsp_mem>;
......@@ -666,7 +666,7 @@ remoteproc_adsp: remoteproc@17300000 {
clock-names = "xo";
power-domains = <&aoss_qmp AOSS_QMP_LS_LPASS>,
<&rpmhpd SM8150_CX>;
<&rpmhpd 7>;
power-domain-names = "load_state", "cx";
memory-region = <&adsp_mem>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment