All of lore.kernel.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.8 #1
Date: Tue, 12 Dec 2023 22:33:47 +0100	[thread overview]
Message-ID: <3197878.5fSG56mABF@phil> (raw)

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 569b26af7919c15a8ce231b4fae29cfbd811f144:

  ARM: dts: rockchip: add hdmi-connector node to rk3036-kylin (2023-12-12 20:38:36 +0100)

----------------------------------------------------------------
New boards are the Geniatech XPI-3128 (RK3128), Sonoff iHost (rv1109)

One "new" soc is the rv1109 which is a two-core variant of the rv1126
and everything else is identical.

Lots of love for the old rk3128 (power-domains, gpu, gmac, usb) and
rv1126 (uart pins, i2c2 special case) and rework of aliases to have
core busses that are hard-numbered in boards and documentation centrally
in the dtsi, but the per board aliases in the boards (ethernet).

Plus the rk3036 got a yaml hdmi binding which required some small fixes.

----------------------------------------------------------------
Alex Bee (14):
      dt-bindings: arm: rockchip: Add Geniatech XPI-3128
      ARM: dts: rockchip: Add sdmmc_det pinctrl for RK3128
      ARM: dts: rockchip: Add Geniatech XPI-3128 RK3128 board
      ARM: dts: rockchip: Add USB host clocks for RK3128
      ARM: dts: rockchip: Add dwc2 otg fifo siztes for RK3128
      ARM: dts: rockchip: Make usbphy the parent of SCLK_USB480M for RK3128
      ARM: dts: rockchip: Add gmac node for RK3128
      ARM: dts: rockchip: Enable gmac for XPI-3128
      ARM: dts: rockchip: Add power-controller for RK3128
      ARM: dts: rockchip: Add GPU node for RK3128
      ARM: dts: rockchip: Enable GPU for XPI-3128
      ARM: dts: rockchip: Move gpio aliases to SoC dtsi for RK3128
      ARM: dts: rockchip: Move i2c aliases to SoC dtsi for RK3128
      ARM: dts: rockchip: Move uart aliases to SoC dtsi for RK3128

Johan Jonker (3):
      ARM: dts: rockchip: add gpio alias for gpio dt nodes
      ARM: dts: rockchip: fix rk3036 hdmi ports node
      ARM: dts: rockchip: add hdmi-connector node to rk3036-kylin

Tim Lunn (7):
      ARM: dts: rockchip: Add alternate UART pins to rv1126
      ARM: dts: rockchip: Serial aliases for rv1126
      ARM: dts: rockchip: Add i2c2 node to rv1126
      ARM: dts: rockchip: Split up rgmii1 pinctrl on rv1126
      ARM: dts: rockchip: Add rv1109 SoC
      dt-bindings: arm: rockchip: Add Sonoff iHost
      ARM: dts: rockchip: Add Sonoff iHost Smart Home Hub

 .../devicetree/bindings/arm/rockchip.yaml          |  12 +
 arch/arm/boot/dts/rockchip/Makefile                |   3 +
 arch/arm/boot/dts/rockchip/rk3036-kylin.dts        |  17 +
 arch/arm/boot/dts/rockchip/rk3036.dtsi             |  17 +-
 arch/arm/boot/dts/rockchip/rk3066a.dtsi            |   5 +
 arch/arm/boot/dts/rockchip/rk3128-evb.dts          |   5 -
 arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts     | 425 +++++++++++++++++++++
 arch/arm/boot/dts/rockchip/rk3128.dtsi             | 185 +++++++++
 arch/arm/boot/dts/rockchip/rk322x.dtsi             |   4 +
 arch/arm/boot/dts/rockchip/rk3288.dtsi             |   9 +
 arch/arm/boot/dts/rockchip/rk3xxx.dtsi             |   4 +
 arch/arm/boot/dts/rockchip/rv1109-sonoff-ihost.dts |  21 +
 arch/arm/boot/dts/rockchip/rv1109.dtsi             |  23 ++
 .../boot/dts/rockchip/rv1126-edgeble-neu2-io.dts   |   2 +-
 arch/arm/boot/dts/rockchip/rv1126-pinctrl.dtsi     |  72 +++-
 arch/arm/boot/dts/rockchip/rv1126-sonoff-ihost.dts |  29 ++
 .../arm/boot/dts/rockchip/rv1126-sonoff-ihost.dtsi | 404 ++++++++++++++++++++
 arch/arm/boot/dts/rockchip/rv1126.dtsi             |  21 +
 18 files changed, 1236 insertions(+), 22 deletions(-)
 create mode 100644 arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts
 create mode 100644 arch/arm/boot/dts/rockchip/rv1109-sonoff-ihost.dts
 create mode 100644 arch/arm/boot/dts/rockchip/rv1109.dtsi
 create mode 100644 arch/arm/boot/dts/rockchip/rv1126-sonoff-ihost.dts
 create mode 100644 arch/arm/boot/dts/rockchip/rv1126-sonoff-ihost.dtsi




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
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.8 #1
Date: Tue, 12 Dec 2023 22:33:47 +0100	[thread overview]
Message-ID: <3197878.5fSG56mABF@phil> (raw)

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 569b26af7919c15a8ce231b4fae29cfbd811f144:

  ARM: dts: rockchip: add hdmi-connector node to rk3036-kylin (2023-12-12 20:38:36 +0100)

----------------------------------------------------------------
New boards are the Geniatech XPI-3128 (RK3128), Sonoff iHost (rv1109)

One "new" soc is the rv1109 which is a two-core variant of the rv1126
and everything else is identical.

Lots of love for the old rk3128 (power-domains, gpu, gmac, usb) and
rv1126 (uart pins, i2c2 special case) and rework of aliases to have
core busses that are hard-numbered in boards and documentation centrally
in the dtsi, but the per board aliases in the boards (ethernet).

Plus the rk3036 got a yaml hdmi binding which required some small fixes.

----------------------------------------------------------------
Alex Bee (14):
      dt-bindings: arm: rockchip: Add Geniatech XPI-3128
      ARM: dts: rockchip: Add sdmmc_det pinctrl for RK3128
      ARM: dts: rockchip: Add Geniatech XPI-3128 RK3128 board
      ARM: dts: rockchip: Add USB host clocks for RK3128
      ARM: dts: rockchip: Add dwc2 otg fifo siztes for RK3128
      ARM: dts: rockchip: Make usbphy the parent of SCLK_USB480M for RK3128
      ARM: dts: rockchip: Add gmac node for RK3128
      ARM: dts: rockchip: Enable gmac for XPI-3128
      ARM: dts: rockchip: Add power-controller for RK3128
      ARM: dts: rockchip: Add GPU node for RK3128
      ARM: dts: rockchip: Enable GPU for XPI-3128
      ARM: dts: rockchip: Move gpio aliases to SoC dtsi for RK3128
      ARM: dts: rockchip: Move i2c aliases to SoC dtsi for RK3128
      ARM: dts: rockchip: Move uart aliases to SoC dtsi for RK3128

Johan Jonker (3):
      ARM: dts: rockchip: add gpio alias for gpio dt nodes
      ARM: dts: rockchip: fix rk3036 hdmi ports node
      ARM: dts: rockchip: add hdmi-connector node to rk3036-kylin

Tim Lunn (7):
      ARM: dts: rockchip: Add alternate UART pins to rv1126
      ARM: dts: rockchip: Serial aliases for rv1126
      ARM: dts: rockchip: Add i2c2 node to rv1126
      ARM: dts: rockchip: Split up rgmii1 pinctrl on rv1126
      ARM: dts: rockchip: Add rv1109 SoC
      dt-bindings: arm: rockchip: Add Sonoff iHost
      ARM: dts: rockchip: Add Sonoff iHost Smart Home Hub

 .../devicetree/bindings/arm/rockchip.yaml          |  12 +
 arch/arm/boot/dts/rockchip/Makefile                |   3 +
 arch/arm/boot/dts/rockchip/rk3036-kylin.dts        |  17 +
 arch/arm/boot/dts/rockchip/rk3036.dtsi             |  17 +-
 arch/arm/boot/dts/rockchip/rk3066a.dtsi            |   5 +
 arch/arm/boot/dts/rockchip/rk3128-evb.dts          |   5 -
 arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts     | 425 +++++++++++++++++++++
 arch/arm/boot/dts/rockchip/rk3128.dtsi             | 185 +++++++++
 arch/arm/boot/dts/rockchip/rk322x.dtsi             |   4 +
 arch/arm/boot/dts/rockchip/rk3288.dtsi             |   9 +
 arch/arm/boot/dts/rockchip/rk3xxx.dtsi             |   4 +
 arch/arm/boot/dts/rockchip/rv1109-sonoff-ihost.dts |  21 +
 arch/arm/boot/dts/rockchip/rv1109.dtsi             |  23 ++
 .../boot/dts/rockchip/rv1126-edgeble-neu2-io.dts   |   2 +-
 arch/arm/boot/dts/rockchip/rv1126-pinctrl.dtsi     |  72 +++-
 arch/arm/boot/dts/rockchip/rv1126-sonoff-ihost.dts |  29 ++
 .../arm/boot/dts/rockchip/rv1126-sonoff-ihost.dtsi | 404 ++++++++++++++++++++
 arch/arm/boot/dts/rockchip/rv1126.dtsi             |  21 +
 18 files changed, 1236 insertions(+), 22 deletions(-)
 create mode 100644 arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts
 create mode 100644 arch/arm/boot/dts/rockchip/rv1109-sonoff-ihost.dts
 create mode 100644 arch/arm/boot/dts/rockchip/rv1109.dtsi
 create mode 100644 arch/arm/boot/dts/rockchip/rv1126-sonoff-ihost.dts
 create mode 100644 arch/arm/boot/dts/rockchip/rv1126-sonoff-ihost.dtsi




WARNING: multiple messages have this Message-ID (diff)
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.8 #1
Date: Tue, 12 Dec 2023 22:33:47 +0100	[thread overview]
Message-ID: <3197878.5fSG56mABF@phil> (raw)

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 569b26af7919c15a8ce231b4fae29cfbd811f144:

  ARM: dts: rockchip: add hdmi-connector node to rk3036-kylin (2023-12-12 20:38:36 +0100)

----------------------------------------------------------------
New boards are the Geniatech XPI-3128 (RK3128), Sonoff iHost (rv1109)

One "new" soc is the rv1109 which is a two-core variant of the rv1126
and everything else is identical.

Lots of love for the old rk3128 (power-domains, gpu, gmac, usb) and
rv1126 (uart pins, i2c2 special case) and rework of aliases to have
core busses that are hard-numbered in boards and documentation centrally
in the dtsi, but the per board aliases in the boards (ethernet).

Plus the rk3036 got a yaml hdmi binding which required some small fixes.

----------------------------------------------------------------
Alex Bee (14):
      dt-bindings: arm: rockchip: Add Geniatech XPI-3128
      ARM: dts: rockchip: Add sdmmc_det pinctrl for RK3128
      ARM: dts: rockchip: Add Geniatech XPI-3128 RK3128 board
      ARM: dts: rockchip: Add USB host clocks for RK3128
      ARM: dts: rockchip: Add dwc2 otg fifo siztes for RK3128
      ARM: dts: rockchip: Make usbphy the parent of SCLK_USB480M for RK3128
      ARM: dts: rockchip: Add gmac node for RK3128
      ARM: dts: rockchip: Enable gmac for XPI-3128
      ARM: dts: rockchip: Add power-controller for RK3128
      ARM: dts: rockchip: Add GPU node for RK3128
      ARM: dts: rockchip: Enable GPU for XPI-3128
      ARM: dts: rockchip: Move gpio aliases to SoC dtsi for RK3128
      ARM: dts: rockchip: Move i2c aliases to SoC dtsi for RK3128
      ARM: dts: rockchip: Move uart aliases to SoC dtsi for RK3128

Johan Jonker (3):
      ARM: dts: rockchip: add gpio alias for gpio dt nodes
      ARM: dts: rockchip: fix rk3036 hdmi ports node
      ARM: dts: rockchip: add hdmi-connector node to rk3036-kylin

Tim Lunn (7):
      ARM: dts: rockchip: Add alternate UART pins to rv1126
      ARM: dts: rockchip: Serial aliases for rv1126
      ARM: dts: rockchip: Add i2c2 node to rv1126
      ARM: dts: rockchip: Split up rgmii1 pinctrl on rv1126
      ARM: dts: rockchip: Add rv1109 SoC
      dt-bindings: arm: rockchip: Add Sonoff iHost
      ARM: dts: rockchip: Add Sonoff iHost Smart Home Hub

 .../devicetree/bindings/arm/rockchip.yaml          |  12 +
 arch/arm/boot/dts/rockchip/Makefile                |   3 +
 arch/arm/boot/dts/rockchip/rk3036-kylin.dts        |  17 +
 arch/arm/boot/dts/rockchip/rk3036.dtsi             |  17 +-
 arch/arm/boot/dts/rockchip/rk3066a.dtsi            |   5 +
 arch/arm/boot/dts/rockchip/rk3128-evb.dts          |   5 -
 arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts     | 425 +++++++++++++++++++++
 arch/arm/boot/dts/rockchip/rk3128.dtsi             | 185 +++++++++
 arch/arm/boot/dts/rockchip/rk322x.dtsi             |   4 +
 arch/arm/boot/dts/rockchip/rk3288.dtsi             |   9 +
 arch/arm/boot/dts/rockchip/rk3xxx.dtsi             |   4 +
 arch/arm/boot/dts/rockchip/rv1109-sonoff-ihost.dts |  21 +
 arch/arm/boot/dts/rockchip/rv1109.dtsi             |  23 ++
 .../boot/dts/rockchip/rv1126-edgeble-neu2-io.dts   |   2 +-
 arch/arm/boot/dts/rockchip/rv1126-pinctrl.dtsi     |  72 +++-
 arch/arm/boot/dts/rockchip/rv1126-sonoff-ihost.dts |  29 ++
 .../arm/boot/dts/rockchip/rv1126-sonoff-ihost.dtsi | 404 ++++++++++++++++++++
 arch/arm/boot/dts/rockchip/rv1126.dtsi             |  21 +
 18 files changed, 1236 insertions(+), 22 deletions(-)
 create mode 100644 arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts
 create mode 100644 arch/arm/boot/dts/rockchip/rv1109-sonoff-ihost.dts
 create mode 100644 arch/arm/boot/dts/rockchip/rv1109.dtsi
 create mode 100644 arch/arm/boot/dts/rockchip/rv1126-sonoff-ihost.dts
 create mode 100644 arch/arm/boot/dts/rockchip/rv1126-sonoff-ihost.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-12-12 21:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-12 21:33 Heiko Stuebner [this message]
2023-12-12 21:33 ` [GIT PULL] Rockchip dts32 changes for 6.8 #1 Heiko Stuebner
2023-12-12 21:33 ` Heiko Stuebner
2023-12-21 17:41 ` patchwork-bot+linux-soc

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=3197878.5fSG56mABF@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.