提交 0d705199 编写于 作者: S Stephan Gerhold 提交者: Bjorn Andersson

arm64: dts: msm8916-samsung-a5u: Override iris compatible

msm8916.dtsi sets the iris compatible to "qcom,wcn3620".
While WCN3620 seems to be used on most MSM8916 devices,
MSM8916 can also be paired with another chip (e.g. for WiFi dual-band).

A5U uses WCN3660B instead, so the compatible needs to be overridden
to apply the correct configuration.

However, simply using "qcom,wcn3660" would be incorrect,
since WCN3660B requires a slightly different regulator configuration
compared to WCN3660.

Instead, it requires the same configuration as "qcom,wcn3680".
Replace the compatible with "qcom,wcn3680" for A5U to make WCNSS
work correctly.
Signed-off-by: NStephan Gerhold <stephan@gerhold.net>
Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
上级 efb9e0df
...@@ -8,3 +8,9 @@ ...@@ -8,3 +8,9 @@
model = "Samsung Galaxy A5U (EUR)"; model = "Samsung Galaxy A5U (EUR)";
compatible = "samsung,a5u-eur", "qcom,msm8916"; compatible = "samsung,a5u-eur", "qcom,msm8916";
}; };
&pronto {
iris {
compatible = "qcom,wcn3680";
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册