27.03.2023 11:11, Svyatoslav Ryhel пишет: > @@ -370,6 +383,8 @@ static int tegra_lcd_of_to_plat(struct udevice *dev) > return -EINVAL; > } > > + priv->rotation = dev_read_bool(dev, "nvidia,180-rotation"); There is no "nvidia,180-rotation" in the DT binding. It should be standard panel property "rotation = <180>".