Skip to content

Commit

Permalink
arm64: dts: mt7986: move wed_pcie node
Browse files Browse the repository at this point in the history
[ Upstream commit 99cce13 ]

Move the wed_pcie node to have node aligned by address.

Fixes: 00b9903 ("arm64: dts: mediatek: mt7986: add support for Wireless Ethernet Dispatch")
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221118190126.100895-2-linux@fw-web.de
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
frank-w authored and gregkh committed Dec 31, 2022
1 parent b242974 commit 2460aca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/arm64/boot/dts/mediatek/mt7986a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
#clock-cells = <1>;
};

wed_pcie: wed-pcie@10003000 {
compatible = "mediatek,mt7986-wed-pcie",
"syscon";
reg = <0 0x10003000 0 0x10>;
};

topckgen: topckgen@1001b000 {
compatible = "mediatek,mt7986-topckgen", "syscon";
reg = <0 0x1001B000 0 0x1000>;
Expand Down Expand Up @@ -228,12 +234,6 @@
#reset-cells = <1>;
};

wed_pcie: wed-pcie@10003000 {
compatible = "mediatek,mt7986-wed-pcie",
"syscon";
reg = <0 0x10003000 0 0x10>;
};

wed0: wed@15010000 {
compatible = "mediatek,mt7986-wed",
"syscon";
Expand Down

0 comments on commit 2460aca

Please sign in to comment.