]> git.sur5r.net Git - u-boot/commit
sunxi: Split out common board design for ALL-H3-CC device tree
authorChen-Yu Tsai <wens@csie.org>
Sat, 28 Apr 2018 05:36:01 +0000 (13:36 +0800)
committerJagan Teki <jagan@amarulasolutions.com>
Tue, 1 May 2018 04:45:58 +0000 (10:15 +0530)
commitd7b17f1c24afc8bd4e112b6736427e608e43acba
tree8d6b7b67cdfd5f54e19889ab5b4ae68e0a75852a
parentdccff21312ad6725b21cb02cd9510a5b320db9ac
sunxi: Split out common board design for ALL-H3-CC device tree

The Libre Computer Project ALL-H3-CC has three models, all using the
same board design, but with different pin compatible SoCs and amount of
DRAM.

Currently only the H3 1GB DRAM variant is supported. To support the two
other variants, first split the original device tree into a common board
design part and an SoC specific part.

The SoC part only defines which SoC is used and model name, and includes
the SoC specific dtsi file and the common design dtsi file.

Also fix up the SPDX identifier line to use the correct comment style,
and place it on the first line.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts
arch/arm/dts/sunxi-libretech-all-h3-cc.dtsi [new file with mode: 0644]