summaryrefslogtreecommitdiff
path: root/Documentation
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 /Documentation
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 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/arm/msm/wil6210.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/wil6210.txt b/Documentation/devicetree/bindings/arm/msm/wil6210.txt
index 54bbf2535340..0c75cf64e4d2 100644
--- a/Documentation/devicetree/bindings/arm/msm/wil6210.txt
+++ b/Documentation/devicetree/bindings/arm/msm/wil6210.txt
@@ -32,7 +32,7 @@ Optional properties:
- clocks : List of phandle and clock specifier pairs
- clock-names : List of clock input name strings sorted in the same
order as the clocks property.
-- qcom,keep_radio_on_during_sleep: Boolean flag to indicate if to suspend to d3hot
+- qcom,keep-radio-on-during-sleep: Boolean flag to indicate if to suspend to d3hot
instead of turning off the device
Example:
@@ -58,6 +58,6 @@ Example:
clocks = <&clock_gcc clk_rf_clk3>,
<&clock_gcc clk_rf_clk3_pin>;
clock-names = "rf_clk3_clk", "rf_clk3_pin_clk";
- qcom,keep_radio_on_during_sleep;
+ qcom,keep-radio-on-during-sleep;
};