mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-03 09:37:17 +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> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20230823085238.113642-1-krzysztof.kozlowski@linaro.org Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
11 lines
302 B
Plaintext
11 lines
302 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
// Copyright (C) 2022 Samuel Holland <samuel@sholland.org>
|
|
|
|
#include "sun20i-d1-lichee-rv-86-panel.dtsi"
|
|
|
|
/ {
|
|
model = "Sipeed Lichee RV 86 Panel (720p)";
|
|
compatible = "sipeed,lichee-rv-86-panel-720p", "sipeed,lichee-rv",
|
|
"allwinner,sun20i-d1";
|
|
};
|