Loading arch/arm/boot/dts/qcom/mdm9640-pinctrl.dtsi +13 −10 Original line number Diff line number Diff line Loading @@ -1368,7 +1368,8 @@ }; /* cnss_pmux */ cnss_pmux:cnss_pmux { cnss_pmux { cnss_default: default { mux { pins = "gpio95"; function = "gpio"; Loading @@ -1377,8 +1378,10 @@ config { pins = "gpio95"; function = "gpio"; drive-strength = <10>; bias-disable; drive-strength = <16>; output-high; bias-pull-up; }; }; }; }; Loading arch/arm/boot/dts/qcom/mdm9640.dtsi +22 −0 Original line number Diff line number Diff line Loading @@ -848,6 +848,28 @@ }; }; qcom,cnss { compatible = "qcom,cnss"; wlan-en-gpio = <&tlmm_pinmux 95 0>; vdd-wlan-supply = <&wlan_vreg>; vdd-wlan-io-supply = <&pmd9635_l6>; vdd-wlan-sp2t-supply = <&pmd9635_l12>; qcom,notify-modem-status; pinctrl-names = "default"; pinctrl-0 = <&cnss_default>; qcom,wlan-rc-num = <0>; qcom,wlan-ramdump-dynamic = <0x200000>; qcom,msm-bus,name = "msm-cnss"; qcom,msm-bus,num-cases = <4>; qcom,msm-bus,num-paths = <1>; qcom,msm-bus,vectors-KBps = <45 512 0 0>, /* No vote */ <45 512 42252 655360>, /* Upto 200 Mbps */ <45 512 98572 655360>, /* Upto 400 Mbps */ <45 512 211212 1146880>; /* Upto 800 Mbps */ }; qcom,msm-thermal { compatible = "qcom,msm-thermal"; qcom,sensor-id = <0>; Loading Loading
arch/arm/boot/dts/qcom/mdm9640-pinctrl.dtsi +13 −10 Original line number Diff line number Diff line Loading @@ -1368,7 +1368,8 @@ }; /* cnss_pmux */ cnss_pmux:cnss_pmux { cnss_pmux { cnss_default: default { mux { pins = "gpio95"; function = "gpio"; Loading @@ -1377,8 +1378,10 @@ config { pins = "gpio95"; function = "gpio"; drive-strength = <10>; bias-disable; drive-strength = <16>; output-high; bias-pull-up; }; }; }; }; Loading
arch/arm/boot/dts/qcom/mdm9640.dtsi +22 −0 Original line number Diff line number Diff line Loading @@ -848,6 +848,28 @@ }; }; qcom,cnss { compatible = "qcom,cnss"; wlan-en-gpio = <&tlmm_pinmux 95 0>; vdd-wlan-supply = <&wlan_vreg>; vdd-wlan-io-supply = <&pmd9635_l6>; vdd-wlan-sp2t-supply = <&pmd9635_l12>; qcom,notify-modem-status; pinctrl-names = "default"; pinctrl-0 = <&cnss_default>; qcom,wlan-rc-num = <0>; qcom,wlan-ramdump-dynamic = <0x200000>; qcom,msm-bus,name = "msm-cnss"; qcom,msm-bus,num-cases = <4>; qcom,msm-bus,num-paths = <1>; qcom,msm-bus,vectors-KBps = <45 512 0 0>, /* No vote */ <45 512 42252 655360>, /* Upto 200 Mbps */ <45 512 98572 655360>, /* Upto 400 Mbps */ <45 512 211212 1146880>; /* Upto 800 Mbps */ }; qcom,msm-thermal { compatible = "qcom,msm-thermal"; qcom,sensor-id = <0>; Loading