mbox series

[v4,0/4] Add peripheral support to imx8mq-nitrogen board

Message ID 20210511193601.2584324-1-adrien.grassein@gmail.com (mailing list archive)
Headers show
Series Add peripheral support to imx8mq-nitrogen board | expand

Message

Adrien Grassein May 11, 2021, 7:35 p.m. UTC
Hi,

this patch set aims is to add support of multiple peripheral of the
Boundary8M board:
  - USB Host;
  - USB device;
  - DB_DSIHD sub board for MIPI-DSI to HDMI output (via lt8912b chip).


Updates in v2:
  - Use a GPIO hog to handle the USB HOST reset line;
  - Remove useless GPIO hog for lt8912b.

Update in v3:
  - Fix bad squash in git commits.

Updtaes in v4:
  - Fix issues found during review (bad DTS style);
  - Fix comment for the USB HOST.

Thanks,

Adrien Grassein (4):
  arm64: dts: imx8mq-nitrogen: add USB OTG support
  arm64: dts: imx8mq-nitrogen: add USB HOST support
  arm64: dts: imx8mq-nitrogen: add lt8912 MIPI-DSI to HDMI
  arm64: defconfig: Enable LT8912B DRM bridge driver

 .../boot/dts/freescale/imx8mq-nitrogen.dts    | 182 ++++++++++++++++++
 arch/arm64/configs/defconfig                  |   1 +
 2 files changed, 183 insertions(+)

Comments

Shawn Guo May 13, 2021, 1:57 a.m. UTC | #1
On Tue, May 11, 2021 at 09:35:57PM +0200, Adrien Grassein wrote:
> Hi,
> 
> this patch set aims is to add support of multiple peripheral of the
> Boundary8M board:
>   - USB Host;
>   - USB device;
>   - DB_DSIHD sub board for MIPI-DSI to HDMI output (via lt8912b chip).
> 
> 
> Updates in v2:
>   - Use a GPIO hog to handle the USB HOST reset line;
>   - Remove useless GPIO hog for lt8912b.
> 
> Update in v3:
>   - Fix bad squash in git commits.
> 
> Updtaes in v4:
>   - Fix issues found during review (bad DTS style);
>   - Fix comment for the USB HOST.
> 
> Thanks,
> 
> Adrien Grassein (4):
>   arm64: dts: imx8mq-nitrogen: add USB OTG support
>   arm64: dts: imx8mq-nitrogen: add USB HOST support
>   arm64: dts: imx8mq-nitrogen: add lt8912 MIPI-DSI to HDMI
>   arm64: defconfig: Enable LT8912B DRM bridge driver

Applied all, thanks.