Skip to content

Commit

Permalink
riscv: dts: microchip: mpfs: remove ti,fifo-depth property
Browse files Browse the repository at this point in the history
commit 72a0574 upstream.

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 <conor.dooley@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Conor Dooley authored and Greg Kroah-Hartman committed Aug 31, 2022
1 parent 5977375 commit a8604d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@

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

phy0: ethernet-phy@8 {
reg = <8>;
ti,fifo-depth = <0x1>;
};
};

Expand Down
2 changes: 0 additions & 2 deletions arch/riscv/boot/dts/microchip/mpfs-polarberry.dts
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@

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

phy0: ethernet-phy@4 {
reg = <4>;
ti,fifo-depth = <0x01>;
};
};

Expand Down

0 comments on commit a8604d2

Please sign in to comment.