Commit 0177ec7e authored by Thomas Niederprüm's avatar Thomas Niederprüm Committed by Shawn Guo

ARM: mxs: fix in tree users of ssd1306

This patch updates the in tree-users of the SSD1306 controller for using
the newly introduced DT properties.
Signed-off-by: default avatarThomas Niederprüm <niederp@physik.uni-kl.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent b49b9ee0
......@@ -99,6 +99,9 @@ ssd1306: oled@3c {
solomon,height = <32>;
solomon,width = <128>;
solomon,page-offset = <0>;
solomon,com-lrremap;
solomon,com-invdir;
solomon,com-offset = <32>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment