From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Tue, 18 Aug 2015 15:30:15 -0500 Subject: [U-Boot] [PATCH] arm: socfpga: Make the DT mmc node consistent In-Reply-To: <1439247761-9205-1-git-send-email-marex@denx.de> References: <1439247761-9205-1-git-send-email-marex@denx.de> Message-ID: <55D395D7.2070404@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8/10/15 6:02 PM, Marek Vasut wrote: > The socfpga_cyclone5.dtsi has an mmc0 node, socrates has mmc node. > This makes aliases not very usable, so make everything into mmc0. > Moreover, zap the useless mmc alias while at this. > > Signed-off-by: Marek Vasut > --- > arch/arm/dts/socfpga.dtsi | 3 +-- > arch/arm/dts/socfpga_cyclone5_socrates.dts | 2 +- > 2 files changed, 2 insertions(+), 3 deletions(-) > Acked-by: Dinh Nguyen Thanks, Dinh