linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: linux-rockchip@lists.infradead.org, soc@kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts64 changes for 5.11
Date: Sun, 06 Dec 2020 19:30:06 +0100	[thread overview]
Message-ID: <4278011.LvFx2qVVIh@phil> (raw)

Hi Arnd, Kevin, Olof,

please find below and in the following pull-requests Rockchip-changes
aimed at 5.11
Please pull!

Thanks
Heiko

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e12f67fe83446432ef16704c22ec23bd1dbcd094:

  arm64: dts: rockchip: use USB host by default on rk3399-rock-pi-4 (2020-12-04 11:23:52 +0100)

----------------------------------------------------------------
Newly added boards are the PX30 SOM system from Engicam and Kobol Helios64.
The Scarlet tablet finally gets support for its cameras, now that the
the rk3399-isp moved out of staging.
The Odroid-Go-Advance got its joystick support now that the adc-joystick
driver was merged and misc omprovements to the RockPi4, rk3328-roc-cc
and orange-pi.

----------------------------------------------------------------
Alexis Ballier (1):
      arm64: dts: rockchip: Properly define the type C connector on rk3399-orangepi

Chen-Yu Tsai (4):
      arm64: dts: rockchip: Set dr_mode to "host" for OTG on rk3328-roc-cc
      arm64: dts: rockchip: Enable HDMI audio on rk3328-roc-cc
      arm64: dts: rockchip: Enable analog audio on rk3328-roc-cc
      arm64: dts: rockchip: Fix UART pull-ups on rk3328

Eddie Cai (1):
      arm64: dts: rockchip: add isp and sensors for Scarlet

Heiko Stuebner (1):
      arm64: dts: rockchip: add adc joystick to Odroid Go Advance

Jagan Teki (10):
      dt-bindings: arm: rockchip: Add Engicam PX30.Core EDIMM2.2 Starter Kit
      arm64: dts: rockchip: Add Engicam EDIMM2.2 Starter Kit
      arm64: dts: rockchip: Add Engicam PX30.Core EDIMM2.2 Starter Kit
      dt-bindings: arm: rockchip: Add Engicam PX30.Core C.TOUCH 2.0
      arm64: dts: rockchip: Add Engicam C.TOUCH 2.0
      arm64: dts: rockchip: Add Engicam PX30.Core C.TOUCH 2.0
      arm64: dts: rockchip: Enable USB Host, OTG on px30-enagicam
      arm64: dts: rockchip: Enable LVDS panel on px30-engicam-edimm2.2
      dt-bindings: arm: rockchip: Add Engicam PX30.Core C.TOUCH 2.0 10.1" OF
      arm64: dts: rockchip: Add Engicam PX30.Core C.TOUCH 2.0 10.1" OF

Johan Jonker (1):
      arm64: dts: rockchip: rename sdhci nodename to mmc on rk3399

Michael Trimarchi (1):
      arm64: dts: rockchip: Add Engicam PX30.Core SOM

Shunqian Zheng (1):
      arm64: dts: rockchip: add isp0 node for rk3399

Suniel Mahesh (2):
      arm64: dts: rockchip: Add WiFi support on px30-engicam
      arm64: dts: rockchip: Add BT support on px30-engicam

Uwe Kleine-König (3):
      dt-bindings: vendor-prefixes: Add kobol prefix
      arm64: dts: rockchip: Add basic support for Kobol's Helios64
      dt-bindings: arm: rockchip: Add Kobol Helios64

Vicente Bergas (3):
      arm64: dts: rockchip: fix supplies on rk3399-rock-pi-4
      arm64: dts: rockchip: fix I2S conflict on rk3399-rock-pi-4
      arm64: dts: rockchip: use USB host by default on rk3399-rock-pi-4

 .../devicetree/bindings/arm/rockchip.yaml          |  23 ++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm64/boot/dts/rockchip/Makefile              |   4 +
 .../boot/dts/rockchip/px30-engicam-common.dtsi     | 124 +++++++
 .../boot/dts/rockchip/px30-engicam-ctouch2.dtsi    |  30 ++
 .../boot/dts/rockchip/px30-engicam-edimm2.2.dtsi   |  66 ++++
 .../px30-engicam-px30-core-ctouch2-of10.dts        |  77 +++++
 .../rockchip/px30-engicam-px30-core-ctouch2.dts    |  22 ++
 .../rockchip/px30-engicam-px30-core-edimm2.2.dts   |  43 +++
 .../boot/dts/rockchip/px30-engicam-px30-core.dtsi  | 237 +++++++++++++
 arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts |  24 ++
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts     |  21 ++
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |  16 +-
 .../boot/dts/rockchip/rk3399-gru-scarlet.dtsi      |  74 ++++
 .../boot/dts/rockchip/rk3399-kobol-helios64.dts    | 372 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts   |  62 +++-
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi |  15 +-
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |  28 +-
 18 files changed, 1219 insertions(+), 21 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/px30-engicam-common.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/px30-engicam-ctouch2.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/px30-engicam-edimm2.2.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/px30-engicam-px30-core-ctouch2-of10.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/px30-engicam-px30-core-ctouch2.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/px30-engicam-px30-core-edimm2.2.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/px30-engicam-px30-core.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts




_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2020-12-06 18:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06 18:30 Heiko Stuebner [this message]
2020-12-08 23:09 ` [GIT PULL] Rockchip dts64 changes for 5.11 Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2021-02-06  0:03 Heiko Stuebner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4278011.LvFx2qVVIh@phil \
    --to=heiko@sntech.de \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).