diff options
author | Olof Johansson <olof@lixom.net> | 2020-01-16 19:48:34 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2020-01-16 19:48:35 +0100 |
commit | 485e35e4b5e6a3f35ea88d298f5e0241c069ae85 (patch) | |
tree | 718d0557b5145162394da98179543addc885b939 /Documentation/devicetree/bindings/display | |
parent | Merge tag 'mvebu-dt64-5.6-1' of git://git.infradead.org/linux-mvebu into arm/dt (diff) | |
parent | dt-bindings: arm: fsl: Add Gateworks Ventana i.MX6DL/Q compatibles (diff) | |
download | linux-485e35e4b5e6a3f35ea88d298f5e0241c069ae85.tar.xz linux-485e35e4b5e6a3f35ea88d298f5e0241c069ae85.zip |
Merge tag 'imx-bindings-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/dt
i.MX DT bindings update for 5.6:
- Add compatibles for boards:
i.MX6 SoloX SDB Rev-A Board
i.MX7 SabreSD Rev-A Board
i.MX6SL based Tolino Shine 3 eBook reader
i.MX7ULP Embedded Artists COM Board
i.MX8MQ Thor96 Board
i.MX8MQ based Google Coral Edge TPU
i.MX6Q/DL based Gateworks Ventana Boards
LX2160A based QDS and RDB Boards
- Add missing imx6sll into fsl-pxp bindings.
- Add i.MX8MQ LCDIF compatible into mxsfb bindings.
* tag 'imx-bindings-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
dt-bindings: arm: fsl: Add Gateworks Ventana i.MX6DL/Q compatibles
dt-bindings: arm: Add devicetree binding for Thor96 Board
dt-bindings: arm: Add Google Coral Edge TPU entry
bindings: fsl: document compatibles of lx2160a boards
media: dt-bindings: media: fsl-pxp: add missing imx6sll
dt-bindings: arm: fsl: Document i.MX7ULP Embedded Artists COM board
dt-bindings: mxsfb: Add compatible for iMX8MQ
dt-bindings: arm: fsl: add compatible string for Tolino Shine 3
dt-bindings: arm: imx: Add the i.MX7D-SDB Rev-A board
dt-bindings: arm: imx: Add the i.MX6SX-SDB Rev-A board
Link: https://lore.kernel.org/r/20200113034006.17430-3-shawnguo@kernel.org
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree/bindings/display')
-rw-r--r-- | Documentation/devicetree/bindings/display/mxsfb.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/mxsfb.txt b/Documentation/devicetree/bindings/display/mxsfb.txt index 472e1ea6c591..c985871c46b3 100644 --- a/Documentation/devicetree/bindings/display/mxsfb.txt +++ b/Documentation/devicetree/bindings/display/mxsfb.txt @@ -6,6 +6,7 @@ Required properties: - compatible: Should be "fsl,imx23-lcdif" for i.MX23. Should be "fsl,imx28-lcdif" for i.MX28. Should be "fsl,imx6sx-lcdif" for i.MX6SX. + Should be "fsl,imx8mq-lcdif" for i.MX8MQ. - reg: Address and length of the register set for LCDIF - interrupts: Should contain LCDIF interrupt - clocks: A list of phandle + clock-specifier pairs, one for each |