All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] arm64: allwinner: Add support for Libre Computer Board ALL-H3-CC H5 ver.
@ 2018-04-24 11:47 ` Neil Armstrong
  0 siblings, 0 replies; 12+ messages in thread
From: Neil Armstrong @ 2018-04-24 11:47 UTC (permalink / raw)
  To: maxime.ripard, wens
  Cc: Neil Armstrong, clabbe, linux-arm-kernel, linux-kernel

The Libre Computer Board ALL-H3-CC from Libre Technology is a Raspberry
Pi B+ form factor single board computer based on the Allwinner H2+, H3,
or H5 SoCs with the same PCB.
The board has 1GB DDR3 SDRAM, provided by 4 2Gb chips. The mounting holes
and connectors are in the exact same position as on the Raspberry Pi B+.

This patchset enables the H5 variant by moving the H3 board definition to
a common dtsi then include this common dtsi in the H5 dts variant then
declares the correct compatible and model of the H5 variant.

Changes since v1:
- Rebase on sunxi-for-next
- Fix commit log and subject

Neil Armstrong (2):
  arm: dts: sun8i: h3: libretech-all-h3-cc: Move board definition to
    common dtsi
  arm64: dts: allwinner: Add dts file for Libre Computer Board ALL-H3-CC
    H5 ver.

 arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts | 213 +-------------------
 arch/arm/boot/dts/sunxi-libretech-all-h3-cc.dtsi   | 215 +++++++++++++++++++++
 arch/arm64/boot/dts/allwinner/Makefile             |   1 +
 .../allwinner/sun50i-h5-libretech-all-h3-cc.dts    |  14 ++
 4 files changed, 232 insertions(+), 211 deletions(-)
 create mode 100644 arch/arm/boot/dts/sunxi-libretech-all-h3-cc.dtsi
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h5-libretech-all-h3-cc.dts

-- 
2.7.4

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

end of thread, other threads:[~2018-04-24 12:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-24 11:47 [PATCH v2 0/2] arm64: allwinner: Add support for Libre Computer Board ALL-H3-CC H5 ver Neil Armstrong
2018-04-24 11:47 ` Neil Armstrong
2018-04-24 11:47 ` [PATCH v2 1/2] arm: dts: sun8i: h3: libretech-all-h3-cc: Move board definition to common dtsi Neil Armstrong
2018-04-24 11:47   ` Neil Armstrong
2018-04-24 12:14   ` Maxime Ripard
2018-04-24 12:14     ` Maxime Ripard
2018-04-24 11:47 ` [PATCH v2 2/2] arm64: dts: allwinner: Add dts file for Libre Computer Board ALL-H3-CC H5 ver Neil Armstrong
2018-04-24 11:47   ` Neil Armstrong
2018-04-24 12:14   ` Maxime Ripard
2018-04-24 12:14     ` Maxime Ripard
2018-04-24 12:24     ` Chen-Yu Tsai
2018-04-24 12:24       ` Chen-Yu Tsai

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.