linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] phy: exynos-mipi-video: correct cam0 sysreg property name for exynos7870
@ 2025-07-10 11:12 Kaustabh Chakraborty
  2025-07-22 13:37 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Kaustabh Chakraborty @ 2025-07-10 11:12 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Krzysztof Kozlowski,
	Alim Akhtar, Neil Armstrong
  Cc: linux-phy, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Krzysztof Kozlowski, Kaustabh Chakraborty

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@linaro.org>
Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.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@disroot.org>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] phy: exynos-mipi-video: correct cam0 sysreg property name for exynos7870
  2025-07-10 11:12 [PATCH v2] phy: exynos-mipi-video: correct cam0 sysreg property name for exynos7870 Kaustabh Chakraborty
@ 2025-07-22 13:37 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2025-07-22 13:37 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Krzysztof Kozlowski, Alim Akhtar,
	Neil Armstrong, Kaustabh Chakraborty
  Cc: linux-phy, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Krzysztof Kozlowski


On Thu, 10 Jul 2025 16:42:48 +0530, Kaustabh Chakraborty wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] phy: exynos-mipi-video: correct cam0 sysreg property name for exynos7870
      commit: f31ac39c037a77a87e210b0f6d86fdefe8fc7258

Best regards,
-- 
~Vinod



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-22 13:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-10 11:12 [PATCH v2] phy: exynos-mipi-video: correct cam0 sysreg property name for exynos7870 Kaustabh Chakraborty
2025-07-22 13:37 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).