mbox series

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

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

Message

Neil Armstrong April 8, 2019, 9:31 a.m. UTC
This patchset adds nodes for Video Display support.

Dependencies :
- patch 1: VPU, HDMI & Power Controller bindings to be applied
- patch 2: Depends on AO-CEC-B bindings to be applied
- patch 3, 4, 5: Patch 1

Changes since v1:
- Added support for AO-CEC-B, enabling AO-CEC-B and disabling AO-CEC-A by default

[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 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    |  53 ++++++
 .../boot/dts/amlogic/meson-g12a-u200.dts      |  54 ++++++
 .../boot/dts/amlogic/meson-g12a-x96-max.dts   |  54 ++++++
 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi   | 165 ++++++++++++++++++
 4 files changed, 326 insertions(+)

Comments

Kevin Hilman April 16, 2019, 6:32 p.m. UTC | #1
Neil Armstrong <narmstrong@baylibre.com> writes:

> This patchset adds nodes for Video Display support.
>
> Dependencies :
> - patch 1: VPU, HDMI & Power Controller bindings to be applied

These are applied.

> - patch 2: Depends on AO-CEC-B bindings to be applied

These are reviewed/acked and don't cause build/boot problems.

> - patch 3, 4, 5: Patch 1

Since all the deps are ready, queuing this for v5.2,

Kevin