
Hi,
On 03/02/17 11:14, Jagan Teki wrote:
On Wed, Feb 1, 2017 at 2:36 AM, Andre Przywara andre.przywara@arm.com wrote:
The OrangePi PC 2 is a typical SBC with the 64-bit Allwinner H5 SoC. Create a new .dts file for it by including the (32-bit) H3 SoC .dtsi and changing the differing components accordingly. This is a preliminary device tree mostly for U-Boot's own sake, it is expected to be updated once the official DT gets accepted upstream.
Signed-off-by: Andre Przywara andre.przywara@arm.com
arch/arm/dts/Makefile | 2 + arch/arm/dts/sun50i-h5-orangepi-pc2.dts | 147 ++++++++++++++++++++++++++++++++
Please squash 13/13 with this, I would see a single patch for initial support.
How comes? I think those two are really separate topics, and having a DT file in this directory really doesn't hurt anything, until it actually gets referenced in the next patch. I'd keep DT patches separate, really, and in general always would prefer more, but smaller patches to fewer, but bigger ones.
Cheers, Andre.