From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/msm/dsi: add support for DSI-PHY on Milos Date: Tue, 05 May 2026 09:35:35 +1000 Message-ID: In-Reply-To: <20260501-milos-mdss-v3-6-58bfc58c0e13@fairphone.com> References: <20260501-milos-mdss-v3-0-58bfc58c0e13@fairphone.com> <20260501-milos-mdss-v3-6-58bfc58c0e13@fairphone.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Adds the DSI PHY configuration for Milos. The config closely matches `dsi_phy_4nm_8650_cfgs` (SM8650) with two intentional differences: 1. `.num_dsi_phy = 1` (vs 2 on SM8650) -- correct, Milos has a single DSI interface 2. `.io_start = { 0xae95000 }` -- only one PHY address, matching the DTS Uses `dsi_phy_7nm_98000uA_regulators` (same as SM8650) and `DSI_PHY_7NM_QUIRK_V5_2`. All looks correct. Has Reviewed-by from Dmitry. No issues. --- Generated by Claude Code Patch Reviewer