On Sun, Oct 27, 2019 at 8:28 AM Kalle Valo <kvalo@xxxxxxxxxxxxxx> wrote: > > Rob Herring <robh@xxxxxxxxxx> writes: > > > On Sun, Oct 20, 2019 at 01:03:19PM +0300, Kalle Valo wrote: > >> ath11k is a driver for Qualcomm IEEE 802.11ax devices. Add a > >> bindings document for the driver, first documenting IPQ8074 which is the > >> only device ath11k currently supports. > >> > >> Signed-off-by: Anilkumar Kolli <akolli@xxxxxxxxxxxxxx> > >> Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx> > >> --- > >> .../bindings/net/wireless/qcom,ath11k.yaml | 277 +++++++++++++++++++++ > >> 1 file changed, 277 insertions(+) > >> > >> diff --git > >> a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml > >> b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml > >> new file mode 100644 > >> index 000000000000..5d25542f85f8 > >> --- /dev/null > >> +++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml > >> @@ -0,0 +1,277 @@ > >> +# SPDX-License-Identifier: BSD-3-Clause-Clear > > > > (GPL-2.0-only OR BSD-2-Clause) please. > > I chose BSD-3-Clause-Clear because ath11k uses that license and I would > prefer to use the same license throughout the driver. The schema is not the driver. > Also it's > categorised as a preferred license: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/LICENSES/preferred So are the 2 I listed. (GPL-2.0 is the deprecated version of GPL-2.0-only). > Any specific reason why you want to change the license? So that we have some sort of consistency between schemas. It's been a free-for-all for licensing dts files, headers and bindings til now, and I'm trying to address some of that as we add schema. Rob