[PATCHv4 05/10] ARM: mxs: fix in tree users of ssd1306
From: Thomas Niederprüm <hidden>
Date: 2015-03-16 17:13:06
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Niederprüm <hidden>
Date: 2015-03-16 17:13:06
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
This patch updates the in tree-users of the SSD1306 controller for using the newly introduced DT properties. Signed-off-by: Thomas Niederprüm <redacted> --- arch/arm/boot/dts/imx28-cfa10036.dts | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts b/arch/arm/boot/dts/imx28-cfa10036.dts
index b04b6b8..570aa33 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>; }; };
--
2.3.0