From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Date: Fri, 13 Dec 2013 17:07:39 +0000 Subject: Re: [PATCH 05/26] ARM: OMAP2+: add omapdss_init_of() Message-Id: <20131213170739.GB28184@atomide.com> List-Id: References: <1386160133-24026-1-git-send-email-tomi.valkeinen@ti.com> <1386160133-24026-6-git-send-email-tomi.valkeinen@ti.com> <2199639.FbGhznOLP9@avalon> <52A96603.5030709@ti.com> <52AAC615.504@ti.com> In-Reply-To: <52AAC615.504@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Archit Taneja Cc: Tomi Valkeinen , Laurent Pinchart , linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, devicetree@vger.kernel.org, Darren Etheridge * Archit Taneja [131213 00:33]: > > I have seen other OMAP drivers passing control module register info > to their DT node. Instead of having a pinmux driver for a single > register, we might want to consider just passing the control module > register, and take care of the reg fields and masks in the OMAP DSI > driver itself. See the PBIAS control module patches and their comments from Balaji. We can map the misc registers of SCM using drivers/mfd/syscon.c and that way drivers can access them via syscon. Regards, Tony