Skip to content

Commit 208add2

Browse files
Rafał MiłeckiAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: mt7622: fix ethernet controller "compatible"
Fix following validation error: arch/arm64/boot/dts/mediatek/mt7622-rfb1.dtb: ethernet@1b100000: compatible: ['mediatek,mt7622-eth', 'mediatek,mt2701-eth', 'syscon'] is too long from schema $id: http://devicetree.org/schemas/net/mediatek,net.yaml# (and other complains about wrong clocks). Fixes: 5f599b3 ("arm64: dts: mt7622: add ethernet device nodes") Signed-off-by: Rafał Miłecki <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent 800dc93 commit 208add2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/arm64/boot/dts/mediatek/mt7622.dtsi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -963,9 +963,7 @@
963963
};
964964

965965
eth: ethernet@1b100000 {
966-
compatible = "mediatek,mt7622-eth",
967-
"mediatek,mt2701-eth",
968-
"syscon";
966+
compatible = "mediatek,mt7622-eth";
969967
reg = <0 0x1b100000 0 0x20000>;
970968
interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_LOW>,
971969
<GIC_SPI 224 IRQ_TYPE_LEVEL_LOW>,

0 commit comments

Comments
 (0)