Commit e0e19f7
committed
FIXUP: arm64: dts: qcom: monaco-evk: Restore Bluetooth nodes dropped in common dtsi refactor
Commit 8fad712 ("FROMLIST: arm64: dts: qcom: monaco-evk: Extract
common EVK hardware into shared dtsi") refactored monaco-evk.dts into
a new shared monaco-evk-common.dtsi to support the monaco-ac-evk board
variant. Despite claiming "No functional change intended", the commit
accidentally omitted three Bluetooth-critical pieces that were present
in the original monaco-evk.dts:
1. The 'serial1 = &uart2' alias in the aliases block
2. The vreg_dcin_12v and vreg_wcn_3p3 fixed regulators in the root
node (vreg_wcn_3p3 is the power supply for the WCN6855 BT chip,
and depends on vreg_dcin_12v as its vin-supply)
3. The &uart2 node containing the bluetooth child node with
compatible = "qcom,wcn6855-bt" and all its regulator supplies
As a result, Bluetooth stopped working on monaco-evk devices after
tag qcom-6.18.y-20260414 which included PR qualcomm-linux#415.
Restore all three missing pieces into monaco-evk-common.dtsi so that
both monaco-evk and monaco-ac-evk boards correctly inherit the WCN6855
Bluetooth hardware description via the shared dtsi.
Fixes: 8fad712 ("FROMLIST: arm64: dts: qcom: monaco-evk: Extract common EVK hardware into shared dtsi")
Signed-off-by: Salendarsingh Gaud <sgaud@qti.qualcomm.com>1 parent bf62c12 commit e0e19f7
1 file changed
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
170 | 194 | | |
171 | 195 | | |
172 | 196 | | |
| |||
837 | 861 | | |
838 | 862 | | |
839 | 863 | | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
840 | 882 | | |
841 | 883 | | |
842 | 884 | | |
| |||
0 commit comments