mbox series

[GIT,PULL,1/2] Rockchip dts32 updates for 5.1

Message ID 2570520.8EeqtpO5V7@phil
State New
Headers show
Series [GIT,PULL,1/2] Rockchip dts32 updates for 5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.1-rockchip-dts32-1

Message

Heiko Stübner Feb. 1, 2019, 11:23 a.m. UTC
Hi Arnd, Kevin Olof,

please find below and in the reply a round of Rockchip devicetree updates
targetted at 5.1. Nothing major, some new boards including the first
actual product based on the rv1108 single-core soc and a number of
general updates - Please pull

Thanks
Heiko


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.1-rockchip-dts32-1

for you to fetch changes up to e6b97a47b5b9512828859778acafd3fe107b395e:

  ARM: dts: rockchip: clean up the abuse of disable-wp (2019-01-28 10:51:55 +0100)

----------------------------------------------------------------
New board the Elgin-R1 based on the rv1108 soc and a number of small
improvements for rv1108 as well. RK3066 got support for the core
display components and the Edison tablet got its touchscreen added.
Apart from that a wider fix to drop display-wp usage from places where
it shouldn't be used, a pin fix for Edison and a cleanup to prevent
rk3036 board from defining sound-dai-cells for core components in
each board separately.

----------------------------------------------------------------
Heiko Stuebner (3):
      ARM: dts: rockchip: move rk3036 i2s sound-dail-cells into soc dtsi
      ARM: dts: rockchip: fix cif1_pdn pin on rk3188-bqedison2qc
      ARM: dts: rockchip: add focaltech touchscreen to rk3188-bqedison2qc

Johan Jonker (1):
      ARM: dts: rockchip: add HCLK_HDMI to rk3066 vio power-domain

Mark Yao (1):
      ARM: dts: rockchip: add rk3066 vop display nodes

Otavio Salvador (4):
      ARM: dts: rockchip: Add missing dma-names SPI support for rv1108
      ARM: dts: rockchip: rv1108: Add spim0 and spim1 pinctrl groups
      dt-bindings: Add vendor prefix for elgin
      ARM: dts: rv1108: Add support for rv1108-elgin-r1 board

Shawn Lin (1):
      ARM: dts: rockchip: clean up the abuse of disable-wp

 .../devicetree/bindings/arm/rockchip.yaml          |   5 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/rk3036-kylin.dts                 |   1 -
 arch/arm/boot/dts/rk3036.dtsi                      |   1 +
 arch/arm/boot/dts/rk3066a-bqcurie2.dts             |   1 -
 arch/arm/boot/dts/rk3066a-mk808.dts                |   1 -
 arch/arm/boot/dts/rk3066a-rayeager.dts             |   2 -
 arch/arm/boot/dts/rk3066a.dtsi                     |  48 +++++
 arch/arm/boot/dts/rk3188-bqedison2qc.dts           |  18 +-
 arch/arm/boot/dts/rk3188-px3-evb.dts               |   1 -
 arch/arm/boot/dts/rk3229-evb.dts                   |   1 -
 arch/arm/boot/dts/rk3288-fennec.dts                |   1 -
 arch/arm/boot/dts/rk3288-firefly-reload.dts        |   1 -
 arch/arm/boot/dts/rk3288-miqi.dts                  |   1 -
 arch/arm/boot/dts/rk3288-popmetal.dts              |   1 -
 arch/arm/boot/dts/rk3288-rock2-square.dts          |   1 -
 arch/arm/boot/dts/rk3288-tinker-s.dts              |   1 -
 arch/arm/boot/dts/rk3288-vyasa.dts                 |   1 -
 arch/arm/boot/dts/rv1108-elgin-r1.dts              | 206 +++++++++++++++++++++
 arch/arm/boot/dts/rv1108.dtsi                      |  37 ++++
 21 files changed, 315 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/boot/dts/rv1108-elgin-r1.dts

Comments

Arnd Bergmann Feb. 15, 2019, 1:36 p.m. UTC | #1
On Fri, Feb 1, 2019 at 12:23 PM Heiko Stuebner <heiko@sntech.de> wrote:
>
> ----------------------------------------------------------------
> New board the Elgin-R1 based on the rv1108 soc and a number of small
> improvements for rv1108 as well. RK3066 got support for the core
> display components and the Edison tablet got its touchscreen added.
> Apart from that a wider fix to drop display-wp usage from places where
> it shouldn't be used, a pin fix for Edison and a cleanup to prevent
> rk3036 board from defining sound-dai-cells for core components in
> each board separately.


Pulled into arm/dt, thanks!

      Arnd