diff options
author | Thomas Niederprüm <niederp@physik.uni-kl.de> | 2015-03-31 20:27:11 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 09:03:57 +0200 |
commit | 0177ec7ea61087c8101585430126b3447d4ab2ec (patch) | |
tree | bdcac2e575094f692ddcb906e0e991939791d706 /arch/arm/boot | |
parent | ARM: dts: imx6qdl-hummingboard: Add PCIe support (diff) | |
download | linux-0177ec7ea61087c8101585430126b3447d4ab2ec.tar.xz linux-0177ec7ea61087c8101585430126b3447d4ab2ec.zip |
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>
Diffstat (limited to 'arch/arm/boot')
-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>; }; }; |