Re: [PATCH net-next v2 01/11] dt-bindings: net: dsa: convert ksz bindings document to yaml
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2020-11-12 22:35:17
Also in:
linux-devicetree, lkml
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2020-11-12 22:35:17
Also in:
linux-devicetree, lkml
On Thu, Nov 12, 2020 at 04:35:27PM +0100, Christian Eggers wrote:
diff --git a/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml new file mode 100644 index 000000000000..431ca5c498a8 --- /dev/null +++ b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml@@ -0,0 +1,150 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
Where is the "GPL-2.0-only OR BSD-2-Clause" license coming from? I see that the Microchip KSZ driver is GPL-2.0, and the previous bindings document had no license, which would also make it implicitly GPL I believe.