From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: ARM: dts: ti: Enable overlays for am335x BeagleBoard devicetrees Date: Tue, 17 Feb 2026 05:55:38 +1000 Message-ID: In-Reply-To: <20260216-feature_bbge-v2-1-22805cfdbf62@bootlin.com> References: <20260216-feature_bbge-v2-0-22805cfdbf62@bootlin.com> <20260216-feature_bbge-v2-1-22805cfdbf62@bootlin.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review > +# Enable support for device-tree overlays > +DTC_FLAGS_am335x-bone += -@ > +DTC_FLAGS_am335x-boneblack += -@ > +DTC_FLAGS_am335x-boneblack-wireless += -@ > +DTC_FLAGS_am335x-bonegreen += -@ > +DTC_FLAGS_am335x-bonegreen-wireless += -@ > +DTC_FLAGS_am335x-bonegreen-eco += -@ This enables the `-@` flag (emit `__symbols__` node) for the listed boards so overlays can reference their labels. The commit message notes it adds ~40% DTB size, which is a worthwhile trade-off for overlay support. The set of boards listed matches the boards the cover letter describes as compatible (Bone, Black, Green variants). No issues found. --- Generated by Claude Code Patch Reviewer