Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753148AbbGNH0R (ORCPT ); Tue, 14 Jul 2015 03:26:17 -0400 Received: from mail.kernel.org ([198.145.29.136]:39598 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753077AbbGNH0O (ORCPT ); Tue, 14 Jul 2015 03:26:14 -0400 Date: Tue, 14 Jul 2015 15:25:38 +0800 From: Shawn Guo To: Ruchika Gupta Cc: shawn.guo@linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][v2] ARM: ls1021a: dtsi: Add crypto node alias in device tree Message-ID: <20150714072538.GI4119@tiger> References: <1436847195-12523-1-git-send-email-ruchika.gupta@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436847195-12523-1-git-send-email-ruchika.gupta@freescale.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1412 Lines: 48 On Tue, Jul 14, 2015 at 09:43:15AM +0530, Ruchika Gupta wrote: > U-boot patches up the device tree crypto node for the era property. > > Signed-off-by: Ruchika Gupta > --- > Changes from v1: > Rearranged the crypto node in alphabetic sorted order as suggested by Shawn > > arch/arm/boot/dts/ls1021a.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi > index c70bb27..42dffae 100644 > --- a/arch/arm/boot/dts/ls1021a.dtsi > +++ b/arch/arm/boot/dts/ls1021a.dtsi > @@ -53,6 +53,7 @@ > interrupt-parent = <&gic>; > > aliases { > + crypto = &crypto; Wait. Did miss any prerequisite patch? I do not have the label in my tree. DTC arch/arm/boot/dts/ls1021a-qds.dtb ERROR (path_references): Reference to non-existent node or label "crypto" Patch dropped. Shawn > serial0 = &lpuart0; > serial1 = &lpuart1; > serial2 = &lpuart2; > -- > 1.8.1.4 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/