public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts32 changes for 6.3 #1
Date: Thu, 02 Feb 2023 00:04:52 +0100	[thread overview]
Message-ID: <5651506.31r3eYUQgx@phil> (raw)

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 0f48b0ed356d8868f62f7c6814fc2edcd70d1816:

  dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml (2023-02-01 18:41:42 +0100)

----------------------------------------------------------------
Two new 32bit SoC were added, the rv1126 and rk3128.

New boards are thr rk3128-eval-board, and a number of rv1126-based compute
modules from Edgeble AI.

Also included are some dt-binding improvements with relevant Acks from
maintainers when the changes touch these areas.

----------------------------------------------------------------
Anand Moon (3):
      ARM: dts: rockchip: Add ethernet rgmiim1 pin-control for rv1126
      ARM: dts: rockchip: Add Ethernet GMAC node for RV1126
      ARM: dts: rockchip: Enable Ethernet on rv1126 Neu2-IO

Jagan Teki (8):
      dt-bindings: arm: rockchip: Add pmu compatible for rv1126
      ARM: dts: rockchip: Add Rockchip RV1126 pinctrl
      ARM: dts: rockchip: Add Rockchip RV1126 SoC
      dt-bindings: vendor-prefixes: Add Edgeble AI Technologies Pvt. Ltd.
      dt-bindings: arm: rockchip: Add Edgeble Neural Compute Module 2
      ARM: dts: rockchip: Add Edgeble RV1126 Neural Compute Module 2(Neu2)
      ARM: dts: rockchip: Add Edgeble Neural Compute Module 2(Neu2) IO board
      dt-bindings: arm: rockchip: Add Edgeble Neural Compute Module 6

Johan Jonker (8):
      dt-bindings: arm: rockchip: Add Rockchip RK3128 Evaluation board
      ARM: dts: rockchip: add rk3128 soc dtsi
      ARM: dts: rockchip: add rk3128-evb
      ARM: dts: rockchip: add space between label and nodename nfc pinctrl on rk3128
      ARM: dts: rockchip: add brcmf node to rk3066a-mk808
      dt-bindings: phy: rockchip: convert rockchip-dp-phy.txt to yaml
      dt-bindings: soc: rockchip: grf: add rockchip,rk3288-dp-phy.yaml
      dt-bindings: phy: rename phy-rockchip-inno-usb2.yaml

 .../devicetree/bindings/arm/rockchip.yaml          |  17 +
 .../devicetree/bindings/arm/rockchip/pmu.yaml      |   2 +
 ...p-inno-usb2.yaml => rockchip,inno-usb2phy.yaml} |   2 +-
 .../bindings/phy/rockchip,rk3288-dp-phy.yaml       |  41 +
 .../devicetree/bindings/phy/rockchip-dp-phy.txt    |  26 -
 .../devicetree/bindings/soc/rockchip/grf.yaml      |   7 +-
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 MAINTAINERS                                        |   2 +-
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/rk3066a-mk808.dts                |   7 +
 arch/arm/boot/dts/rk3128-evb.dts                   | 109 +++
 arch/arm/boot/dts/rk3128.dtsi                      | 916 +++++++++++++++++++++
 arch/arm/boot/dts/rv1126-edgeble-neu2-io.dts       |  79 ++
 arch/arm/boot/dts/rv1126-edgeble-neu2.dtsi         | 338 ++++++++
 arch/arm/boot/dts/rv1126-pinctrl.dtsi              | 253 ++++++
 arch/arm/boot/dts/rv1126.dtsi                      | 487 +++++++++++
 16 files changed, 2259 insertions(+), 31 deletions(-)
 rename Documentation/devicetree/bindings/phy/{phy-rockchip-inno-usb2.yaml => rockchip,inno-usb2phy.yaml} (98%)
 create mode 100644 Documentation/devicetree/bindings/phy/rockchip,rk3288-dp-phy.yaml
 delete mode 100644 Documentation/devicetree/bindings/phy/rockchip-dp-phy.txt
 create mode 100644 arch/arm/boot/dts/rk3128-evb.dts
 create mode 100644 arch/arm/boot/dts/rk3128.dtsi
 create mode 100644 arch/arm/boot/dts/rv1126-edgeble-neu2-io.dts
 create mode 100644 arch/arm/boot/dts/rv1126-edgeble-neu2.dtsi
 create mode 100644 arch/arm/boot/dts/rv1126-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/rv1126.dtsi




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

                 reply	other threads:[~2023-02-01 23:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=5651506.31r3eYUQgx@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