diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2019-08-22 14:23:38 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-10-02 07:38:51 +0300 |
commit | efb9e0df7d8df9f6ccc4a02a52e56fb6e379e193 (patch) | |
tree | abf4f90d59663fa234575eaf41442337118cef5c /arch/arm64/boot/dts/qcom/msm8916-samsung-a2015-common.dtsi | |
parent | 8a250aa6eccdd54aebc62165c0c1fe250fee0338 (diff) | |
download | linux-efb9e0df7d8df9f6ccc4a02a52e56fb6e379e193.tar.xz |
arm64: dts: msm8916-samsung-a2015: Enable WCNSS for WiFi and BT
WCNSS is used on A3U and A5U for WiFi and BT,
and seems to work fine without further changes.
Enable it in the common include.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8916-samsung-a2015-common.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916-samsung-a2015-common.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-a2015-common.dtsi b/arch/arm64/boot/dts/qcom/msm8916-samsung-a2015-common.dtsi index e675ff48fdd2..6fc0b80d1f90 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-samsung-a2015-common.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-a2015-common.dtsi @@ -63,6 +63,10 @@ }; }; + wcnss@a21b000 { + status = "okay"; + }; + /* * Attempting to enable these devices causes a "synchronous * external abort". Suspected cause is that the debug power |