> > diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml > > index 8a3c2398b10ce..bf9a101e4d420 100644 > > --- a/Documentation/devicetree/bindings/leds/common.yaml > > +++ b/Documentation/devicetree/bindings/leds/common.yaml > > @@ -113,6 +113,8 @@ properties: > > # LED indicates NAND memory activity (deprecated), > > # in new implementations use "mtd" > > - nand-disk > > + # LED indicates network activity > > + - netdev > > netdev is the description of the network development ML/repo, right? > > Seems like an odd name for an OS agnostic property? I agree that one meaning is the network development community within Linux. But it also means a network device, which is OS agnostic. I don't really see it be any different to a memory technology device, mtd. Andrew