From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 7 Nov 2012 13:34:50 -0800 Subject: [PATCH 0/6] OMAPDSS: enable DSS for Panda & SDP with devtree In-Reply-To: <509A3EE2.1080500@ti.com> References: <1352121259-5836-1-git-send-email-tomi.valkeinen@ti.com> <20121107010405.GU6801@atomide.com> <509A3EE2.1080500@ti.com> Message-ID: <20121107213450.GL6801@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Benoit Cousson [121107 03:00]: > On 11/07/2012 02:04 AM, Tony Lindgren wrote: > > * Tomi Valkeinen [121105 05:16]: > >> Hi, > >> > >> OMAPDSS device tree support is still some way in the future. Tony has requested > >> to get DSS working for Panda & SDP boards with DT kernel, so that we'll have > >> fully working boards with DT. > >> > >> This series makes a few hacks to get a working display on OMAP4 Panda and SDP > >> boards. The idea is to setup the omapdss with the non-DT method, creating the > >> omapdss devices and passing platform data to them. This setup code is called > >> from board-generic for Panda and SDP boards. > >> > >> There was one problem with this approach: omapdss cannot get regulators using > >> the omapdss's names fro the regulators. Thus there's a hack patch to get the > >> regulators using the OMAP4 "native" regulator names, thus circumventing the > >> problem. > >> > >> Tony, if these look good, how do you want to merge these? There are three parts > >> here, and I think they can be merged independently if so wished: > >> > >> * .dts changes for the pinmuxing (2 patches) > > > > Let's let Benoit queue these. > > Done. I'll send you the pull-request tomorrow in case some more DTS > patches are coming. OK thanks, I'll apply 3-6 to omap-for-v3.8/board branch. Regards, Tony