board: rpi-4: Do not rotate display in device tree

This commit is contained in:
Mattias Walström
2025-08-23 19:51:12 +02:00
parent 3ac6eaa16b
commit d4726aff82
@@ -20,7 +20,6 @@
compatible = "raspberrypi,7inch-dsi", "simple-panel";
backlight = <&reg_display>;
power-supply = <&reg_display>;
rotation = <180>;
port {
panel_in: endpoint {
remote-endpoint = <&bridge_out>;
@@ -70,8 +69,6 @@
reg = <0x38>;
touchscreen-size-x = < 800 >;
touchscreen-size-y = < 480 >;
touchscreen-inverted-y;
touchscreen-inverted-x;
vcc-supply = <&reg_display>;
reset-gpio = <&reg_display 1 1>;
};