From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: arm64: dts: freescale: moduline-display-av101hdt-a10: add backlight Date: Sun, 12 Apr 2026 13:25:21 +1000 Message-ID: In-Reply-To: <20260407-max25014-v8-3-14eac7ed673a@gocontroll.com> References: <20260407-max25014-v8-0-14eac7ed673a@gocontroll.com> <20260407-max25014-v8-3-14eac7ed673a@gocontroll.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 the backlight node to the av101hdt-a10 display overlay. **Observation:** ```dts &i2c4 { #address-cells = <1>; #size-cells = <0>; ``` Re-specifying `#address-cells` and `#size-cells` in an overlay that extends `&i2c4` is typically unnecessary since these are already defined in the base I2C controller node. It's harmless, but redundant. **No other issues.** The pinctrl, enable GPIO, and device properties look correct and consistent with the binding. --- --- Generated by Claude Code Patch Reviewer