diff options
author | Thomas Niederprüm <niederp@physik.uni-kl.de> | 2015-03-31 21:27:11 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 10:03:57 +0300 |
commit | 0177ec7ea61087c8101585430126b3447d4ab2ec (patch) | |
tree | bdcac2e575094f692ddcb906e0e991939791d706 | |
parent | b49b9ee08627db6952f4702f33aa25bb962453c2 (diff) | |
download | linux-0177ec7ea61087c8101585430126b3447d4ab2ec.tar.xz |
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: Thomas Niederprüm <niederp@physik.uni-kl.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10036.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts b/arch/arm/boot/dts/imx28-cfa10036.dts index b04b6b8850a7..570aa339a05e 100644 --- a/arch/arm/boot/dts/imx28-cfa10036.dts +++ b/arch/arm/boot/dts/imx28-cfa10036.dts @@ -99,6 +99,9 @@ solomon,height = <32>; solomon,width = <128>; solomon,page-offset = <0>; + solomon,com-lrremap; + solomon,com-invdir; + solomon,com-offset = <32>; }; }; |