On 7/13/2020 1:50 PM, Matthew Hagan wrote: > Add names and decriptions of additional PORT0_PAD_CTRL properties. > > Signed-off-by: Matthew Hagan <mnhagan88@xxxxxxxxx> > --- > Documentation/devicetree/bindings/net/dsa/qca8k.txt | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/dsa/qca8k.txt b/Documentation/devicetree/bindings/net/dsa/qca8k.txt > index ccbc6d89325d..3d34c4f2e891 100644 > --- a/Documentation/devicetree/bindings/net/dsa/qca8k.txt > +++ b/Documentation/devicetree/bindings/net/dsa/qca8k.txt > @@ -13,6 +13,14 @@ Optional properties: > > - reset-gpios: GPIO to be used to reset the whole device > > +Optional MAC configuration properties: > + > +- qca,exchange-mac0-mac6: If present, internally swaps MAC0 and MAC6. > +- qca,sgmii-rxclk-falling-edge: If present, sets receive clock phase to > + falling edge. > +- qca,sgmii-txclk-falling-edge: If present, sets transmit clock phase to > + falling edge. Are not these two mutually exclusive, that is the presence of one implies the absence of the other? -- Florian