Skip to content

Commit 870ffe2

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: mt8173-elm: Fix bluetooth node name and reorder
Change the node name for Marvell SD8897 SDIO Bluetooth from `btmrvl@2` to `bluetooth@2` to fix a dtbs_check warning. While at it, also change the WiFi one from `mwifiex@1" to a generic "wifi@1" and reorder the nodes so that wifi@1 comes before bluetooth@2. Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent 0807664 commit 870ffe2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -432,20 +432,20 @@
432432
#address-cells = <1>;
433433
#size-cells = <0>;
434434

435-
btmrvl: btmrvl@2 {
435+
mwifiex: wifi@1 {
436+
compatible = "marvell,sd8897";
437+
reg = <1>;
438+
interrupts-extended = <&pio 38 IRQ_TYPE_LEVEL_LOW>;
439+
marvell,wakeup-pin = <3>;
440+
};
441+
442+
btmrvl: bluetooth@2 {
436443
compatible = "marvell,sd8897-bt";
437444
reg = <2>;
438445
interrupts-extended = <&pio 119 IRQ_TYPE_LEVEL_LOW>;
439446
marvell,wakeup-pin = /bits/ 16 <0x0d>;
440447
marvell,wakeup-gap-ms = /bits/ 16 <0x64>;
441448
};
442-
443-
mwifiex: mwifiex@1 {
444-
compatible = "marvell,sd8897";
445-
reg = <1>;
446-
interrupts-extended = <&pio 38 IRQ_TYPE_LEVEL_LOW>;
447-
marvell,wakeup-pin = <3>;
448-
};
449449
};
450450

451451
&nor_flash {

0 commit comments

Comments
 (0)