]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/panel: r61307: align with schema property
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 15 Feb 2026 08:51:35 +0000 (10:51 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 10 Mar 2026 13:26:00 +0000 (14:26 +0100)
Rename renesas,inversion to renesas,column-inversion according to schema.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patch.msgid.link/20260215085140.20499-2-clamor95@gmail.com
drivers/gpu/drm/panel/panel-renesas-r61307.c

index 319415194839a92eff3d6e2e22eccbb196cc9144..873ef856184bc355e66f5be9c1601e13c2539a9b 100644 (file)
@@ -259,7 +259,7 @@ static int renesas_r61307_probe(struct mipi_dsi_device *dsi)
                return dev_err_probe(dev, PTR_ERR(priv->reset_gpio),
                                     "Failed to get reset gpios\n");
 
-       if (device_property_read_bool(dev, "renesas,inversion"))
+       if (device_property_read_bool(dev, "renesas,column-inversion"))
                priv->inversion = true;
 
        if (device_property_read_bool(dev, "renesas,contrast"))