]> git.dujemihanovic.xyz Git - linux.git/commitdiff
arm64: dts: mediatek: mt8183-pico6: Fix bluetooth node
authorChen-Yu Tsai <wenst@chromium.org>
Fri, 12 Apr 2024 07:30:43 +0000 (15:30 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 3 May 2024 17:05:52 +0000 (13:05 -0400)
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: 055ef10ccdd4 ("arm64: dts: mt8183: Add jacuzzi pico/pico6 board")
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-pico6.dts

index a2e74b8293206467eadec0b8d1da1407e5046a13..6a7ae616512d620637a084698669fa64b486debe 100644 (file)
@@ -82,7 +82,8 @@
 };
 
 &mmc1 {
-       bt_reset: bt-reset {
+       bluetooth@2 {
+               reg = <2>;
                compatible = "mediatek,mt7921s-bluetooth";
                pinctrl-names = "default";
                pinctrl-0 = <&bt_pins_reset>;