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 7.3 #1
Date: Tue, 28 Jul 2026 17:21:57 +0200 [thread overview]
Message-ID: <2102545.PIDvDuAF1L@phil> (raw)
Hi soc maintainers,
please find below Rockchip ARM32 DT changes for the merge-window for 7.3 .
Please pull.
Thanks
Heiko
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v7.3-rockchip-dts32-1
for you to fetch changes up to 44045aa7a9a9e6484617f44f77a3efb2d8e78565:
ARM: dts: rockchip: Add Alientek DLRV1126 (2026-07-12 22:03:41 +0200)
----------------------------------------------------------------
New board: Alientek DLRV1126
Eeprom for RK3288-Tinker-board
----------------------------------------------------------------
Marius Dinu (1):
ARM: dts: rockchip: add eeprom node to rk3288-tinker
Yanan He (4):
dt-bindings: vendor-prefixes: add alientek
dt-bindings: arm: rockchip: Add Alientek DLRV1126
ARM: dts: rockchip: Add RV1126 I2C5
ARM: dts: rockchip: Add Alientek DLRV1126
.../devicetree/bindings/arm/rockchip.yaml | 7 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/rockchip/Makefile | 1 +
arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | 5 +
.../dts/rockchip/rv1126-alientek-clrv1126f.dtsi | 291 +++++++++++++++++++++
.../boot/dts/rockchip/rv1126-alientek-dlrv1126.dts | 256 ++++++++++++++++++
arch/arm/boot/dts/rockchip/rv1126-pinctrl.dtsi | 10 +
arch/arm/boot/dts/rockchip/rv1126.dtsi | 15 ++
8 files changed, 587 insertions(+)
create mode 100644 arch/arm/boot/dts/rockchip/rv1126-alientek-clrv1126f.dtsi
create mode 100644 arch/arm/boot/dts/rockchip/rv1126-alientek-dlrv1126.dts
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 7.3 #1
Date: Tue, 28 Jul 2026 17:21:57 +0200 [thread overview]
Message-ID: <2102545.PIDvDuAF1L@phil> (raw)
Hi soc maintainers,
please find below Rockchip ARM32 DT changes for the merge-window for 7.3 .
Please pull.
Thanks
Heiko
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v7.3-rockchip-dts32-1
for you to fetch changes up to 44045aa7a9a9e6484617f44f77a3efb2d8e78565:
ARM: dts: rockchip: Add Alientek DLRV1126 (2026-07-12 22:03:41 +0200)
----------------------------------------------------------------
New board: Alientek DLRV1126
Eeprom for RK3288-Tinker-board
----------------------------------------------------------------
Marius Dinu (1):
ARM: dts: rockchip: add eeprom node to rk3288-tinker
Yanan He (4):
dt-bindings: vendor-prefixes: add alientek
dt-bindings: arm: rockchip: Add Alientek DLRV1126
ARM: dts: rockchip: Add RV1126 I2C5
ARM: dts: rockchip: Add Alientek DLRV1126
.../devicetree/bindings/arm/rockchip.yaml | 7 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/rockchip/Makefile | 1 +
arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | 5 +
.../dts/rockchip/rv1126-alientek-clrv1126f.dtsi | 291 +++++++++++++++++++++
.../boot/dts/rockchip/rv1126-alientek-dlrv1126.dts | 256 ++++++++++++++++++
arch/arm/boot/dts/rockchip/rv1126-pinctrl.dtsi | 10 +
arch/arm/boot/dts/rockchip/rv1126.dtsi | 15 ++
8 files changed, 587 insertions(+)
create mode 100644 arch/arm/boot/dts/rockchip/rv1126-alientek-clrv1126f.dtsi
create mode 100644 arch/arm/boot/dts/rockchip/rv1126-alientek-dlrv1126.dts
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next reply other threads:[~2026-07-28 15:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-28 15:21 Heiko Stuebner [this message]
2026-07-28 15:21 ` [GIT PULL] Rockchip dts32 changes for 7.3 #1 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=2102545.PIDvDuAF1L@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.