mbox series

[0/2] add support for videostrong KII Pro

Message ID 20191120164916.31698-1-mohammad.rasim96@gmail.com (mailing list archive)
Headers show
Series add support for videostrong KII Pro | expand

Message

Mohammad Rasim Nov. 20, 2019, 4:49 p.m. UTC
This patch set adds support for the Videostrong KII Pro tv box which is based on the gxbb-p201 reference design.
Patch 1 and 4 also adds support for the BCM4335A0 that comes with this device

Device specifications:
    SoC –  Amlogic S905 quad core ARM Cortex-A53 @ up to 2.0GHz with  penta-core Mali-450MP GPU @ 750 MHz
    System Memory – 2GB DDR3
    Storage – 16GB eMMC flash + micro SD card slot up to 32GB
    Video Output – HDMI 2.0 up to 4K @ 60Hz, and 3.5mm AV (composite video) jack
    Audio – HDMI, AV (stereo audio), optical S/PDIF
    Video Codecs – 10-bit H.265 up to 4K60, MPEG/VC-1/AVS+/H.265 up to 4K30
    Tuner – Combo DVB-T/T2 and DVB-S/S2 with two connectors
    Connectivity – 10/100M Ethernet, 802.11 b/g/n/ac Wi-Fi, and Bluetooth 4.0 (Ampak AP6335)
    USB – 4x USB 2.0 host ports
    Misc – Power button and LED, IR receiver
    Power Supply –  DC 12V/1A
    Dimensions – 130 x 120 x 32 mm
    Weight – 187.50 grams

Changes since RFC v1:
- add commit description to the cover letter
- update bluetooth bindings
- use lowercase name for the dts filename,vendor prefix and device compatible
- add copyrights to the new files
- include "meson-gxbb-p20x.dtsi" instead of "meson-gxbb-p201.dts"

Changes since RFC v2:
- Fix styling issues


Mohammad Rasim (2):
  dt-bindings: Add vendor prefix for Videostrong Technology
  arm64: dts: meson-gxbb: add support for Videostrong KII Pro

 .../devicetree/bindings/vendor-prefixes.yaml  |  2 ++
 arch/arm64/boot/dts/amlogic/Makefile          |  1 +
 .../boot/dts/amlogic/meson-gxbb-kii-pro.dts   | 34 +++++++++++++++++++
 3 files changed, 37 insertions(+)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts