On Tue Feb 11, 2025 at 9:52 AM CET, Tudor Ambarus wrote:
quoted hunk ↗ jump to hunk
Add bindings for the Samsung Exynos ACPM mailbox protocol.
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Reviewed-by: Krzysztof Kozlowski <redacted>
---
.../bindings/firmware/google,gs101-acpm-ipc.yaml | 50 ++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/Documentation/devicetree/bindings/firmware/google,gs101-acpm-ipc.yaml b/Documentation/devicetree/bindings/firmware/google,gs101-acpm-ipc.yaml
new file mode 100644
index 000000000000..982cb8d62011
--- /dev/null
+++ b/Documentation/devicetree/bindings/firmware/google,gs101-acpm-ipc.yaml
@@ -0,0 +1,50 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
Shouldn't this be ``(GPL-2.0-only OR BSD-2-Clause)`` ?
AFAIK it's the recommended form since SPDX 3.0:
https://spdx.dev/license-list-3-0-released/
Cheers,
Diederik