From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 27 Jan 2016 15:53:41 -0700 Subject: [U-Boot] [PATCH] x86: Correct spi node alias In-Reply-To: <1453884994-30241-1-git-send-email-bmeng.cn@gmail.com> References: <1453884994-30241-1-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27 January 2016 at 01:56, Bin Meng wrote: > With recent changes spi node was moved to a place as a subnode under > pch, so update the alias to refer to its correct place as well. > > Signed-off-by: Bin Meng > --- > > arch/x86/dts/bayleybay.dts | 4 ++-- > arch/x86/dts/broadwell_som-6896.dts | 4 ++-- > arch/x86/dts/chromebook_link.dts | 4 ++-- > arch/x86/dts/chromebox_panther.dts | 4 ++-- > arch/x86/dts/crownbay.dts | 4 ++-- > arch/x86/dts/galileo.dts | 4 ++-- > arch/x86/dts/minnowmax.dts | 4 ++-- > 7 files changed, 14 insertions(+), 14 deletions(-) Reviewed-by: Simon Glass