Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1720818
| From | Andreas Färber <afaerber@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] arm64: dts: Initial ProBox2 Ava support |
| Date | 2017-08-27 15:10 +0200 |
| Message-ID | <uj5u9-86f-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello, This mini-series adds a Device Tree for the PROBOX2 AVA Android TV Box. Unlike the Zidoo X9S, serial (loady) was the only working way to boot a new kernel from the vendor's U-Boot on this TV Box. PROBOX2 support has been informed about bootloader issues with Ethernet, USB and FAT on SD; the same symptoms have since been observed on the Lake I, so be warned that those bugs might inconvenience other RTD1295 devices, too. More details at: https://en.opensuse.org/HCL:ProBox2_Ava @PROBOX2: Please review the following three patches and either signal your acknowledgement of my naming with an "Acked-by: name <email>" line or point out any changes you would like to see applied (e.g., company name). Thanks! Latest experimental patches at: https://github.com/afaerber/linux/commits/rtd1295-next Have a lot of fun! Cheers, Andreas Cc: support@probox2.com Cc: devicetree@vger.kernel.org Cc: Wangchanchan <wangcc@azw-online.com> Cc: beelinkservice@bee-link.com Andreas Färber (3): dt-bindings: Add vendor prefix for ProBox2 dt-bindings: arm: realtek: Add ProBox2 AVA arm64: dts: realtek: Add ProBox2 Ava Documentation/devicetree/bindings/arm/realtek.txt | 1 + .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm64/boot/dts/realtek/Makefile | 1 + .../arm64/boot/dts/realtek/rtd1295-probox2-ava.dts | 31 ++++++++++++++++++++++ arch/arm64/boot/dts/realtek/rtd1295-zidoo-x9s.dts | 6 ----- arch/arm64/boot/dts/realtek/rtd1295.dtsi | 6 +++++ 6 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 arch/arm64/boot/dts/realtek/rtd1295-probox2-ava.dts -- 2.12.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] arm64: dts: Initial ProBox2 Ava support Andreas Färber <afaerber@suse.de> - 2017-08-27 15:10 +0200
[PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2 Andreas Färber <afaerber@suse.de> - 2017-08-27 15:10 +0200
Re: [PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2 Rob Herring <robh@kernel.org> - 2017-08-31 23:20 +0200
Re: [PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2 Andreas Färber <afaerber@suse.de> - 2017-09-02 12:10 +0200
csiph-web