[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250710-exynos7870-mipi-phy-fix-v2-1-5cf50d69c9d7@disroot.org>
Date: Thu, 10 Jul 2025 16:42:48 +0530
From: Kaustabh Chakraborty <kauschluss@...root.org>
To: Vinod Koul <vkoul@...nel.org>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Krzysztof Kozlowski <krzk@...nel.org>,
Alim Akhtar <alim.akhtar@...sung.com>,
Neil Armstrong <neil.armstrong@...aro.org>
Cc: linux-phy@...ts.infradead.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Kaustabh Chakraborty <kauschluss@...root.org>
Subject: [PATCH v2] phy: exynos-mipi-video: correct cam0 sysreg property
name for exynos7870
Fix the cam0 sysreg property name (samsung,cam0-sysreg), which has been
erroneously declared as samsung,cam-sysreg. This follows the same name
used in Exynos5433 PHY.
Fixes: 543f5e314282 ("phy: exynos-mipi-video: introduce support for exynos7870")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Signed-off-by: Kaustabh Chakraborty <kauschluss@...root.org>
---
A few issues have been realized after Exynos7870 MIPI PHY support got
merged [1], this patch series aims to address them.
More information about the fixes is provided in respective commit
descriptions.
[1] https://lore.kernel.org/r/20250612-exynos7870-mipi-phy-v1-0-3fff0b62d9d3@disroot.org
---
Changes in v2:
- tweaked commit message of [v1 1/2] (krzk)
- dropped useless patch [v1 2/2]
- Link to v1: https://lore.kernel.org/r/20250627-exynos7870-mipi-phy-fix-v1-0-2eefab8b50df@disroot.org
---
drivers/phy/samsung/phy-exynos-mipi-video.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/phy/samsung/phy-exynos-mipi-video.c b/drivers/phy/samsung/phy-exynos-mipi-video.c
index b184923b9b400f0d536a913bdf32f3156c0a1854..be925508ed97a397239bd41f34b61ead20d04d27 100644
--- a/drivers/phy/samsung/phy-exynos-mipi-video.c
+++ b/drivers/phy/samsung/phy-exynos-mipi-video.c
@@ -218,7 +218,7 @@ static const struct mipi_phy_device_desc exynos7870_mipi_phy = {
.regmap_names = {
"samsung,pmu-syscon",
"samsung,disp-sysreg",
- "samsung,cam-sysreg"
+ "samsung,cam0-sysreg"
},
.num_phys = 4,
.phys = {
---
base-commit: 26ffb3d6f02cd0935fb9fa3db897767beee1cb2a
change-id: 20250625-exynos7870-mipi-phy-fix-73e05ef89d0c
Best regards,
--
Kaustabh Chakraborty <kauschluss@...root.org>
Powered by blists - more mailing lists