From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 3 Aug 2015 17:58:26 +0200 Subject: [U-Boot] [PATCH] arm: dts: socfpga: Fix SPI aliases In-Reply-To: <1438029665-9600-1-git-send-email-marex@denx.de> References: <1438029665-9600-1-git-send-email-marex@denx.de> Message-ID: <201508031758.26647.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, July 27, 2015 at 10:41:05 PM, Marek Vasut wrote: > The SPI aliases are completely wrong. First, they point to non-existing > /spi at .* nodes instead of the correct /soc/spi at .* nodes. Second, the use > ad-hoc string instead of a handle. Furthermore, they are copied multiple > times in each board DTS. > > So fix it such that we move these into socfpga.dtsi and make them use > the usual handles. > > Signed-off-by: Marek Vasut > Cc: Dinh Nguyen Applied to u-boot-socfpga/master . Best regards, Marek Vasut