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: twl6032: Add DTS file for TWL6032 PMIC Date: Tue, 24 Feb 2026 10:31:41 +1000 Message-ID: In-Reply-To: <20260223055113.1288-2-bavishimithil@gmail.com> References: <20260223055113.1288-1-bavishimithil@gmail.com> <20260223055113.1288-2-bavishimithil@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 adds a new `twl6032.dtsi` for the TWL6032 "Phoenix Lite" PMIC. The structure follows the existing `twl6030.dtsi` closely, substituting the TWL6032-specific regulator compatible strings and the TWL6032 regulator set (ldo1-6, ldoln, ldousb, smps4, vio) in place of the TWL6030 set (vaux1-3, vmmc, vpp, etc.). The shared peripherals (rtc, usb-comparator, pwm, pwmled, gpadc) use the same compatible strings where appropriate. > + gpadc: gpadc { > + compatible = "ti,twl6032-gpadc"; Note this uses `ti,twl6032-gpadc` while the TWL6030 file uses `ti,twl6030-gpadc`. That seems correct since the TWL6032 has a different GPADC configuration. The existing TWL6030 dtsi does not label its gpadc node, but this one adds a `gpadc:` label -- this is needed by the espresso-common dtsi to reference `&gpadc` from the current-sense-shunt node, so that's fine. No issues found. --- Generated by Claude Code Patch Reviewer