On 08/05/15 16:31, Maxime Ripard wrote: > Hi Shawn, > > On Thu, May 07, 2015 at 07:28:01PM +0800, Shawn Guo wrote: >> On Thu, May 07, 2015 at 01:55:35PM +0300, Tomi Valkeinen wrote: >>> Hi, >>> >>> On 31/03/15 21:27, Thomas Niederprüm wrote: >>>> This patch updates the in tree-users of the SSD1306 controller for using >>>> the newly introduced DT properties. >>>> >>>> Signed-off-by: Thomas Niederprüm >>>> --- >>>> 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>; >>>> }; >>>> }; >>> >>> Should this patch be merged separately via proper tree? I can take the >>> rest of the patches via fbdev tree. I can, of course, take this via >>> fbdev also, if I get an ack. >> >> @Maxime >> >> I assume you're the person, right? > > I don't have this board right now to actually test, but the changes > look good. So should I take this via fbdev tree with the rest of the patches? If so, I want an ack from a relevant dts maintainer. get_maintainers.pl gives Shawn as the first contact for imx28-cfa10036.dts. Tomi