mbox series

[0/6] ARM: dts: rockchip: Add BQ Edison2 QuadCore tablet

Message ID 20181113130559.31221-1-heiko@sntech.de (mailing list archive)
Headers show
Series ARM: dts: rockchip: Add BQ Edison2 QuadCore tablet | expand

Message

Heiko Stübner Nov. 13, 2018, 1:05 p.m. UTC
Add a devicetree for the BQ Edison2 tablet from MundoReader.
Incidentially this is the device I wanted to run mainline Linux
on when starting the Rockchip port - thinking, "this can't take
thaaat long" ;-) - so I've come somewhat full-circle now.

With Lima it can also use gpu acceleration for gles2.

Notable absent peripherals are the touchscreen (ft5606),
IT66121 hdmi bridge (internal panel is working nicely) and sound.
All areas I'm still trying to get working.

The series includes some smallish cleanups before the board
with cleaning up the cpu-core nodes being a big part.

And there are a number of driver-side additions pending that
should get accepted before the board itself can go in.
(bq24196, Innolux panel, tmp108-interrupt).


Heiko Stuebner (6):
  ARM: dts: rockchip: add #sound-dai-cells to Cortex-A9 i2s
  ARM: dts: rockchip: convert rk3188 to opp-v2
  ARM: dts: rockchip: add cpu-core resets for rk3188
  ARM: dts: rockchip: add phandles to secondary cpu cores
  ARM: dts: rockchip: update cpu supplies on rk3188
  ARM: dts: rockchip: add BQ Edison 2 QC devicetree

 .../devicetree/bindings/arm/rockchip.txt      |   4 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/rk3066a.dtsi                |   3 +
 arch/arm/boot/dts/rk3188-bqedison2qc.dts      | 711 ++++++++++++++++++
 arch/arm/boot/dts/rk3188-px3-evb.dts          |  14 +-
 arch/arm/boot/dts/rk3188-radxarock.dts        |  14 +-
 arch/arm/boot/dts/rk3188.dtsi                 |  66 +-
 7 files changed, 797 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/boot/dts/rk3188-bqedison2qc.dts

Comments

Heiko Stübner Nov. 27, 2018, 2:14 p.m. UTC | #1
Am Dienstag, 13. November 2018, 14:05:53 CET schrieb Heiko Stuebner:
> Add a devicetree for the BQ Edison2 tablet from MundoReader.
> Incidentially this is the device I wanted to run mainline Linux
> on when starting the Rockchip port - thinking, "this can't take
> thaaat long" ;-) - so I've come somewhat full-circle now.
> 
> With Lima it can also use gpu acceleration for gles2.
> 
> Notable absent peripherals are the touchscreen (ft5606),
> IT66121 hdmi bridge (internal panel is working nicely) and sound.
> All areas I'm still trying to get working.
> 
> The series includes some smallish cleanups before the board
> with cleaning up the cpu-core nodes being a big part.
> 
> And there are a number of driver-side additions pending that
> should get accepted before the board itself can go in.
> (bq24196, Innolux panel, tmp108-interrupt).
> 
> 
> Heiko Stuebner (6):
>   ARM: dts: rockchip: add #sound-dai-cells to Cortex-A9 i2s
>   ARM: dts: rockchip: convert rk3188 to opp-v2
>   ARM: dts: rockchip: add cpu-core resets for rk3188
>   ARM: dts: rockchip: add phandles to secondary cpu cores
>   ARM: dts: rockchip: update cpu supplies on rk3188

applied the general cleanups from patch 1-5 for 4.21 now.


>   ARM: dts: rockchip: add BQ Edison 2 QC devicetree

this one gets a bit more time for possible dt-maintainer Review of the
small binding addition.