mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 18:12:03 +02:00
ARM: dts: qcom: msm8974pro-htc-m8: add Bluetooth pins
Add the required pin configuration to enable Bluetooth. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Alexandre Messier <alex@me.ssier.org> Link: https://lore.kernel.org/r/20260406-m8-dts-additions-v2-3-c4c4bd50af48@me.ssier.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
858e8a50ba
commit
132a69d409
|
|
@ -354,10 +354,19 @@ cmd-data-pins {
|
|||
};
|
||||
|
||||
wcnss_pin_a: wcnss-pin-active-state {
|
||||
pins = "gpio36", "gpio37", "gpio38", "gpio39", "gpio40";
|
||||
function = "wlan";
|
||||
drive-strength = <6>;
|
||||
bias-pull-down;
|
||||
bt-pins {
|
||||
pins = "gpio35", "gpio43", "gpio44";
|
||||
function = "bt";
|
||||
drive-strength = <2>;
|
||||
bias-pull-down;
|
||||
};
|
||||
|
||||
wlan-pins {
|
||||
pins = "gpio36", "gpio37", "gpio38", "gpio39", "gpio40";
|
||||
function = "wlan";
|
||||
drive-strength = <6>;
|
||||
bias-pull-down;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user