From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: firmware: qcom: scm: Allow EFI variable access on Radxa Dragon Q6A Date: Mon, 25 May 2026 19:16:36 +1000 Message-ID: In-Reply-To: <20260522060645.4399-3-graham.oconnor@gmail.com> References: <20260522060645.4399-1-graham.oconnor@gmail.com> <20260522060645.4399-3-graham.oconnor@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review This patch adds `"radxa,dragon-q6a"` to the QSEECOM allowlist. ```c + { .compatible = "radxa,dragon-q6a" }, ``` **No issues.** The allowlist already contains many vendor-prefixed entries (asus, dell, hp, lenovo, microsoft, etc.), so a `radxa,` entry follows the established pattern. The placement after the last `qcom,` entry maintains alphabetical ordering by vendor prefix. One minor note: this allowlist is a security-relevant gate for EFI variable access. Maintainers may want to verify that QSEECOM is functional and safe on this platform beyond just "it works." --- --- Generated by Claude Code Patch Reviewer