diff --git a/arch/arm64/boot/dts/sunxi/sun60i-a733-bananapi-m8.dts b/arch/arm64/boot/dts/sunxi/sun60i-a733-bananapi-m8.dts index 118553fce..800b45842 100644 --- a/arch/arm64/boot/dts/sunxi/sun60i-a733-bananapi-m8.dts +++ b/arch/arm64/boot/dts/sunxi/sun60i-a733-bananapi-m8.dts @@ -170,12 +170,12 @@ reset-delay-ms = <10>; reset-gpios = <&pio PD 21 GPIO_ACTIVE_HIGH>; //reset backlight = <&backlight0>; - width-mm = <143>; - height-mm = <238>; + width-mm = <238>; + height-mm = <143>; // dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_SLAVE_MODE)>; /* R2Pro panel flags: VIDEO | VIDEO_BURST | LPM; EOT is enabled by default. */ dsi,flags = <2051>; - dsi,lanes = <2>; + dsi,lanes = <4>; dsi,format = <0>; panel-init-sequence = [ 39 00 04 FF 98 81 03 @@ -408,11 +408,11 @@ timing0: timing0 { clock-frequency = <67000000>; hback-porch = <26>; - hactive = <800>; + hactive = <1280>; hfront-porch = <24>; hsync-len = <18>; vback-porch = <12>; - vactive = <1280>; + vactive = <800>; vfront-porch = <24>; vsync-len = <4>; hsync-active = <0>;