Re: [PATCH v2] video: fbdev: imxfb: support AUS mode

From: Rob Herring
Date: Fri Mar 03 2017 - 01:53:02 EST


On Tue, Feb 28, 2017 at 09:04:16PM +0100, Martin Kaiser wrote:
> Some displays require setting AUS mode in the LDCD AUS Mode Control
> Register to work with the imxfb driver. Like the value of the Panel
> Configuration Register, the AUS Mode Control Register's value depends on
> the display mode.
>
> Allow setting this register from the device tree. Make the device tree
> node optional to keep the DT ABI stable. This register is available only
> on imx21 and compatible chipsets. Update the device tree bindings with
> this info.
>
> Signed-off-by: Martin Kaiser <martin@xxxxxxxxx>
> ---
> v2:
> re-sending DT bindings and code changes as one patch

The opposite is what is prefered.

>
> .../devicetree/bindings/display/imx/fsl,imx-fb.txt | 2 ++
> drivers/video/fbdev/imxfb.c | 19 +++++++++++++++++++
> include/linux/platform_data/video-imxfb.h | 1 +
> 3 files changed, 22 insertions(+)