On 05/03/2024 08:51, Yang Xiwen via B4 Relay wrote: > From: Yang Xiwen <forbidden405@xxxxxxxxxxx> > > HiSilicon FEMAC core is also found on Hi3798MV200 SoC. Document it in > binding. > > Signed-off-by: Yang Xiwen <forbidden405@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml b/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml > index ff6b090ed34e..4f51c5ec90b3 100644 > --- a/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml > +++ b/Documentation/devicetree/bindings/net/hisilicon,hisi-femac.yaml > @@ -17,6 +17,7 @@ properties: > items: > - enum: > - hisilicon,hi3516cv300-femac > + - hisilicon,hi3798mv200-femac Your driver suggests this is compatible with hi3516cv300 so make it compatible. Best regards, Krzysztof