summaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorHamad Kadmany <hkadmany@codeaurora.org>2017-05-22 13:33:32 +0300
committerMaya Erez <merez@codeaurora.org>2017-05-22 13:33:54 +0300
commitb7f36ff2fca2d810acbee0ca98d2b9c000ca4974 (patch)
treefcd3a8710392b3cdfc97cb25b2d86a02ea366591 /drivers/platform
parent60be71604a84d2e047215cb702d6324379a353bb (diff)
msm_11ad: fix device-tree property name
Change keep_radio_on_during_sleep DT property to follow the naming convention. Change-Id: I6450cfdfe38a4cf5b1b1ccb40b5506a34aeb076a Signed-off-by: Hamad Kadmany <hkadmany@codeaurora.org> Signed-off-by: Maya Erez <merez@codeaurora.org>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/msm/msm_11ad/msm_11ad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/msm/msm_11ad/msm_11ad.c b/drivers/platform/msm/msm_11ad/msm_11ad.c
index 4d4aad84b9d7..73cf609f1a80 100644
--- a/drivers/platform/msm/msm_11ad/msm_11ad.c
+++ b/drivers/platform/msm/msm_11ad/msm_11ad.c
@@ -1098,7 +1098,7 @@ static int msm_11ad_probe(struct platform_device *pdev)
}
ctx->use_smmu = of_property_read_bool(of_node, "qcom,smmu-support");
ctx->keep_radio_on_during_sleep = of_property_read_bool(of_node,
- "qcom,keep_radio_on_during_sleep");
+ "qcom,keep-radio-on-during-sleep");
ctx->bus_scale = msm_bus_cl_get_pdata(pdev);
ctx->smmu_s1_en = of_property_read_bool(of_node, "qcom,smmu-s1-en");