Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1628012
| From | Martin Kaiser <martin@kaiser.cx> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2 v3 resend] dt-bindings: display: imx: entry for AUS mode |
| Date | 2017-04-21 09:50 +0200 |
| Message-ID | <tyBui-35R-19@gated-at.bofh.it> (permalink) |
| References | <tfrc6-4pq-5@gated-at.bofh.it> <tyBui-35R-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Allow setting the AUS mode for a display from the device tree. Use an optional boolean property. AUS mode can be set only on imx21 and compatible chipsets. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Acked-by: Rob Herring <robh@kernel.org> --- re-sending v3, rebased against current linux-next it seems this got lost along the way, there was a bit of confusion whether to split this in two patches or not v3: use a boolean DT property instead of the register value separate patches for DT binding and code changes v2: re-sending DT bindings and code changes as one patch Documentation/devicetree/bindings/display/imx/fsl,imx-fb.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/imx/fsl,imx-fb.txt b/Documentation/devicetree/bindings/display/imx/fsl,imx-fb.txt index 7a5c0e2..cacae0e 100644 --- a/Documentation/devicetree/bindings/display/imx/fsl,imx-fb.txt +++ b/Documentation/devicetree/bindings/display/imx/fsl,imx-fb.txt @@ -13,6 +13,8 @@ Required nodes: Additional, the display node has to define properties: - bits-per-pixel: Bits per pixel - fsl,pcr: LCDC PCR value + A display node may optionally define + - fsl,aus_mode: boolean to enable AUS mode (only for imx21) Optional properties: - lcd-supply: Regulator for LCD supply voltage. -- 2.1.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/2 v3 resend] video: fbdev: imxfb: support AUS mode Martin Kaiser <martin@kaiser.cx> - 2017-04-21 09:50 +0200
[PATCH 2/2 v3 resend] dt-bindings: display: imx: entry for AUS mode Martin Kaiser <martin@kaiser.cx> - 2017-04-21 09:50 +0200
Re: [PATCH 1/2 v3 resend] video: fbdev: imxfb: support AUS mode Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2017-04-21 11:40 +0200
Re: [PATCH 1/2 v3 resend] video: fbdev: imxfb: support AUS mode Martin Kaiser <martin@kaiser.cx> - 2017-04-21 12:40 +0200
csiph-web