]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: qcom: camss: Remove extraneous -supply postfix on supply names
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Thu, 26 Jun 2025 01:24:33 +0000 (02:24 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 3 Jul 2025 09:02:45 +0000 (11:02 +0200)
The -supply postfix is wrong but wasn't noticed on the CRD devices or
indeed the Dell devices, however on Lenovo devices the error comes up.

Fixes: 1830cf0f56c3 ("media: qcom: camss: Add x1e80100 specific support")
Cc: stable@vger.kernel.org
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
[bod: reworded commit log per Konrad's feedback]
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/qcom/camss/camss.c

index e1d64c8f42ae1634c2b508e2e7c5a83bfadb945f..e08e70b93824baa5714b3a736bc1d05405253aaa 100644 (file)
@@ -2486,8 +2486,8 @@ static const struct resources_icc icc_res_sm8550[] = {
 static const struct camss_subdev_resources csiphy_res_x1e80100[] = {
        /* CSIPHY0 */
        {
-               .regulators = { "vdd-csiphy-0p8-supply",
-                               "vdd-csiphy-1p2-supply" },
+               .regulators = { "vdd-csiphy-0p8",
+                               "vdd-csiphy-1p2" },
                .clock = { "csiphy0", "csiphy0_timer" },
                .clock_rate = { { 300000000, 400000000, 480000000 },
                                { 266666667, 400000000 } },
@@ -2501,8 +2501,8 @@ static const struct camss_subdev_resources csiphy_res_x1e80100[] = {
        },
        /* CSIPHY1 */
        {
-               .regulators = { "vdd-csiphy-0p8-supply",
-                               "vdd-csiphy-1p2-supply" },
+               .regulators = { "vdd-csiphy-0p8",
+                               "vdd-csiphy-1p2" },
                .clock = { "csiphy1", "csiphy1_timer" },
                .clock_rate = { { 300000000, 400000000, 480000000 },
                                { 266666667, 400000000 } },
@@ -2516,8 +2516,8 @@ static const struct camss_subdev_resources csiphy_res_x1e80100[] = {
        },
        /* CSIPHY2 */
        {
-               .regulators = { "vdd-csiphy-0p8-supply",
-                               "vdd-csiphy-1p2-supply" },
+               .regulators = { "vdd-csiphy-0p8",
+                               "vdd-csiphy-1p2" },
                .clock = { "csiphy2", "csiphy2_timer" },
                .clock_rate = { { 300000000, 400000000, 480000000 },
                                { 266666667, 400000000 } },
@@ -2531,8 +2531,8 @@ static const struct camss_subdev_resources csiphy_res_x1e80100[] = {
        },
        /* CSIPHY4 */
        {
-               .regulators = { "vdd-csiphy-0p8-supply",
-                               "vdd-csiphy-1p2-supply" },
+               .regulators = { "vdd-csiphy-0p8",
+                               "vdd-csiphy-1p2" },
                .clock = { "csiphy4", "csiphy4_timer" },
                .clock_rate = { { 300000000, 400000000, 480000000 },
                                { 266666667, 400000000 } },