Loading Documentation/devicetree/bindings/arm/msm/wil6210.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -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; }; drivers/platform/msm/msm_11ad/msm_11ad.c +1 −1 Original line number Diff line number Diff line Loading @@ -1083,7 +1083,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"); Loading Loading
Documentation/devicetree/bindings/arm/msm/wil6210.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -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; };
drivers/platform/msm/msm_11ad/msm_11ad.c +1 −1 Original line number Diff line number Diff line Loading @@ -1083,7 +1083,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"); Loading