From: Svyatoslav Ryhel Date: Sun, 15 Feb 2026 08:51:35 +0000 (+0200) Subject: drm/panel: r61307: align with schema property X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1a4c55d75c0471710f444f56527f5bce9739c7e;p=thirdparty%2Fkernel%2Flinux.git drm/panel: r61307: align with schema property Rename renesas,inversion to renesas,column-inversion according to schema. Signed-off-by: Svyatoslav Ryhel Reviewed-by: Neil Armstrong Signed-off-by: Neil Armstrong Link: https://patch.msgid.link/20260215085140.20499-2-clamor95@gmail.com --- diff --git a/drivers/gpu/drm/panel/panel-renesas-r61307.c b/drivers/gpu/drm/panel/panel-renesas-r61307.c index 319415194839a..873ef856184bc 100644 --- a/drivers/gpu/drm/panel/panel-renesas-r61307.c +++ b/drivers/gpu/drm/panel/panel-renesas-r61307.c @@ -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"))