On 6/17/2020 11:40 PM, Kurt Kanzenbach wrote: > Add basic documentation and example. > > Signed-off-by: Kurt Kanzenbach <k...@linutronix.de> > --- > .../devicetree/bindings/net/dsa/hellcreek.txt | 72 +++++++++++++++++++ > 1 file changed, 72 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/dsa/hellcreek.txt > > diff --git a/Documentation/devicetree/bindings/net/dsa/hellcreek.txt > b/Documentation/devicetree/bindings/net/dsa/hellcreek.txt > new file mode 100644 > index 000000000000..9ea6494dc554 > --- /dev/null > +++ b/Documentation/devicetree/bindings/net/dsa/hellcreek.txt This should be a YAML binding and we should also convert the DSA binding to YAML one day. > @@ -0,0 +1,72 @@ > +Hirschmann hellcreek switch driver > +================================== > + > +Required properties: > + > +- compatible: > + Must be one of: > + - "hirschmann,hellcreek" > + > +See Documentation/devicetree/bindings/net/dsa/dsa.txt for the list of > standard > +DSA required and optional properties. > + > +Example > +------- > + > +Ethernet switch connected memory mapped to the host, CPU port wired to gmac0: > + > +soc { > + switch0: switch@0xff240000 { Please remove the leading 0x from the unit address. -- Florian
- Re: [RFC PATCH 3/9] net: dsa: hellcreek: Add PTP clo... Richard Cochran
- Re: [RFC PATCH 3/9] net: dsa: hellcreek: Add PTP... Kurt Kanzenbach
- [RFC PATCH 4/9] net: dsa: hellcreek: Add support for hard... Kurt Kanzenbach
- [RFC PATCH 9/9] dt-bindings: net: dsa: Add documentation ... Kurt Kanzenbach
- Re: [RFC PATCH 9/9] dt-bindings: net: dsa: Add docum... Andrew Lunn
- Re: [RFC PATCH 9/9] dt-bindings: net: dsa: Add d... Kurt Kanzenbach
- Re: [RFC PATCH 9/9] dt-bindings: net: dsa: A... Andrew Lunn
- Re: [RFC PATCH 9/9] dt-bindings: net: ds... Kurt Kanzenbach
- Re: [RFC PATCH 9/9] dt-bindings: ne... Andrew Lunn
- Re: [RFC PATCH 9/9] dt-bindings... Kurt Kanzenbach
- Re: [RFC PATCH 9/9] dt-bindings: net: dsa: Add docum... Florian Fainelli
- Re: [RFC PATCH 9/9] dt-bindings: net: dsa: Add d... Kurt Kanzenbach
- Re: [RFC PATCH 9/9] dt-bindings: net: dsa: A... Kurt Kanzenbach
- Re: [RFC PATCH 9/9] dt-bindings: net: ds... Florian Fainelli
- [RFC PATCH 6/9] net: dsa: hellcreek: Add debugging mechan... Kurt Kanzenbach
- Re: [RFC PATCH 6/9] net: dsa: hellcreek: Add debuggi... Andrew Lunn
- Re: [RFC PATCH 6/9] net: dsa: hellcreek: Add deb... Kurt Kanzenbach
- Re: [RFC PATCH 6/9] net: dsa: hellcreek: Add... Andrew Lunn
- Re: [RFC PATCH 6/9] net: dsa: hellcreek:... Kurt Kanzenbach
- Re: [RFC PATCH 6/9] net: dsa: hellc... Andrew Lunn
- Re: [RFC PATCH 6/9] net: dsa: h... Kurt Kanzenbach