All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/6] Allwinner H5 and Orange Pi PC2 support
@ 2017-03-05 23:31 ` Icenowy Zheng
  0 siblings, 0 replies; 27+ messages in thread
From: Icenowy Zheng @ 2017-03-05 23:31 UTC (permalink / raw)
  To: Rob Herring, Maxime Ripard, Chen-Yu Tsai
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, Icenowy Zheng

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.

CCU changes are already said to be merged by Maxime Ripard, so
this patchset now contains only device tree patches.

Some cleanups applied to H3 DTSI is extracted to separated commits,
according to the suggestion of Maxime.

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 (3):
  ARM: dts: sun8i: drop skeleton.dtsi inclusion in H3 DTSI
  ARM: dts: sun8i: drop pinctrl-a10.h inclusion for H3 DTSI
  ARM: dts: sun8i: correct the GIC compatible in H3 to gic-400

 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 +
 6 files changed, 915 insertions(+), 562 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

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2017-03-06 10:59 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-05 23:31 [PATCH v7 0/6] Allwinner H5 and Orange Pi PC2 support Icenowy Zheng
2017-03-05 23:31 ` Icenowy Zheng
     [not found] ` <20170305233138.64574-1-icenowy-ymACFijhrKM@public.gmane.org>
2017-03-05 23:31   ` [PATCH v7 1/6] ARM: dts: sun8i: drop skeleton.dtsi inclusion in H3 DTSI Icenowy Zheng
2017-03-05 23:31     ` Icenowy Zheng
2017-03-06 10:35     ` Maxime Ripard
2017-03-06 10:35       ` Maxime Ripard
2017-03-06 10:35       ` Maxime Ripard
2017-03-06 10:46       ` Icenowy Zheng
2017-03-06 10:46         ` Icenowy Zheng
2017-03-06 10:48         ` [linux-sunxi] " Chen-Yu Tsai
2017-03-06 10:48           ` Chen-Yu Tsai
2017-03-06 10:48           ` Chen-Yu Tsai
2017-03-05 23:31   ` [PATCH v7 2/6] ARM: dts: sun8i: drop pinctrl-a10.h inclusion for " Icenowy Zheng
2017-03-05 23:31     ` Icenowy Zheng
2017-03-05 23:31   ` [PATCH v7 3/6] ARM: dts: sun8i: correct the GIC compatible in H3 to gic-400 Icenowy Zheng
2017-03-05 23:31     ` Icenowy Zheng
2017-03-05 23:31   ` [PATCH v7 4/6] arm: dts: sun8i: split Allwinner H3 .dtsi Icenowy Zheng
2017-03-05 23:31     ` Icenowy Zheng
2017-03-05 23:31   ` [PATCH v7 5/6] arm64: dts: allwinner: add Allwinner H5 .dtsi Icenowy Zheng
2017-03-05 23:31     ` Icenowy Zheng
2017-03-05 23:31   ` [PATCH v7 6/6] arm64: dts: sunxi: add support for the Orange Pi PC 2 board Icenowy Zheng
2017-03-05 23:31     ` Icenowy Zheng
2017-03-06 10:37     ` Maxime Ripard
2017-03-06 10:37       ` Maxime Ripard
2017-03-06 10:37       ` Maxime Ripard
2017-03-06 10:47       ` Icenowy Zheng
2017-03-06 10:47         ` Icenowy Zheng

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.