From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Sat, 27 Feb 2021 14:24:13 +0100 Subject: [PATCH v2 3/3] arm: mvebu: Initial ESPRESSOBin-Ultra board support In-Reply-To: <20210215195934.67034-4-luka.kovacic@sartura.hr> References: <20210215195934.67034-1-luka.kovacic@sartura.hr> <20210215195934.67034-4-luka.kovacic@sartura.hr> Message-ID: <20210227142413.726aec04@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In Linux the DTS for espressobin-ultra includes armada-3720-espressobin.dtsi and just adds changes. If possible, please do this as is done in Linux. In fact we want to slowly move in the direction to have the dts files just copied from Linux. Marek