Skip to content

Commit cd17bcb

Browse files
wensVudentz
authored andcommitted
arm64: dts: mediatek: mt8183-pico6: Fix bluetooth node
Bluetooth is not a random device connected to the MMC/SD controller. It is function 2 of the SDIO device. Fix the address of the bluetooth node. Also fix the node name and drop the label. Fixes: 055ef10 ("arm64: dts: mt8183: Add jacuzzi pico/pico6 board") Signed-off-by: Chen-Yu Tsai <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 0adcf6b commit cd17bcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-pico6.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
};
8383

8484
&mmc1 {
85-
bt_reset: bt-reset {
85+
bluetooth@2 {
86+
reg = <2>;
8687
compatible = "mediatek,mt7921s-bluetooth";
8788
pinctrl-names = "default";
8889
pinctrl-0 = <&bt_pins_reset>;

0 commit comments

Comments
 (0)