diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-06-10 06:11:22 +0200 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-06-25 05:53:41 +0200 |
commit | 3680a4a97435496ad22cd0fc9f2ba51751cc4e36 (patch) | |
tree | 9f29fe57bd4fe8dbf717fd6ecee563d69bc597f3 /drivers/soc/qcom/smsm.c | |
parent | soc: qcom: smp2p: Drop io-accessors (diff) | |
download | linux-3680a4a97435496ad22cd0fc9f2ba51751cc4e36.tar.xz linux-3680a4a97435496ad22cd0fc9f2ba51751cc4e36.zip |
soc: qcom: Update properties for smem state referencing
Update the property names to match device tree bindings, the correct
values should be qcom,smem-states and qcom,smem-state-names.
Also update the #qcom,smem-state-cells for consistency, before we merge
any users of these properties.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'drivers/soc/qcom/smsm.c')
-rw-r--r-- | drivers/soc/qcom/smsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/smsm.c b/drivers/soc/qcom/smsm.c index 6b777af1bc19..d0337b2a71c8 100644 --- a/drivers/soc/qcom/smsm.c +++ b/drivers/soc/qcom/smsm.c @@ -495,7 +495,7 @@ static int qcom_smsm_probe(struct platform_device *pdev) if (!smsm->hosts) return -ENOMEM; - local_node = of_find_node_with_property(pdev->dev.of_node, "#qcom,state-cells"); + local_node = of_find_node_with_property(pdev->dev.of_node, "#qcom,smem-state-cells"); if (!local_node) { dev_err(&pdev->dev, "no state entry\n"); return -EINVAL; |