Re: [PATCH 2/2] dt-bindings: display: imx: entry for LAUSCR

From: Martin Kaiser
Date: Sat Mar 04 2017 - 04:36:04 EST


Hi,

Thus wrote Rob Herring (robh@xxxxxxxxxx):

> On Mon, Feb 27, 2017 at 11:56:42AM +0100, Martin Kaiser wrote:

> > - fsl,pcr: LCDC PCR value
> > + A display node may optionally define
> > + - fsl,lauscr: LCDC AUS Mode Control Register value (only for imx21)

> Looks like we already got one, but generally we don't just put magic
> register values in the DT. What does this register control?

it contains settings related to AUS mode. This mode sets different
mappings between framebuffer memory and display pixels. It seems that
these mappings were originally defined for displays from AUO.

The only bit from this register that I really need is "AUS mode on/off".
I could put this into the device tree instead of the entire register.

Best regards,
Martin