Commit 30f1e2dd authored by Andy Gross's avatar Andy Gross

arm: dts: qcom: Update smem state cells usage

This patch updates the qcom,state-cells to qcom,smem-state-cells to
match recent changes to the binding.
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent d32bfe10
......@@ -177,7 +177,7 @@ smsm {
apps_smsm: apps@0 {
reg = <0>;
#qcom,state-cells = <1>;
#qcom,smem-state-cells = <1>;
};
modem_smsm: modem@1 {
......
......@@ -182,7 +182,7 @@ smp2p-modem {
modem_smp2p_out: master-kernel {
qcom,entry-name = "master-kernel";
#qcom,state-cells = <1>;
#qcom,smem-state-cells = <1>;
};
modem_smp2p_in: slave-kernel {
......@@ -208,7 +208,7 @@ smp2p-wcnss {
wcnss_smp2p_out: master-kernel {
qcom,entry-name = "master-kernel";
#qcom,state-cells = <1>;
#qcom,smem-state-cells = <1>;
};
wcnss_smp2p_in: slave-kernel {
......@@ -232,7 +232,7 @@ smsm {
apps_smsm: apps@0 {
reg = <0>;
#qcom,state-cells = <1>;
#qcom,smem-state-cells = <1>;
};
modem_smsm: modem@1 {
......
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