From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] Rockchip ARM32 devicetree updates for 4.20
Date: Wed, 03 Oct 2018 03:39:29 +0200 [thread overview]
Message-ID: <1670292.M4d8aT802m@phil> (raw)
In-Reply-To: <2559110.ail6FZQ9dJ@phil>
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.20-rockchip-dts32-1
for you to fetch changes up to 186b45657b244ce865e01b65d73868a48252e1ff:
ARM: dts: rockchip: add rk3288-based Tinker board S (2018-09-26 14:31:30 +0200)
----------------------------------------------------------------
Nodes for the newly support rk3188 display controller, a fix for a new
dtc warning, gpio setting for the sdmmc regulator on radxarock and a
new board the "S" variant of the rk3288-based Tinker board, that sports
an added emmc.
----------------------------------------------------------------
David Summers (2):
ARM: dts: rockchip: move shared tinker-board nodes to a common dtsi
ARM: dts: rockchip: add rk3288-based Tinker board S
Heiko Stuebner (2):
ARM: dts: rockchip: add rk3188 lcd controller nodes
ARM: dts: rockchip: explicitly set vcc_sd0 pin to gpio on rk3188-radxarock
Rob Herring (1):
ARM: dts: rockchip: Fix erroneous SPI bus dtc warnings on rk3036
Documentation/devicetree/bindings/arm/rockchip.txt | 4 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/rk3036.dtsi | 2 +-
arch/arm/boot/dts/rk3188-radxarock.dts | 8 +
arch/arm/boot/dts/rk3188.dtsi | 82 ++++
arch/arm/boot/dts/rk3288-tinker-s.dts | 26 ++
arch/arm/boot/dts/rk3288-tinker.dts | 498 +-------------------
arch/arm/boot/dts/rk3288-tinker.dtsi | 502 +++++++++++++++++++++
8 files changed, 626 insertions(+), 497 deletions(-)
create mode 100644 arch/arm/boot/dts/rk3288-tinker-s.dts
create mode 100644 arch/arm/boot/dts/rk3288-tinker.dtsi
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] Rockchip ARM32 devicetree updates for 4.20
Date: Wed, 03 Oct 2018 03:39:29 +0200 [thread overview]
Message-ID: <1670292.M4d8aT802m@phil> (raw)
In-Reply-To: <2559110.ail6FZQ9dJ@phil>
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.20-rockchip-dts32-1
for you to fetch changes up to 186b45657b244ce865e01b65d73868a48252e1ff:
ARM: dts: rockchip: add rk3288-based Tinker board S (2018-09-26 14:31:30 +0200)
----------------------------------------------------------------
Nodes for the newly support rk3188 display controller, a fix for a new
dtc warning, gpio setting for the sdmmc regulator on radxarock and a
new board the "S" variant of the rk3288-based Tinker board, that sports
an added emmc.
----------------------------------------------------------------
David Summers (2):
ARM: dts: rockchip: move shared tinker-board nodes to a common dtsi
ARM: dts: rockchip: add rk3288-based Tinker board S
Heiko Stuebner (2):
ARM: dts: rockchip: add rk3188 lcd controller nodes
ARM: dts: rockchip: explicitly set vcc_sd0 pin to gpio on rk3188-radxarock
Rob Herring (1):
ARM: dts: rockchip: Fix erroneous SPI bus dtc warnings on rk3036
Documentation/devicetree/bindings/arm/rockchip.txt | 4 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/rk3036.dtsi | 2 +-
arch/arm/boot/dts/rk3188-radxarock.dts | 8 +
arch/arm/boot/dts/rk3188.dtsi | 82 ++++
arch/arm/boot/dts/rk3288-tinker-s.dts | 26 ++
arch/arm/boot/dts/rk3288-tinker.dts | 498 +-------------------
arch/arm/boot/dts/rk3288-tinker.dtsi | 502 +++++++++++++++++++++
8 files changed, 626 insertions(+), 497 deletions(-)
create mode 100644 arch/arm/boot/dts/rk3288-tinker-s.dts
create mode 100644 arch/arm/boot/dts/rk3288-tinker.dtsi
next prev parent reply other threads:[~2018-10-03 1:39 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-03 1:38 [GIT PULL 1/3] Rockchip ARM64 devicetree updates for 4.20 - round2 Heiko Stuebner
2018-10-03 1:38 ` Heiko Stuebner
2018-10-03 1:39 ` Heiko Stuebner [this message]
2018-10-03 1:39 ` [GIT PULL 2/3] Rockchip ARM32 devicetree updates for 4.20 Heiko Stuebner
2018-10-04 14:19 ` Arnd Bergmann
2018-10-04 14:19 ` Arnd Bergmann
2018-10-03 1:40 ` [GIT PULL 3/3] Rockchip defconfig64 " Heiko Stuebner
2018-10-03 1:40 ` Heiko Stuebner
2018-10-04 15:13 ` Arnd Bergmann
2018-10-04 15:13 ` Arnd Bergmann
2018-10-04 14:18 ` [GIT PULL 1/3] Rockchip ARM64 devicetree updates for 4.20 - round2 Arnd Bergmann
2018-10-04 14:18 ` Arnd Bergmann
2018-10-04 16:15 ` Heiko Stuebner
2018-10-04 16:15 ` Heiko Stuebner
2018-10-05 15:29 ` Arnd Bergmann
2018-10-05 15:29 ` Arnd Bergmann
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=1670292.M4d8aT802m@phil \
--to=heiko@sntech.de \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.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.