mbox series

[0/5] arm64: dts: meson-g12a: Add support for Video Display

Message ID 20190325145914.32391-1-narmstrong@baylibre.com (mailing list archive)
Headers show
Series arm64: dts: meson-g12a: Add support for Video Display | expand

Message

Neil Armstrong March 25, 2019, 2:59 p.m. UTC
This patchset adds nodes for Video Display support.

Dependencies :
- patch 1: VPU, HDMI & Power Controller bindings still in reviewe at [1]
- patch 2: None
- patch 3, 4, 5: Patch 1

[1] https://lkml.kernel.org/r/20190313141030.5958-1-narmstrong@baylibre.com

Neil Armstrong (5):
  arm64: dts: meson-g12a: Add VPU and HDMI related nodes
  arm64: dts: meson-g12a: Add AO-CEC-A nodes
  arm64: dts: meson-g12a-x96-max: Add support for Video Display
  arm64: dts: meson-g12a-sei510: Add support for Video Display
  arm64: dts: meson-g12a-u200: Add support for Video Display

 .../boot/dts/amlogic/meson-g12a-sei510.dts    |  46 ++++++
 .../boot/dts/amlogic/meson-g12a-u200.dts      |  47 ++++++
 .../boot/dts/amlogic/meson-g12a-x96-max.dts   |  47 ++++++
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi   | 149 ++++++++++++++++++
 4 files changed, 289 insertions(+)

Comments

Neil Armstrong April 1, 2019, 11:49 a.m. UTC | #1
On 25/03/2019 15:59, Neil Armstrong wrote:
> This patchset adds nodes for Video Display support.
> 
> Dependencies :
> - patch 1: VPU, HDMI & Power Controller bindings still in reviewe at [1]
> - patch 2: None
> - patch 3, 4, 5: Patch 1
> 
> [1] https://lkml.kernel.org/r/20190313141030.5958-1-narmstrong@baylibre.com
> 
> Neil Armstrong (5):
>   arm64: dts: meson-g12a: Add VPU and HDMI related nodes
>   arm64: dts: meson-g12a: Add AO-CEC-A nodes
>   arm64: dts: meson-g12a-x96-max: Add support for Video Display
>   arm64: dts: meson-g12a-sei510: Add support for Video Display
>   arm64: dts: meson-g12a-u200: Add support for Video Display
> 
>  .../boot/dts/amlogic/meson-g12a-sei510.dts    |  46 ++++++
>  .../boot/dts/amlogic/meson-g12a-u200.dts      |  47 ++++++
>  .../boot/dts/amlogic/meson-g12a-x96-max.dts   |  47 ++++++
>  arch/arm64/boot/dts/amlogic/meson-g12a.dtsi   | 149 ++++++++++++++++++
>  4 files changed, 289 insertions(+)
> 

Hi Kevin,

The bindings has been reviewed, you can pick the VPU/HDMI bindings with these patches if
you want.

I'll apply the DRM driver patches on the drm-tree directly when reviewed.

Neil