Skip to content

Commit 72a0574

Browse files
committed
riscv: dts: microchip: mpfs: remove ti,fifo-depth property
Recent versions of dt-schema warn about a previously undetected undocument property on the icicle & polarberry devicetrees: arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dtb: ethernet@20112000: ethernet-phy@8: Unevaluated properties are not allowed ('ti,fifo-depth' was unexpected) From schema: Documentation/devicetree/bindings/net/cdns,macb.yaml I know what you're thinking, the binding doesn't look to be the problem and I agree. I am not sure why a TI vendor property was ever actually added since it has no meaning... just get rid of it. Fixes: bc47b22 ("riscv: dts: microchip: add the sundance polarberry") Fixes: 0fa6107 ("RISC-V: Initial DTS for Microchip ICICLE board") Signed-off-by: Conor Dooley <[email protected]>
1 parent 3f67e69 commit 72a0574

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,10 @@
8484

8585
phy1: ethernet-phy@9 {
8686
reg = <9>;
87-
ti,fifo-depth = <0x1>;
8887
};
8988

9089
phy0: ethernet-phy@8 {
9190
reg = <8>;
92-
ti,fifo-depth = <0x1>;
9391
};
9492
};
9593

arch/riscv/boot/dts/microchip/mpfs-polarberry.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@
5454

5555
phy1: ethernet-phy@5 {
5656
reg = <5>;
57-
ti,fifo-depth = <0x01>;
5857
};
5958

6059
phy0: ethernet-phy@4 {
6160
reg = <4>;
62-
ti,fifo-depth = <0x01>;
6361
};
6462
};
6563

0 commit comments

Comments
 (0)