diff mbox series

ARM: dts: imx6dl-yapp4: Configure the OLED display segment offset

Message ID 1618326076-6869-1-git-send-email-michal.vokac@ysoft.com
State Accepted
Commit 340364b8b10a537644d2beb20e79b7fe9cbb1ebf
Headers show
Series ARM: dts: imx6dl-yapp4: Configure the OLED display segment offset | expand

Commit Message

Michal Vokáč April 13, 2021, 3:01 p.m. UTC
The imx6dl-yapp4 platform uses a GE-LX012864FWPP3N0000 OLED display.
The display consist of a 128x64 OLED panel and a SSD1305 controller.

The OLED panel resolution is 128x64 but the built-in controller default
resolution is 132x64. To display properly a segment offset needs to be
configured.

Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
---
 arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Shawn Guo May 13, 2021, 7:05 a.m. UTC | #1
On Tue, Apr 13, 2021 at 05:01:16PM +0200, Michal Vokáč wrote:
> The imx6dl-yapp4 platform uses a GE-LX012864FWPP3N0000 OLED display.

> The display consist of a 128x64 OLED panel and a SSD1305 controller.

> 

> The OLED panel resolution is 128x64 but the built-in controller default

> resolution is 132x64. To display properly a segment offset needs to be

> configured.

> 

> Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>


Applied, thanks.
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
index 51972c85e207..111d4d331f98 100644
--- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
+++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
@@ -373,6 +373,7 @@ 
 		solomon,height = <64>;
 		solomon,width = <128>;
 		solomon,page-offset = <0>;
+		solomon,col-offset = <4>;
 		solomon,prechargep2 = <15>;
 		reset-gpios = <&gpio_oled 1 GPIO_ACTIVE_LOW>;
 		vbat-supply = <&sw2_reg>;