mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 13:53:01 +02:00
board: rpi-4: Do not rotate display in device tree
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
compatible = "raspberrypi,7inch-dsi", "simple-panel";
|
||||
backlight = <®_display>;
|
||||
power-supply = <®_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 = <®_display>;
|
||||
reset-gpio = <®_display 1 1>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user