All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ARM: dts: sunxi: Support ALL-H3-CC H2+/H5 variants
@ 2018-04-24 11:34 ` Chen-Yu Tsai
  0 siblings, 0 replies; 40+ messages in thread
From: Chen-Yu Tsai @ 2018-04-24 11:34 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Chen-Yu Tsai, devicetree, linux-arm-kernel, linux-kernel, Neil Armstrong

Hi,

This series is adds support for the H2+ and H5 variants of the Libre
Computer Project ALL-H3-CC board. The board uses the same board design
with the H2+, H3, and H5 SoCs, with different memory capacities. The
H3 version was supported in 4.16.

The H5 version is mostly the same as Neil's. I had the patches around
for a few days and was waiting for stuff to calm down for the H3/H5
branch. These patches are properly rebased.

Patch 1 fixes the regulator voltage specified for the VCC-1V2 regulator,
which is a fixed regulator and should obviously be outputting 1.2 volts,
not 3.3 volts.

Patch 2 splits out the common board design of the ALL-H3-CC.

Patch 3 cleans up the H2+ section of the ARM dts Makefile.

Patch 4 adds a device tree for the H2+ variant of ALL-H3-CC.

Patch 5 adds a cpu0 label for the first core on the H5 SoC.
This is needed so we can share the ALL-H3-CC device tree, which
already has DVFS enabled and fixed regulator set for the CPU domain.

Patch 6 cleans up the H5 section of the arm64 allwinner dts Makefile.

Patch 7 adds a device tree for the H5 variant of ALL-H3-CC.

Please have a look.

ChenYu

Chen-Yu Tsai (7):
  ARM: dts: sun8i: h3: fix ALL-H3-CC H3 ver VCC-1V2 regulator voltage
  ARM: dts: sun8i: h3: Split out common board design for ALL-H3-CC
  ARM: dts: sun8i: h2-plus: Sort dtb entries in Makefile
  ARM: dts: sun8i: h2+: Add Libre Computer Board ALL-H3-CC H2+ ver.
  arm64: dts: allwinner: h5: Add cpu0 label for first cpu
  arm64: dts: allwinner: Sort dtb entries in Makefile
  arm64: dts: allwinner: h5: Add Libre Computer Board ALL-H3-CC H5 ver.

 arch/arm/boot/dts/Makefile                    |   3 +-
 .../dts/sun8i-h2-plus-libretech-all-h3-cc.dts |  13 ++
 .../boot/dts/sun8i-h3-libretech-all-h3-cc.dts | 213 +-----------------
 ....dts => sunxi-hx-libretech-all-h3-cc.dtsi} |  15 +-
 arch/arm64/boot/dts/allwinner/Makefile        |   5 +-
 .../sun50i-h5-libretech-all-h3-cc.dts         |  14 ++
 arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi  |   2 +-
 7 files changed, 40 insertions(+), 225 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun8i-h2-plus-libretech-all-h3-cc.dts
 copy arch/arm/boot/dts/{sun8i-h3-libretech-all-h3-cc.dts => sunxi-hx-libretech-all-h3-cc.dtsi} (93%)
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h5-libretech-all-h3-cc.dts

-- 
2.17.0

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

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

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-24 11:34 [PATCH 0/7] ARM: dts: sunxi: Support ALL-H3-CC H2+/H5 variants Chen-Yu Tsai
2018-04-24 11:34 ` Chen-Yu Tsai
2018-04-24 11:34 ` [PATCH 1/7] ARM: dts: sun8i: h3: fix ALL-H3-CC H3 ver VCC-1V2 regulator voltage Chen-Yu Tsai
2018-04-24 11:34   ` Chen-Yu Tsai
2018-04-24 11:52   ` Maxime Ripard
2018-04-24 11:52     ` Maxime Ripard
2018-04-24 11:34 ` [PATCH 2/7] ARM: dts: sun8i: h3: Split out common board design for ALL-H3-CC Chen-Yu Tsai
2018-04-24 11:34   ` Chen-Yu Tsai
2018-04-24 12:13   ` Maxime Ripard
2018-04-24 12:13     ` Maxime Ripard
2018-04-24 12:17     ` Chen-Yu Tsai
2018-04-24 12:17       ` Chen-Yu Tsai
2018-04-24 19:37       ` Maxime Ripard
2018-04-24 19:37         ` Maxime Ripard
2018-04-25  3:19         ` Chen-Yu Tsai
2018-04-25  3:19           ` Chen-Yu Tsai
2018-04-25 12:39           ` Maxime Ripard
2018-04-25 12:39             ` Maxime Ripard
2018-04-25 13:59             ` Chen-Yu Tsai
2018-04-25 13:59               ` Chen-Yu Tsai
2018-04-24 11:34 ` [PATCH 3/7] ARM: dts: sun8i: h2-plus: Sort dtb entries in Makefile Chen-Yu Tsai
2018-04-24 11:34   ` Chen-Yu Tsai
2018-04-24 11:53   ` Maxime Ripard
2018-04-24 11:53     ` Maxime Ripard
2018-04-24 11:34 ` [PATCH 4/7] ARM: dts: sun8i: h2+: Add Libre Computer Board ALL-H3-CC H2+ ver Chen-Yu Tsai
2018-04-24 11:34   ` Chen-Yu Tsai
2018-04-24 11:54   ` Maxime Ripard
2018-04-24 11:54     ` Maxime Ripard
2018-04-24 11:54     ` Maxime Ripard
2018-04-24 11:34 ` [PATCH 5/7] arm64: dts: allwinner: h5: Add cpu0 label for first cpu Chen-Yu Tsai
2018-04-24 11:34   ` Chen-Yu Tsai
2018-04-24 11:54   ` Maxime Ripard
2018-04-24 11:54     ` Maxime Ripard
2018-04-24 11:54     ` Maxime Ripard
2018-04-24 11:34 ` [PATCH 6/7] arm64: dts: allwinner: Sort dtb entries in Makefile Chen-Yu Tsai
2018-04-24 11:34   ` Chen-Yu Tsai
2018-04-24 11:54   ` Maxime Ripard
2018-04-24 11:54     ` Maxime Ripard
2018-04-24 11:34 ` [PATCH 7/7] arm64: dts: allwinner: h5: Add Libre Computer Board ALL-H3-CC H5 ver Chen-Yu Tsai
2018-04-24 11:34   ` 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.