mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00

Documentation/process/license-rules.rst and checkpatch expect the SPDX identifier syntax for multiple licenses to use capital "OR". Correct it to keep consistent format and avoid copy-paste issues. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20230823085146.113562-1-krzysztof.kozlowski@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
//
|
|
// Copyright (C) 2018 emtrion GmbH
|
|
//
|
|
|
|
/dts-v1/;
|
|
#include "imx6dl.dtsi"
|
|
#include "imx6qdl-emcon.dtsi"
|
|
#include "imx6qdl-emcon-avari.dtsi"
|
|
|
|
/ {
|
|
model = "emtrion SoM emCON-MX6 Solo/Dual-Lite Avari";
|
|
compatible = "emtrion,emcon-mx6-avari", "fsl,imx6dl";
|
|
};
|