From: icenowy@aosc.xyz (Icenowy Zheng)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 0/4] Allwinner H5 and Orange Pi PC2 support
Date: Thu, 2 Mar 2017 04:13:38 +0800 [thread overview]
Message-ID: <20170301201342.47583-1-icenowy@aosc.xyz> (raw)
Allwinner H5 is a 64-bit SoC with a design like the 32-bit
H3, and it's pin-to-pin compatible with H3.
This patchset adds support for it, along with the first available
board -- Orange Pi PC2.
Several H5 boards by Sinovoip Banana Pi and FriendlyARM Nano Pi
are coming, so we should get ready for them.
The rename of sun8i-h3-ccu driver is dropped in this version,
according to the recommendation by Maxime Ripard.
This patchset depends on patchset [1] to finally take effect. At
least the patch 1 of that patchset is needed if you want to test
the kernel image -- without it the pinctrl driver won't be built
and the kernel will become unusable without pinctrl.
[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2017-March/490780.html
Andre Przywara (3):
arm: dts: sun8i: split Allwinner H3 .dtsi
arm64: dts: allwinner: add Allwinner H5 .dtsi
arm64: dts: sunxi: add support for the Orange Pi PC 2 board
Icenowy Zheng (1):
clk: sunxi-ng: add Allwinner H5 CCU support for H3 CCU driver
.../devicetree/bindings/clock/sunxi-ccu.txt | 1 +
arch/arm/boot/dts/sun8i-h3.dtsi | 602 ++-------------------
arch/arm/boot/dts/sunxi-h3-h5.dtsi | 586 ++++++++++++++++++++
arch/arm64/boot/dts/allwinner/Makefile | 1 +
.../boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts | 163 ++++++
arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi | 124 +++++
arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi | 1 +
drivers/clk/sunxi-ng/Kconfig | 2 +-
drivers/clk/sunxi-ng/ccu-sun8i-h3.c | 327 ++++++++++-
drivers/clk/sunxi-ng/ccu-sun8i-h3.h | 3 +-
include/dt-bindings/clock/sun8i-h3-ccu.h | 5 +-
include/dt-bindings/reset/sun8i-h3-ccu.h | 5 +-
12 files changed, 1247 insertions(+), 573 deletions(-)
create mode 100644 arch/arm/boot/dts/sunxi-h3-h5.dtsi
create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-pc2.dts
create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi
create mode 120000 arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi
--
2.11.1
next reply other threads:[~2017-03-01 20:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-01 20:13 Icenowy Zheng [this message]
2017-03-01 20:13 ` [PATCH v6 1/4] clk: sunxi-ng: add Allwinner H5 CCU support for H3 CCU driver Icenowy Zheng
2017-03-02 13:55 ` Maxime Ripard
2017-03-01 20:13 ` [PATCH] arm: dts: sun8i: split Allwinner H3 .dtsi Icenowy Zheng
2017-03-02 13:58 ` Maxime Ripard
2017-03-01 20:13 ` [PATCH v6 3/4] arm64: dts: allwinner: add Allwinner H5 .dtsi Icenowy Zheng
2017-03-01 20:13 ` [PATCH v6 4/4] arm64: dts: sunxi: add support for the Orange Pi PC 2 board Icenowy Zheng
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=20170301201342.47583-1-icenowy@aosc.xyz \
--to=icenowy@aosc.xyz \
--cc=linux-arm-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox