]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
video: r61307: adjust property name
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 7 Feb 2026 18:07:03 +0000 (20:07 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 22 Mar 2026 12:58:58 +0000 (14:58 +0200)
Rename renesas,inversion to renesas,column-inversion according to latest
schema.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/renesas-r61307.c

index ef6fab1e953b454ade8ac36d4a41609fc10afe75..b643fd1db89ea535cdc435ae1725d8bcb972ee46 100644 (file)
@@ -228,7 +228,7 @@ static int renesas_r61307_of_to_plat(struct udevice *dev)
        }
 
        priv->dig_cont_adj = dev_read_bool(dev, "renesas,contrast");
-       priv->inversion = dev_read_bool(dev, "renesas,inversion");
+       priv->inversion = dev_read_bool(dev, "renesas,column-inversion");
        priv->gamma = dev_read_u32_default(dev, "renesas,gamma", 0);
 
        return 0;