未验证 提交 29ce4e43 编写于 作者: I Icenowy Zheng 提交者: Maxime Ripard

arm64: dts: allwinner: h6: fix EMAC compatible string sequence

The SoC-specific compatible should come before the fallback compatible
string when multiple compatible strings are present, but the sequence is
wrong currently on H6 EMAC node (A64 fallback before H6 compatible).

Fix the sequence.

Fixes: c8ced551 ("arm64: allwinner: h6: add EMAC device nodes")
Signed-off-by: NIcenowy Zheng <icenowy@aosc.io>
Signed-off-by: NMaxime Ripard <maxime.ripard@bootlin.com>
上级 6b683d76
......@@ -326,8 +326,8 @@
};
emac: ethernet@5020000 {
compatible = "allwinner,sun50i-a64-emac",
"allwinner,sun50i-h6-emac";
compatible = "allwinner,sun50i-h6-emac",
"allwinner,sun50i-a64-emac";
syscon = <&syscon>;
reg = <0x05020000 0x10000>;
interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册